Releases: jillesvangurp/kt-search
Releases · jillesvangurp/kt-search
2.1.23
- add alternate parse function to IndexRepository works on a List instead of a Flow
2.1.22
2.1.21
What's Changed
- make retry delay configurable by @jillesvangurp in #114
Full Changelog: 2.1.20...2.1.21
2.1.20
2.1.19
- retry searches on 429 circuit breaker errors
2.1.15-2.1.18
Several small releases to improve error handling for 4xx errors. Especially 429 errors (circuit breakers in ES cause these to get thrown)
What's Changed
- handle circuitbreaker issues with update (429) & add logging by @jillesvangurp in #111
- add more data to 4xx execptions to facilitate debugging what the issue is when they happen
Full Changelog: 2.1.14...2.1.18
2.1.14
What's Changed
- delete index and scroll should throw an exception when operation fails by @barbulescu in #106
- ensure nested query filters the data in the test by @barbulescu in #108
- Fix #107 and add missing parameters for nested query
Full Changelog: 2.1.13...2.1.14
2.1.13
Some more pull requests by @barbulescu. Thank you!
What's Changed
- add batchSize, remote, _source and async support to reindex by @barbulescu in #103
- fix few misspell by @barbulescu in #104
Full Changelog: 2.1.12...2.1.13
Support for ReIndex API
What's Changed
- Add support for reindex operation by @barbulescu in #99
- change refreshInterval to Duration type by @barbulescu in #100
- introduce reindex query by @barbulescu in #101
Special thanks to @barbulescu for a few very nice pull requests.
Full Changelog: 2.1.11...2.1.12
2.1.11
What's Changed
- enable setting refresh_interval in createIndex by @barbulescu in #97
- misc version and documentation updates
Full Changelog: 2.1.10...2.1.11