Skip to content

Releases: nextcloud/context_chat

v5.4.0-beta0

v5.4.0-beta0 Pre-release
Pre-release

Choose a tag to compare

@kyteinsky kyteinsky released this 26 May 08:31
ef439ff

[5.4.0-beta0] - 2026-05-26

Added

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

v5.3.1

Choose a tag to compare

@kyteinsky kyteinsky released this 19 Feb 10:08
8bf7e96

Fixed

  • fix info.xml version

v5.3.0

Choose a tag to compare

@kyteinsky kyteinsky released this 19 Feb 09:52
aa97c27

Added

v4.6.0

Choose a tag to compare

@kyteinsky kyteinsky released this 19 Feb 10:00
29831b3

Changed

  • pin max NC version to 31
  • do not translation enum values description (#194) @kyteinsky

Added

v5.2.1

Choose a tag to compare

@kyteinsky kyteinsky released this 05 Feb 07:59
bb213b4

Changed

Fixed

v5.2.0

Choose a tag to compare

@kyteinsky kyteinsky released this 08 Jan 15:57
f51ddcb

[5.2.0] - 2025-01-08

  • bump to keep in sync with context_chat_backend minor version

v5.1.0

Choose a tag to compare

@kyteinsky kyteinsky released this 05 Dec 11:30
e7104bd

[5.1.0] - 2025-12-05

Changed

Fixed

v5.0.0

Choose a tag to compare

@kyteinsky kyteinsky released this 15 Oct 10:17
e13a76c

[5.0.0] - 2025-10-15

The public Content Manager API has been replaced and extended with the OCP API.
For more details, see the Nextcloud developer documentation.

Changed

Added

Fixed

v4.5.0

Choose a tag to compare

@kyteinsky kyteinsky released this 23 Sep 11:11
5ca0102

[4.5.0] - 2025-09-23

Changed

  • stable release of the 4.5.0-beta series
  • bump max NC version to 33
  • perf: Schedule deletion in chunks + Don't create Node objects in a loop (#159) @marcelklehr
  • chore(settings): Move settings into assistant section (#162) @lukasdotcom
  • tests: background-job:worker -vv (#161) @marcelklehr

Fixed

Added

v4.5.0-beta.2

v4.5.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@kyteinsky kyteinsky released this 12 Sep 13:40
a2b9d8f

[4.5.0-beta.2] - 2025-09-12

Changed

  • bump max NC version to 33

Fixed

  • fallback for empty file paths in Source construction (#172) @kyteinsky