Skip to content

Commit 5b3ac90

Browse files
authored
4.5.0-beta.0 (#168)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 13e814d commit 5b3ac90

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## [4.5.0-beta.0] - 2025-08-29
14+
15+
### Added
16+
* feat: Add stats entry for queued unseen files (#161) @marcelklehr
17+
18+
### Fixed
19+
* fix(makefile): Don't add stubs directory to release (#160) @marcelklehr
20+
* fix(QueueMappers): Ensure the queues are FIFO, prioritize (#161) @marcelklehr
21+
* fix: improve error handling (#161) @marcelklehr
22+
* fix(FsEventMapper): Prevent inserting duplicates (#161) @marcelklehr
23+
* fix(FileSystemListenerJob): Prevent OOM by working per user and tearing down FS in between (#161) @marcelklehr
24+
* fix(FileSystemListenerJob) Use SetupManager to tear down fs (#161) @marcelklehr
25+
* fix: Add RemoveDuplicateFsEvents repair step (#161) @marcelklehr
26+
* tests: Kill workers manually after each test case (#161) @marcelklehr
27+
* fix: Add comments to RemoveDuplicateFsEvents (#161) @marcelklehr
28+
* fix(IndexerJob): Make sure too large files are removed from queue (#161) @marcelklehr
29+
* fix(REUSE): Add copyright to psalm-baseline.xml (#161) @marcelklehr
30+
* fix: consider only new files for first indexing complete check (#161) @kyteinsky
31+
* wrap remove duplicate fs events db query in a transaction (#161) @kyteinsky
32+
* fix: adjustments to admin stats page (#161) @kyteinsky
33+
* fix: remove unopenable files from queue + add more logs (#161) @kyteinsky
34+
* fix: exclude trashbin and versions from total file estimate (#161) @kyteinsky
35+
* fix: improve logging and exception handling (#161) @kyteinsky
36+
* fix: handle empty list returned in ccb doc count (#161) @kyteinsky
37+
* fix: better db error handling in fs listener job (#161) @kyteinsky
38+
* do not deduplicate the fs events table at once (#161) @kyteinsky
39+
* fix: progressive de-duplication instead of all at once (#161) @kyteinsky
40+
* fix(IndexerJob): Fix warning message (#161) @marcelklehr
41+
* fix: only set last_indexed_file_id for the last successful file (#161) @kyteinsky
42+
* fix: Use MissingIndicesEvent instead of migration (#1661) @marcelklehr
43+
44+
### Changed
45+
* perf: Schedule deletion in chunks + Don't create Node objects in a loop (#159) @marcelklehr
46+
* chore(settings): Move settings into assistant section (#162) @lukasdotcom
47+
* tests: background-job:worker -vv (#161) @marcelklehr
48+
49+
1350
## [4.4.1] - 2025-07-31
1451

1552
### Fixed

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.2</version>
25+
<version>4.5.0-beta.0</version>
2626
<licence>agpl</licence>
2727
<author>Julien Veyssier</author>
2828
<author>Anupam Kumar</author>

0 commit comments

Comments
 (0)