|
| 1 | +## [5.53.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.52.1...5.53.0) |
| 2 | + |
| 3 | +BREAKING CHANGES: this minor version includes breaking changes. See below for more details. |
| 4 | + |
| 5 | +- [c95cbc1d2e](https://github.com/algolia/api-clients-automation/commit/c95cbc1d2e) fix(javascript): handle response stream error in `createHttpRequester` ([#6347](https://github.com/algolia/api-clients-automation/pull/6347)) by [@zigzagdev](https://github.com/zigzagdev/) |
| 6 | +- [c55851671e](https://github.com/algolia/api-clients-automation/commit/c55851671e) feat(javascript): BREAKING CHANGE – expose maximum number of retries ([#6353](https://github.com/algolia/api-clients-automation/pull/6353)) by [@eric-zaharia](https://github.com/eric-zaharia/) |
| 7 | + - 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. |
| 8 | +- [84ebc480a8](https://github.com/algolia/api-clients-automation/commit/84ebc480a8) chore(deps): dependencies 2026-05-15 ([#6400](https://github.com/algolia/api-clients-automation/pull/6400)) by [@Fluf22](https://github.com/Fluf22/) |
| 9 | +- [fc36d63e9f](https://github.com/algolia/api-clients-automation/commit/fc36d63e9f) fix(javascript): improve caching performance ([#6431](https://github.com/algolia/api-clients-automation/pull/6431)) by [@eric-zaharia](https://github.com/eric-zaharia/) |
| 10 | +- [90da6bf0ae](https://github.com/algolia/api-clients-automation/commit/90da6bf0ae) chore(deps): dependencies 2026-05-18 ([#6429](https://github.com/algolia/api-clients-automation/pull/6429)) by [@Fluf22](https://github.com/Fluf22/) |
| 11 | +- [eddd51e349](https://github.com/algolia/api-clients-automation/commit/eddd51e349) fix(specs): document abTest field on listIndices response ([#6443](https://github.com/algolia/api-clients-automation/pull/6443)) by [@eric-zaharia](https://github.com/eric-zaharia/) |
| 12 | +- [1d3f2c149b](https://github.com/algolia/api-clients-automation/commit/1d3f2c149b) fix(specs): clean up abTest schema on listIndices response ([#6448](https://github.com/algolia/api-clients-automation/pull/6448)) by [@Fluf22](https://github.com/Fluf22/) |
| 13 | +- [35bf16c848](https://github.com/algolia/api-clients-automation/commit/35bf16c848) fix(specs): BREAKING CHANGE – add searchResponsePartial fallback to searchResult oneOf ([#6350](https://github.com/algolia/api-clients-automation/pull/6350)) by [@Fluf22](https://github.com/Fluf22/) |
| 14 | + - 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. |
| 15 | +- [d7aeef2482](https://github.com/algolia/api-clients-automation/commit/d7aeef2482) chore(deps): batch dependency updates ([#6465](https://github.com/algolia/api-clients-automation/pull/6465)) by [@Fluf22](https://github.com/Fluf22/) |
| 16 | + |
1 | 17 | ## [5.52.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.52.0...5.52.1) |
2 | 18 |
|
3 | 19 | - [363cc2d91b](https://github.com/algolia/api-clients-automation/commit/363cc2d91b) fix(specs): Ingestion API - update destination payload ([#6320](https://github.com/algolia/api-clients-automation/pull/6320)) by [@sbellone](https://github.com/sbellone/) |
|
0 commit comments