Skip to content

Commit 28414df

Browse files
authored
4.4.1 (#157)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent f09c5b3 commit 28414df

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## [4.4.1] - 2025-07-31
14+
15+
### Fixed
16+
* Ensure that array key exists before accessing (#146) @kesselb
17+
* Reduce DB load and cron load (#149) @kyteinsky
18+
* fix(FsEventMapper): Fix deleteByContent (#150) @marcelklehr
19+
* add info.xml entry for FileSystemListenerJob bg job (#151) @kyteinsky
20+
* fix(ActionJob): Increase batch size (#154) @marcelklehr
21+
* fix: Add Fs events to stats (#155) @marcelklehr
22+
* fix(FileListener): Do not retract update when duplicated events are emitted (#156) @marcelklehr
23+
* More tests and hardenings (#152) @marcelklehr
24+
25+
1326
## [4.4.0] - 2025-07-21
1427

1528
### Added

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>4.4.0</version>
25+
<version>4.4.1</version>
2626
<licence>agpl</licence>
2727
<author>Julien Veyssier</author>
2828
<author>Anupam Kumar</author>

0 commit comments

Comments
 (0)