Skip to content

Commit d95f047

Browse files
committed
5.2.1
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 5b04480 commit d95f047

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
## [Unreleased]
1212

13+
## [5.2.1] - 2025-02-05
14+
15+
### Changed
16+
* perf(FsEventScheduler): Make sure to get node owner from caller, if possible (#206) @marcelklehr
17+
* Migrate `getById` to `getFirstNodeById` (#211) @artonge
18+
* perf(FsEventService): Avoid fetching nodes (#213) @marcelklehr
19+
20+
### Fixed
21+
* do not re-declare the id column in db models (#204) @kyteinsky
22+
* allow string IDs of oc_jobs from the snowflake change (#204) @kyteinsky
23+
24+
1325
## [5.2.0] - 2025-01-08
1426

1527
* bump to keep in sync with context_chat_backend minor version

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
2222
Note:
2323
Refer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon.
2424
]]></description>
25-
<version>5.2.0</version>
25+
<version>5.2.1</version>
2626
<licence>agpl</licence>
2727
<author>Julien Veyssier</author>
2828
<author>Anupam Kumar</author>

0 commit comments

Comments
 (0)