Skip to content
Merged

4.4.1 #157

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.4.1] - 2025-07-31

### Fixed
* Ensure that array key exists before accessing (#146) @kesselb
* Reduce DB load and cron load (#149) @kyteinsky
* fix(FsEventMapper): Fix deleteByContent (#150) @marcelklehr
* add info.xml entry for FileSystemListenerJob bg job (#151) @kyteinsky
* fix(ActionJob): Increase batch size (#154) @marcelklehr
* fix: Add Fs events to stats (#155) @marcelklehr
* fix(FileListener): Do not retract update when duplicated events are emitted (#156) @marcelklehr
* More tests and hardenings (#152) @marcelklehr


## [4.4.0] - 2025-07-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve
Note:
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.
]]></description>
<version>4.4.0</version>
<version>4.4.1</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<author>Anupam Kumar</author>
Expand Down
Loading