Skip to content

Releases: appbaseio/reactivesearch-api

8.9.1

30 Jan 08:00

Choose a tag to compare

Enhancements

  • Includes suggestion support for MongoDB

Fixes

  • Fixes memory profile reporting #368

v1.0.3

31 Jan 08:46

Choose a tag to compare

  • Single repo release for SLS

v8.9.1.alpha

24 Jan 13:19
2c4e50a

Choose a tag to compare

Changes in this release

  • Includes suggestion support for MongoDB

v1.0.2

25 Jan 07:47
2c4e50a

Choose a tag to compare

Changes in this release:

  • Includes support for MongoDB suggestions
  • Includes fix for /arc/health in single-tenant SLS

v1.0.1

23 Jan 15:33
2c4e50a

Choose a tag to compare

v1.0.1 Serverless Search Release

8.9.0

10 Jan 11:56

Choose a tag to compare

Enhancements

  • Updates the pipeline routing logic to be more resilient (route changes no longer require a server restart) [noss]
  • Adds support for filtering of histogram aggregations for a range type of query [oss]
  • Adds support to get domain verification config [noss]
  • Adds support for Zincsearch engine [noss]

Fixes

  • Sets request category to reactivesearch for all the validate API calls [noss]
  • Uses precise time for cronjob instead of running periodically from server start time: This brings better precision to reporting of usage and billing cycle related updates
  • Fixes an issue with pipeline priority value not being respected in case of route conflicts [noss]
  • Fixes ES requests with rules [noss]

8.9.0.beta

12 Dec 09:21
821528f

Choose a tag to compare

Release Notes

  • This release changes the pipelines routing logic to be more resilient (earlier, a change in route required a server restart which isn't required now)

8.9.0.alpha

30 Nov 09:57

Choose a tag to compare

8.9.0.alpha Pre-release
Pre-release
chore: update Makefile

8.8.1

17 Nov 12:36

Choose a tag to compare

Enhancements

  • Improves RS API round trip performance by moving logging to happen asynchronously #353 [oss]

Fixes

  • Fixes an edge-case with the creation of end-user authentication client [noss]

8.8.0

08 Nov 08:19
29b9513

Choose a tag to compare

Enhancements

  • Elasticsearch engine:
    • Add support for forwarding query strings through RS API [oss]
  • Solr search engine:
    • Suggestion and search queries now return matches for partial terms [noss]
    • Add support for featured suggestions for Solr [noss]
  • Introduces new pricing tiers for UI builder: [noss]
    • Creating search UIs with no-code will be accessible for all paid plans
    • End-user Authentication, code export and custom domain deployment are only available for Enterprise and Production plans

Fixes

  • A fix to allow ReactiveSearch API server to resolve requests when adminstration API becomes unavailable for up to 72h [noss]
  • Removes search engine backend password to be returned from the _reactivesearch/validate endpoint [oss]
  • Fixes for Pipelines APIs: [noss]
    • Return pre-built stages info for pipeline schema
    • enable/disable behavior
    • return console logs and stage info for pipeline validate endpoint
  • Fixes for suggestions APIs: [noss]
    • Fix an edge case with endpoint suggestions
    • Fix how defaults are picked up for recent and popular suggestions