Skip to content

Releases: appbaseio/reactivesearch-api

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]

8.20.3

15 Dec 10:32
d8099e1
Compare
Choose a tag to compare

Enhancement

  • Support HTTP_TIMEOUT as environment flag to allow specifying a HTTP timeout value in seconds for all outgoing HTTP calls via RS API server

8.20.2

11 Dec 10:19
d8099e1
Compare
Choose a tag to compare

Enhancement

  • Adds rollover support for pipeline logs [noss]

8.20.1

16 Nov 06:29
d8099e1
Compare
Choose a tag to compare

Fixes

  • Error handling to validate if the cache address is invalid [noss]
  • Fixes an edge-case with use of missingLabel property [noss]
  • Add fix to remove suffix from document suggestion ID [noss]

1.0.24

05 Mar 15:57
d8099e1
Compare
Choose a tag to compare

Changes in this release:

  • Adds a fix for fetching mdb database call (through driver)
  • Adds support for default value for mdb protocol -> if not present in global env
  • Adds support for inferring cluster name from host
  • Fixes the backend update flow to make it work e2e

1.0.23

18 Feb 15:57
d8099e1
Compare
Choose a tag to compare

Changes in this release:

  • Adds support for suprressing all pipeline unmarshal errors with marklogicQuery so that it doesn't add noise to the logs output.
  • Adds a fix regarding pipeline rollover making the entire app crash

1.0.22

11 Dec 10:11
d8099e1
Compare
Choose a tag to compare

Changes in this release:

  • Includes changes for rollover configurations for .logs, .analytics index.
  • Includes support for rollover index for .pipeline_logs.
  • Other fixes