Skip to content

Releases: appbaseio/reactivesearch-api

7.21.0

21 Apr 09:09
ef5e487
Compare
Choose a tag to compare

Features:

  • noss: Add support to provide past summary for comparison
  • noss(RS API): Add support for terms aggregation (default)

Bug Fixes:

  • oss: Fix index filtering logic for analytics
  • noss(Rules): Validate trigger expression before saving a rule or function
  • noss(RS API): Remove support for cyclic dependencies for react prop
  • noss(RS API): Fix enableSynonyms property and set default fuzziness to zero in search relevancy

7.20.3

13 Apr 12:19
Compare
Choose a tag to compare

Fixes

  • Fix a bug so that the synonyms API works with ElasticSearch v6
  • ReactiveSearch API: Add checks for term query generation in context of react prop usage

Chore

  • Updates the base image from Go1.13 to Go1.14, the latest stable release

Note: 7.20.1 and 7.20.2 releases contained patch fixes around ReactiveSearch API that are fully addressed in this release.

7.20.0

09 Apr 19:43
9fcbbbd
Compare
Choose a tag to compare

Features

  • Add support for geo_bounding box query
  • Add feature to record user session
  • Add analytics based on user session

Bug Fixes

  • Remove cyclic dependencies for the same component in RS API
  • Remove Synonyms validation as a separate feature
  • Add dataField validation

7.19.2

03 Apr 16:20
32a46f7
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug with ReactiveSearch API where it was crashing while extracting filters from the request body(noss)
  • Fix analytics bug with re-indexed index

7.19.0

01 Apr 09:12
6d820b4
Compare
Choose a tag to compare

Bug Fixes

  • RS API(noss): cyclic dependency issues with react prop
  • RS API(noss): Fix term query
  • RS API(noss): Replace index name in the RS API response
  • Replace index name in the Elasticsearch response

Features

  • RS API(noss): Add selectAllLabel property

🆕 Synonyms

28 Mar 10:20
cb4069d
Compare
Choose a tag to compare

Feature

7.17.1

27 Mar 13:17
b4e0dac
Compare
Choose a tag to compare

Bug Fixes

  • We fixed a bug in noss repo with GET /plan endpoint for clusters where it was not returning the new feature exceptions properties.

7.17.0

26 Mar 11:31
ece4ad8
Compare
Choose a tag to compare

Features

  • Add Search Relevancy plugin. It supports:
    • Language Settings
    • Search Settings
    • Aggregation Settings
    • Result Settings
  • Handles re-indexing of an index with better async + alias creation support

alias-test

20 Mar 13:40
7080b75
Compare
Choose a tag to compare
feat: replace index name with alias name (#83)

7.16.4

19 Mar 05:52
1c4b8c7
Compare
Choose a tag to compare
  • Parity release for the noss changes.
  • Fixed a bug in the RS API / query-translate plugin for the range query where it throws the invalid range error if the value is an empty array.