Skip to content

Commit 2658999

Browse files
algolia-botFluf22
andcommitted
chore: release 5.53.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent b9d89e9 commit 2658999

48 files changed

Lines changed: 263 additions & 247 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
## [5.52.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.52.0...5.52.1)
218

319
- [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/)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ All of our clients comes with type definition, and are available for both browse
3737
### With a package manager
3838

3939
```bash
40-
yarn add algoliasearch@5.52.1
40+
yarn add algoliasearch@5.53.0
4141
# or
42-
npm install algoliasearch@5.52.1
42+
npm install algoliasearch@5.53.0
4343
# or
44-
pnpm add algoliasearch@5.52.1
44+
pnpm add algoliasearch@5.53.0
4545
```
4646

4747
### Without a package manager
@@ -50,10 +50,10 @@ Add the following JavaScript snippet to the <head> of your website:
5050

5151
```html
5252
// for the full client
53-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.52.1/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.53.0/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.52.1/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.53.0/dist/lite/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/abtesting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ All of our clients comes with type definition, and are available for both browse
4040
### With a package manager
4141

4242
```bash
43-
yarn add @algolia/abtesting@1.18.1
43+
yarn add @algolia/abtesting@1.19.0
4444
# or
45-
npm install @algolia/abtesting@1.18.1
45+
npm install @algolia/abtesting@1.19.0
4646
# or
47-
pnpm add @algolia/abtesting@1.18.1
47+
pnpm add @algolia/abtesting@1.19.0
4848
```
4949

5050
### Without a package manager
5151

5252
Add the following JavaScript snippet to the <head> of your website:
5353

5454
```html
55-
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.18.1/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.19.0/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

packages/abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.18.1",
2+
"version": "1.19.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -54,10 +54,10 @@
5454
"index.d.ts"
5555
],
5656
"dependencies": {
57-
"@algolia/client-common": "5.52.1",
58-
"@algolia/requester-browser-xhr": "5.52.1",
59-
"@algolia/requester-fetch": "5.52.1",
60-
"@algolia/requester-node-http": "5.52.1"
57+
"@algolia/client-common": "5.53.0",
58+
"@algolia/requester-browser-xhr": "5.53.0",
59+
"@algolia/requester-fetch": "5.53.0",
60+
"@algolia/requester-node-http": "5.53.0"
6161
},
6262
"devDependencies": {
6363
"@arethetypeswrong/cli": "0.18.2",

packages/abtesting/src/abtestingV3Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import type {
3030
StopABTestProps,
3131
} from '../model/clientMethodProps';
3232

33-
export const apiClientVersion = '1.18.1';
33+
export const apiClientVersion = '1.19.0';
3434

3535
export const REGIONS = ['de', 'us'] as const;
3636
export type Region = (typeof REGIONS)[number];

packages/advanced-personalization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ All of our clients comes with type definition, and are available for both browse
4040
### With a package manager
4141

4242
```bash
43-
yarn add @algolia/advanced-personalization@0.0.1-alpha.38
43+
yarn add @algolia/advanced-personalization@0.0.1-alpha.39
4444
# or
45-
npm install @algolia/advanced-personalization@0.0.1-alpha.38
45+
npm install @algolia/advanced-personalization@0.0.1-alpha.39
4646
# or
47-
pnpm add @algolia/advanced-personalization@0.0.1-alpha.38
47+
pnpm add @algolia/advanced-personalization@0.0.1-alpha.39
4848
```
4949

5050
### Without a package manager
5151

5252
Add the following JavaScript snippet to the <head> of your website:
5353

5454
```html
55-
<script src="https://cdn.jsdelivr.net/npm/@algolia/advanced-personalization@0.0.1-alpha.38/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/advanced-personalization@0.0.1-alpha.39/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

packages/advanced-personalization/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-alpha.38",
2+
"version": "0.0.1-alpha.39",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -54,10 +54,10 @@
5454
"index.d.ts"
5555
],
5656
"dependencies": {
57-
"@algolia/client-common": "5.52.1",
58-
"@algolia/requester-browser-xhr": "5.52.1",
59-
"@algolia/requester-fetch": "5.52.1",
60-
"@algolia/requester-node-http": "5.52.1"
57+
"@algolia/client-common": "5.53.0",
58+
"@algolia/requester-browser-xhr": "5.53.0",
59+
"@algolia/requester-fetch": "5.53.0",
60+
"@algolia/requester-node-http": "5.53.0"
6161
},
6262
"devDependencies": {
6363
"@arethetypeswrong/cli": "0.18.2",

packages/advanced-personalization/src/advancedPersonalizationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type {
3131
GetUsersProps,
3232
} from '../model/clientMethodProps';
3333

34-
export const apiClientVersion = '0.0.1-alpha.38';
34+
export const apiClientVersion = '0.0.1-alpha.39';
3535

3636
export const REGIONS = ['eu', 'us'] as const;
3737
export type Region = (typeof REGIONS)[number];

packages/algoliasearch/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ All of our clients comes with type definition, and are available for both browse
3737
### With a package manager
3838

3939
```bash
40-
yarn add algoliasearch@5.52.1
40+
yarn add algoliasearch@5.53.0
4141
# or
42-
npm install algoliasearch@5.52.1
42+
npm install algoliasearch@5.53.0
4343
# or
44-
pnpm add algoliasearch@5.52.1
44+
pnpm add algoliasearch@5.53.0
4545
```
4646

4747
### Without a package manager
@@ -50,10 +50,10 @@ Add the following JavaScript snippet to the <head> of your website:
5050

5151
```html
5252
// for the full client
53-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.52.1/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.53.0/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.52.1/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.53.0/dist/lite/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
2525
import type { SearchResponse } from '../model/searchResponse';
2626

27-
export const apiClientVersion = '5.52.1';
27+
export const apiClientVersion = '5.53.0';
2828

2929
function getDefaultHosts(appId: string): Host[] {
3030
return (

0 commit comments

Comments
 (0)