Skip to content

Latest commit

 

History

History
116 lines (73 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

116 lines (73 loc) · 2.46 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[3.1.0] - 2024-09-30

Added

  • task proc provider returns json string in sources @kyteinsky

[3.0.2] – 2024-08-02

Fixed

  • StorageService fix: CacheQueryBuilder OC API changed @marcelklehr

[3.0.1] – 2024-07-29

Fixed

  • Update context chat task type's description @kyteinsky
  • Prompt command fix: Use TaskProcessing instead of TextProcessing @marcelklehr
  • Prompt command fix: Don't try to write array to output @marcelklehr

[3.0.0] – 2024-06-26

Changed

  • bump min NC version to 30 @kyteinsky

Fixed

  • fix content manager and update provider docs @kyteinsky @Rello

Added

  • task processing support @kyteinsky @julien-nc

[2.2.1] – 2024-06-26

Changed

  • update node and npm versions for CI

[2.2.0] – 2024-06-25

Fixed

  • get content provider with class string @kyteinsky

Added

  • use background jobs for delete requests @kyteinsky
  • Add config flag to disable auto-indexing (#44) @marcelklehr
  • show app name first in providers list @kyteinsky
  • add backend init check to all requests @kyteinsky
  • Add docs on how to implement a provider @marcelklehr
  • add dsp timeout link to readme @kyteinsky

[2.1.2] – 2024-05-02

Fixed

  • no exceptions for delete paths

[2.1.1] – 2024-04-23

Fixed

  • 3 sec timeout for deletion requests
  • update integration-test gh workflow

[2.1.0] – 2024-04-15

Fixed

  • send source id instead of file path

[2.0.2] – 2024-03-27

Fixed

  • Fix file listener

2.0.1 – 2024-03-23

Fixed

  • update integration-test.yml
  • separate ProviderConfigService
  • IndexerJob: Avoid sending the same resource multiple times

2.0.0 – 2024-03-21

Changed

  • refactor and fix scoped context chat
  • install app_api from git & use setup_python action
  • use full path of file instead of file name

Fixed

  • fix: app disable listener now deletes sources for all users
  • replace usage of enum with a class and update gh workflows
  • fix integration test workflow
  • update app_api app installation commands

Added

  • add support for scoped context in query
  • fix: metadata search for provider
  • add no-context option to prompt command
  • AppAPI min version check
  • introduce a content provider interface

1.0.0 – 2023-09-21

Added

  • the app