New version released!
What's Changed
BREAKING CHANGES: this minor version includes breaking changes. See below for more details.
- c95cbc1d2e fix(javascript): handle response stream error in
createHttpRequester(#6347) by @zigzagdev - c55851671e feat(javascript): BREAKING CHANGE – expose maximum number of retries (#6353) by @eric-zaharia
- We updated the default number of retries to account for customers with huge indices, and made it configurable if you prefer to fail early. The impact is that the retry time will be longer in case of issue, but it shouldn't impact most customers: those who don't have issues.
- 84ebc480a8 chore(deps): dependencies 2026-05-15 (#6400) by @Fluf22
- fc36d63e9f fix(javascript): improve caching performance (#6431) by @eric-zaharia
- 90da6bf0ae chore(deps): dependencies 2026-05-18 (#6429) by @Fluf22
- eddd51e349 fix(specs): document abTest field on listIndices response (#6443) by @eric-zaharia
- 1d3f2c149b fix(specs): clean up abTest schema on listIndices response (#6448) by @Fluf22
- 35bf16c848 fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf (#6350) by @Fluf22
- For those of you who want really clean responses without hits nor facets, we added a third fallback type to the search response. It should not impact the rest of the users.
- d7aeef2482 chore(deps): batch dependency updates (#6465) by @Fluf22
Full Changelog: 5.52.1...5.53.0