Skip to content
Merged
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.4.0-beta0] - 2026-05-26

### Added
* reverse content/indexing flow for kubernetes support (#226) @marcelklehr @kyteinsky

### Changed
* fix(FsEvents): add cc_fs_events_full_idx index in the existing migration for new installs (#238) @kyteinsky
* update readme and remove unused code chunks (#240) @kyteinsky

### Fixed
* fix(uncommited db transaction) FsEventMapper::insertRow() must not return from within an active transaction. (#224) @rotdrop
* improve request 4xx error handling (#228) @kyteinsky
* getFirstNodeById returns null when node is not found (#229) @kyteinsky
* make the content providers queue unique (#230) @kyteinsky
* do not add the queue files again on disable+enable of the app (#237) @kyteinsky
* fix migration for postgres (#234) @lukasdotcom


## [5.3.1] - 2026-02-19

### Fixed
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>5.3.2</version>
<version>5.4.0-beta0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<author>Anupam Kumar</author>
Expand Down
Loading