Skip to content

Commit 2ea9768

Browse files
authored
4.3.0 (#128)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 1453e64 commit 2ea9768

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## [4.3.0] - 2025-05-05
14+
15+
### Added
16+
* feat(Logger): Log to a dedicated context chat log file (#125) @marcelklehr
17+
18+
### Fixed
19+
* fix(cron): Save cron work when app_api is disabled (#122) @nickvergessen
20+
* fix(ci): Fix integration test workflow (#124) @marcelklehr
21+
* fix(StorageService#getMounts): Use correct files folder per home mount (#124) @marcelklehr
22+
* fix(StorageService#getAllFilesInFolder): Return generator (#124) @marcelklehr
23+
* fix(StorageService#getFilesInMount): Use sub query (#124) @marcelklehr
24+
* fix(IndexerJob): Catch more errors from fopen (#126) @marcelklehr
25+
* fix: curl EOF error for incomplete file uploads to the backend (#127) @kyteinsky
26+
27+
### Changed
28+
* test(StorageCrawlJob): Allow changing interval of StorageCrawlJob @marcelklehr
29+
* perf(DiagnosticService): Don't store data in AppConfig (#123) @marcelklehr
30+
31+
1332
## [4.2.0] - 2025-04-03
1433

1534
### 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.2.0</version>
25+
<version>4.3.0</version>
2626
<licence>agpl</licence>
2727
<author>Julien Veyssier</author>
2828
<author>Anupam Kumar</author>

0 commit comments

Comments
 (0)