Releases: appbaseio/reactivesearch-api
Releases · appbaseio/reactivesearch-api
1.0.16
- Enables support for profiling when tracing is enabled
- Disables recording
/arc/health
traces
1.0.15
Changes in this release:
- Syncs all recent changes from 8.15.0
- Adds support for DataDog tracing
- Various other bug fixes
- Enables AI for RS hobby plan
- Set's the gateway timeout to 30 seconds
1.0.14
Changes in this release
- Adds support for setting
system
as backend for SLS instances from non system backend.
8.14.0
Enhancements
- This release improves throughput performance by > 50% and also includes some latency improvements
- Improves AI Answer latencies to stream near instantly. Adds support for an
AIConfig.strictSelection
field for configurability of AI answer independent of search hits - Improves tokens logic for AI answer to support a min and max token length boundary
- Adds a switch to disable logging with
--disable-logs
Fixes
- Fixes caching behavior when there is an error in returning an AI answer response
- Sets analytics category for AI analytics endpoint, previous category was AI
- Fixes general use of pipeline's
esQuery
stage
8.14.0 RC
Enhancements
- This release contains performance improvements to rules, caching and efficient parsing through middlewares
- Adds a switch to disable logging, default behavior logs server request/responses
- Adds support for an
AIConfig.strictSelection
field for configurability of AI answer independent of search hits
Fixes
- Fixes caching behavior when there is an error in returning an AI answer response
- Sets analytics category for AI analytics endpoint, previous category was AI
8.13.4.beta
Changes in this release:
- Adds support for
AIConfig.strictSelection
- Adds more debug data for the latency issue
8.13.4
Changes in this release:
- Adds more debug fields for the OpenAI latency issue
- Other fixes
8.13.3
- Adds support for capturing stats like when the OpenAI response got resolved, when SSE call gets resolved in order to improve OpenAI integration performance
8.13.2
Fixes
- This release standardizes the session creation for AI search request that's returned from cache
8.13.1
Enhancement
- Adds an endpoint to return an AI Answer directly, i.e. without passing through search
- Adds support for ordering of FAQs
Fixes
- Fixes a fatal error to be gracefully handled for syncing FAQs to Zinc
- Use precise error status codes for FAQs endpoints