Skip to content

Releases: appbaseio/reactivesearch-api

8.22.6

26 Jul 02:54
Compare
Choose a tag to compare

Improvements

  • Fixes various possible errors while execution of pipeline stages
  • Other QoL improvements

8.22.5

19 Jul 11:53
Compare
Choose a tag to compare

Improvements

  • #156 Improves validation by performing an API call when saving AI preferences
  • #159 Return complete error messages for AI errors, and don't save to session when there is an error
  • Docker publish OSS release

8.22.4

12 Jul 15:28
Compare
Choose a tag to compare

Fixes

  • Pipeline: Boost stage fix when hits aren't scored
  • Follow-up AI Answer: Adds support for Azure OpenAI

8.22.3

10 Jul 03:44
Compare
Choose a tag to compare

Fixes

  • Fixes support for Azure OpenAI service endpoint
  • Improves response support for GPT-4 and above models

8.22.2

27 Jun 13:12
Compare
Choose a tag to compare

Fixes

  • Fixes an edge-case with query response transformation introduced as a side-effect of optimization of ES responses in 8.22.0

8.22.1

21 Jun 08:39
f94be1b
Compare
Choose a tag to compare

Fixes

  • Allow search type to be checkable in a script type query rule
  • Adds a fix in pipeline for an edge case where there are no queries to optimize

8.22.0

11 May 01:24
f94be1b
Compare
Choose a tag to compare

Enhancement

  • Introduces query optimization for Elasticsearch/OpenSearch to remove duplicate queries and combine queries that are aggregation only with the same structure.

8.22.0 beta

18 Apr 05:55
d8099e1
Compare
Choose a tag to compare
8.22.0 beta Pre-release
Pre-release

Enhancement

  • Introduces query optimization for Elasticsearch/OpenSearch to remove duplicate queries and combine queries that are aggregation only with the same structure.

8.21.1

15 Feb 11:50
d8099e1
Compare
Choose a tag to compare

Fix

  • Fixes a server restart issue for servers using pipeline prior to 8.20.2

8.21.0

07 Feb 10:18
d8099e1
Compare
Choose a tag to compare

Release Notes

  • Fixes use of KV store in pipelines when external cache is being used [noss]
  • Improves check for synonym deletion endpoint [noss]