diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e2d9d0..4aba618a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.3.0] - 2025-05-05 + +### Added +* feat(Logger): Log to a dedicated context chat log file (#125) @marcelklehr + +### Fixed +* fix(cron): Save cron work when app_api is disabled (#122) @nickvergessen +* fix(ci): Fix integration test workflow (#124) @marcelklehr +* fix(StorageService#getMounts): Use correct files folder per home mount (#124) @marcelklehr +* fix(StorageService#getAllFilesInFolder): Return generator (#124) @marcelklehr +* fix(StorageService#getFilesInMount): Use sub query (#124) @marcelklehr +* fix(IndexerJob): Catch more errors from fopen (#126) @marcelklehr +* fix: curl EOF error for incomplete file uploads to the backend (#127) @kyteinsky + +### Changed +* test(StorageCrawlJob): Allow changing interval of StorageCrawlJob @marcelklehr +* perf(DiagnosticService): Don't store data in AppConfig (#123) @marcelklehr + + ## [4.2.0] - 2025-04-03 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 0545edf6..3c9e57f5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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. ]]> - 4.2.0 + 4.3.0 agpl Julien Veyssier Anupam Kumar