Skip to content

Commit ceb55d8

Browse files
chore: release 5.55.2
Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com> Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
1 parent f0df7c1 commit ceb55d8

51 files changed

Lines changed: 271 additions & 261 deletions

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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.55.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.55.1...5.55.2)
2+
3+
- [035c03ecad](https://github.com/algolia/api-clients-automation/commit/035c03ecad) fix(specs): BREAKING CHANGE – remove recommend query params overridden by the API ([#6604](https://github.com/algolia/api-clients-automation/pull/6604)) by [@raed667](https://github.com/raed667/)
4+
- The `ranking`, `facetFilters`, and `enableABTest` parameters have been removed from the Recommend request, and `enableRules` from its fallback parameters, as the Recommend API ignores them. API behavior is unchanged, but code setting these fields must be updated.
5+
- [d1f8a51b63](https://github.com/algolia/api-clients-automation/commit/d1f8a51b63) fix(javascript): chunked push polling offset and batchSize forwarding ([#6598](https://github.com/algolia/api-clients-automation/pull/6598)) by [@eric-zaharia](https://github.com/eric-zaharia/)
6+
- [5031c65633](https://github.com/algolia/api-clients-automation/commit/5031c65633) chore(deps): dependencies 2026-06-15 ([#6508](https://github.com/algolia/api-clients-automation/pull/6508)) by [@algolia-api-clients-automation-bot[bot]](https://github.com/apps/algolia-api-clients-automation-bot)
7+
- [f258a66a9d](https://github.com/algolia/api-clients-automation/commit/f258a66a9d) fix(clients): browseSynonyms pagination (CR-11727) ([#6652](https://github.com/algolia/api-clients-automation/pull/6652)) by [@Fluf22](https://github.com/Fluf22/)
8+
- [915cb4650b](https://github.com/algolia/api-clients-automation/commit/915cb4650b) fix(clients): add warning in replace_all_objects for empty objects ([#6611](https://github.com/algolia/api-clients-automation/pull/6611)) by [@eric-zaharia](https://github.com/eric-zaharia/)
9+
- [3fe90834ec](https://github.com/algolia/api-clients-automation/commit/3fe90834ec) chore(deps): dependencies 2026-06-29 ([#6618](https://github.com/algolia/api-clients-automation/pull/6618)) by [@algolia-api-clients-automation-bot[bot]](https://github.com/apps/algolia-api-clients-automation-bot)
10+
111
## [5.55.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.55.0...5.55.1)
212

313
- [a676cd9cef](https://github.com/algolia/api-clients-automation/commit/a676cd9cef) fix(clients): bump replaceAllObjects default maxRetries from 100 to 800 ([#6580](https://github.com/algolia/api-clients-automation/pull/6580)) by [@Fluf22](https://github.com/Fluf22/)

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.55.1
40+
yarn add algoliasearch@5.55.2
4141
# or
42-
npm install algoliasearch@5.55.1
42+
npm install algoliasearch@5.55.2
4343
# or
44-
pnpm add algoliasearch@5.55.1
44+
pnpm add algoliasearch@5.55.2
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.55.1/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.55.2/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.55.1/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.55.2/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.21.1
43+
yarn add @algolia/abtesting@1.21.2
4444
# or
45-
npm install @algolia/abtesting@1.21.1
45+
npm install @algolia/abtesting@1.21.2
4646
# or
47-
pnpm add @algolia/abtesting@1.21.1
47+
pnpm add @algolia/abtesting@1.21.2
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.21.1/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.21.2/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.21.1",
2+
"version": "1.21.2",
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.55.1",
58-
"@algolia/requester-browser-xhr": "5.55.1",
59-
"@algolia/requester-fetch": "5.55.1",
60-
"@algolia/requester-node-http": "5.55.1"
57+
"@algolia/client-common": "5.55.2",
58+
"@algolia/requester-browser-xhr": "5.55.2",
59+
"@algolia/requester-fetch": "5.55.2",
60+
"@algolia/requester-node-http": "5.55.2"
6161
},
6262
"devDependencies": {
6363
"@arethetypeswrong/cli": "0.18.4",

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.21.1';
33+
export const apiClientVersion = '1.21.2';
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.43
43+
yarn add @algolia/advanced-personalization@0.0.1-alpha.44
4444
# or
45-
npm install @algolia/advanced-personalization@0.0.1-alpha.43
45+
npm install @algolia/advanced-personalization@0.0.1-alpha.44
4646
# or
47-
pnpm add @algolia/advanced-personalization@0.0.1-alpha.43
47+
pnpm add @algolia/advanced-personalization@0.0.1-alpha.44
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.43/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/advanced-personalization@0.0.1-alpha.44/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.43",
2+
"version": "0.0.1-alpha.44",
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.55.1",
58-
"@algolia/requester-browser-xhr": "5.55.1",
59-
"@algolia/requester-fetch": "5.55.1",
60-
"@algolia/requester-node-http": "5.55.1"
57+
"@algolia/client-common": "5.55.2",
58+
"@algolia/requester-browser-xhr": "5.55.2",
59+
"@algolia/requester-fetch": "5.55.2",
60+
"@algolia/requester-node-http": "5.55.2"
6161
},
6262
"devDependencies": {
6363
"@arethetypeswrong/cli": "0.18.4",

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.43';
34+
export const apiClientVersion = '0.0.1-alpha.44';
3535

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

packages/agent-studio/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/agent-studio@1.0.1
43+
yarn add @algolia/agent-studio@1.0.2
4444
# or
45-
npm install @algolia/agent-studio@1.0.1
45+
npm install @algolia/agent-studio@1.0.2
4646
# or
47-
pnpm add @algolia/agent-studio@1.0.1
47+
pnpm add @algolia/agent-studio@1.0.2
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/agent-studio@1.0.1/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/agent-studio@1.0.2/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

packages/agent-studio/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
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.55.1",
58-
"@algolia/requester-browser-xhr": "5.55.1",
59-
"@algolia/requester-fetch": "5.55.1",
60-
"@algolia/requester-node-http": "5.55.1"
57+
"@algolia/client-common": "5.55.2",
58+
"@algolia/requester-browser-xhr": "5.55.2",
59+
"@algolia/requester-fetch": "5.55.2",
60+
"@algolia/requester-node-http": "5.55.2"
6161
},
6262
"devDependencies": {
6363
"@arethetypeswrong/cli": "0.18.4",

0 commit comments

Comments
 (0)