Skip to content

Releases: nextcloud/context_chat

v5.5.0-beta0

v5.5.0-beta0 Pre-release
Pre-release

Choose a tag to compare

@kyteinsky kyteinsky released this 17 Aug 17:58
0f873e0

[5.5.0-beta0] - 2026-08-13

Added

Fixed

  • refactor(commands): Add type hinting to execute method in search command (#259) @CarlSchwan
  • fix(AppDisableListener): pass full provider key to deleteProvider (#265) @weltmaister

v5.4.0

Choose a tag to compare

@kyteinsky kyteinsky released this 16 Jul 13:20
6cea0df

[5.4.0] - 2026-06-24

Highlights

  • The indexing direction has been reversed now. Instead of the context_chat PHP app sending documents to the context_chat_backend ExApp, the ExApp downloads the documents from the server according to a list obtained from the PHP app. This also means that the occ context_chat:scan command serves no purpose and has been removed. Indexing should be smoother and run continuously now.
  • Kubernetes support to scale the CPU computation
  • Separate docker images for CPU, CUDA and ROCM (uses Vulkan) instead of one heavy CUDA/CPU image
  • CUDA 12.8 is shipped in the CUDA image so the host drivers should be updated to this at the minimum.

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
  • better error messages for file serving endpoint (#242) @kyteinsky
  • move task types to the backend (#248) @kyteinsky

Fixed

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