Skip to content

Releases: jillesvangurp/kt-search

2.1.23

26 Feb 09:32
Compare
Choose a tag to compare
  • add alternate parse function to IndexRepository works on a List instead of a Flow

2.1.22

13 Feb 04:27
Compare
Choose a tag to compare

What's Changed

  • Add support for has_parent, has_child and parent_id queries by @csh97 in #115

Thanks @csh97!

Full Changelog: 2.1.21...2.1.22

2.1.21

12 Feb 10:14
d42909a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.20...2.1.21

2.1.20

06 Feb 12:38
5e0f990
Compare
Choose a tag to compare

What's Changed

  • Add support for join field mappings by @csh97 in #112

New Contributors

Full Changelog: 2.1.19...2.1.20

2.1.19

30 Jan 09:19
Compare
Choose a tag to compare
  • retry searches on 429 circuit breaker errors

2.1.15-2.1.18

29 Jan 08:50
a286aaa
Compare
Choose a tag to compare

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

21 Jan 10:05
Compare
Choose a tag to compare

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

14 Jan 13:11
5d0be23
Compare
Choose a tag to compare

Some more pull requests by @barbulescu. Thank you!

What's Changed

Full Changelog: 2.1.12...2.1.13

Support for ReIndex API

11 Jan 08:33
91609ae
Compare
Choose a tag to compare

What's Changed

Special thanks to @barbulescu for a few very nice pull requests.

Full Changelog: 2.1.11...2.1.12

2.1.11

11 Jan 08:26
Compare
Choose a tag to compare

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