Skip to content

Releases: nextcloud-releases/context_chat

v4.0.6

10 Feb 14:21
Compare
Choose a tag to compare

Fixed

v4.0.5

08 Feb 08:21
Compare
Choose a tag to compare

Fixed

  • fix(ActionJob): Only warn when sending actions to backend fails (@marcelklehr)
  • fix(Statistics): Add days to indexing time display (@marcelklehr)
  • fix(IndexerJob): Make default batch size much larger than CC_MAX_FILES (@marcelklehr)
  • fix(IndexerJob#setInitialIndexCompletion): Correct conditions for whether indexing is complete (@marcelklehr)

Added

  • enh(Stats command): Show indexed files and total eligible files (@marcelklehr)
  • enh: Count indexed files (@marcelklehr)

v4.0.4

28 Jan 14:58
9c16074
Compare
Choose a tag to compare

[4.0.4] - 2025-01-28

Fixed

  • hard limit max file size that can be indexed (#99) @kyteinsky

Added

v4.0.3

17 Jan 19:15
e73fdaa
Compare
Choose a tag to compare

[4.0.3] - 2025-01-17

Fixed

  • IndexerJob: Check enough running jobs probabilistically (#95) @marcelklehr

v4.0.2

10 Jan 20:58
1ac2f9e
Compare
Choose a tag to compare

[4.0.2] - 2025-01-11

Changed

  • Increase the max no. of concurrent jobs (#93) @kyteinsky

Fixed

  • Add files caught in RetryIndexException to the end of the queue (#93) @kyteinsky
  • Prevent two concurrent requests processing the same source (#93) @kyteinsky

v4.0.1

19 Dec 14:31
e93a86f
Compare
Choose a tag to compare

[4.0.1] - 2024-12-19

Fixed

  • Allow underscores in appids for source id (#86) @kyteinsky
  • Update content provider docs (#86) @kyteinsky
  • Make sure userIDs is a list in updateAccessDeclarative calls (#87) @marcelklehr
  • Reduce sleep time in indexer job (#88) @kyteinsky

v4.0.0

17 Dec 11:59
a9e5b19
Compare
Choose a tag to compare

[4.0.0] - 2024-12-17

Changed

Fixed

  • Fix content provider metadata population (#81) @kyteinsky

Added

v4.0.0-beta3

21 Nov 11:23
b252c8a
Compare
Choose a tag to compare
v4.0.0-beta3 Pre-release
Pre-release

[4.0.0-beta3] - 2024-11-21

Added

  • Enforce a max count of running indexer jobs (#77) @marcelklehr

4.0.0-beta2

11 Nov 12:25
5f411aa
Compare
Choose a tag to compare
4.0.0-beta2 Pre-release
Pre-release

[4.0.0-beta2] - 2024-11-11

Documents will be reindexed in this version. They will be reindexed again in the stable 4.0.0 release.
This version is not recommended for production use.

Fixed

4.0.0-beta

08 Nov 11:01
1822cdf
Compare
Choose a tag to compare
4.0.0-beta Pre-release
Pre-release

[4.0.0-beta] - 2024-11-08

Changed

Fixed

  • Better error handling and some fixes (#61) @kyteinsky
  • Undefined key check in delete service (#64) @kyteinsky
  • Stop inflation of Indexer jobs (#66) @marcelklehr
  • Parse and pass on received error msg in an exception (#70) @kyteinsky

Added