Releases: appbaseio/reactivesearch-api
Releases · appbaseio/reactivesearch-api
8.9.1
v1.0.3
- Single repo release for SLS
v8.9.1.alpha
Changes in this release
- Includes
suggestionsupport for MongoDB
v1.0.2
Changes in this release:
- Includes support for MongoDB suggestions
- Includes fix for
/arc/healthin single-tenant SLS
v1.0.1
v1.0.1 Serverless Search Release
8.9.0
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
rangetype of query [oss] - Adds support to get domain verification config [
noss] - Adds support for Zincsearch engine [
noss]
Fixes
- Sets request category to
reactivesearchfor 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
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
chore: update Makefile
8.8.1
8.8.0
Enhancements
- Elasticsearch engine:
- Add support for forwarding query strings through RS API [
oss]
- Add support for forwarding query strings through RS API [
- Solr search engine:
- Suggestion and search queries now return matches for partial terms [
noss] - Add support for featured suggestions for Solr [
noss]
- Suggestion and search queries now return matches for partial terms [
- 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/validateendpoint [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