Skip to content

Commit 0dd018d

Browse files
chore: release 5.37.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent e2e7085 commit 0dd018d

File tree

52 files changed

+274
-264
lines changed

Some content is hidden

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

52 files changed

+274
-264
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [5.37.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.36.0...5.37.0)
2+
3+
- [8f4abf3a1](https://github.com/algolia/api-clients-automation/commit/8f4abf3a1) fix(specs): Cross-reference filerPromotes to relevant guide ([#5279](https://github.com/algolia/api-clients-automation/pull/5279)) by [@gazconroy](https://github.com/gazconroy/)
4+
- [1f4a3a9f7](https://github.com/algolia/api-clients-automation/commit/1f4a3a9f7) feat(specs): add put task endpoint to ingestion api ([#5281](https://github.com/algolia/api-clients-automation/pull/5281)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [08e9d1888](https://github.com/algolia/api-clients-automation/commit/08e9d1888) fix(specs): add getVersion parameter to getSettings ([#5254](https://github.com/algolia/api-clients-automation/pull/5254)) by [@millotp](https://github.com/millotp/)
6+
- [aa340dc23](https://github.com/algolia/api-clients-automation/commit/aa340dc23) feat(specs): add put and delete API for compositions and rules ([#5282](https://github.com/algolia/api-clients-automation/pull/5282)) by [@ben-kalmus](https://github.com/ben-kalmus/)
7+
- [716aa852f](https://github.com/algolia/api-clients-automation/commit/716aa852f) chore(deps): dependencies 2025-09-01 ([#5285](https://github.com/algolia/api-clients-automation/pull/5285)) by [@algolia-bot](https://github.com/algolia-bot/)
8+
- [f4eee1c4a](https://github.com/algolia/api-clients-automation/commit/f4eee1c4a) chore(website): exclude schema from generated variables file ([#5306](https://github.com/algolia/api-clients-automation/pull/5306)) by [@Fluf22](https://github.com/Fluf22/)
9+
- [2fa0389f8](https://github.com/algolia/api-clients-automation/commit/2fa0389f8) fix(clients): link to support/help center on unreachable hosts ([#5305](https://github.com/algolia/api-clients-automation/pull/5305)) by [@shortcuts](https://github.com/shortcuts/)
10+
111
## [5.36.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.35.0...5.36.0)
212

313
- [40f3bebfde](https://github.com/algolia/api-clients-automation/commit/40f3bebfde) fix(clients): prefix tags with v ([#5186](https://github.com/algolia/api-clients-automation/pull/5186)) by [@millotp](https://github.com/millotp/)

README.md

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

4040
```bash
41-
yarn add algoliasearch@5.36.0
41+
yarn add algoliasearch@5.37.0
4242
# or
43-
npm install algoliasearch@5.36.0
43+
npm install algoliasearch@5.37.0
4444
# or
45-
pnpm add algoliasearch@5.36.0
45+
pnpm add algoliasearch@5.37.0
4646
```
4747

4848
### Without a package manager
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:
5151

5252
```html
5353
// for the full client
54-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.36.0/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.37.0/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.36.0/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.37.0/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"path": "packages/client-composition/dist/builds/browser.umd.js",
49-
"maxSize": "4.55KB"
49+
"maxSize": "4.75KB"
5050
},
5151
{
5252
"path": "packages/client-insights/dist/builds/browser.umd.js",
@@ -66,11 +66,11 @@
6666
},
6767
{
6868
"path": "packages/ingestion/dist/builds/browser.umd.js",
69-
"maxSize": "6.65KB"
69+
"maxSize": "6.75KB"
7070
},
7171
{
7272
"path": "packages/monitoring/dist/builds/browser.umd.js",
73-
"maxSize": "3.95KB"
73+
"maxSize": "4.00KB"
7474
},
7575
{
7676
"path": "packages/recommend/dist/builds/browser.umd.js",

packages/abtesting/README.md

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

4343
```bash
44-
yarn add @algolia/abtesting@1.2.0
44+
yarn add @algolia/abtesting@1.3.0
4545
# or
46-
npm install @algolia/abtesting@1.2.0
46+
npm install @algolia/abtesting@1.3.0
4747
# or
48-
pnpm add @algolia/abtesting@1.2.0
48+
pnpm add @algolia/abtesting@1.3.0
4949
```
5050

5151
### Without a package manager
5252

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

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.2.0/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.3.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### 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.2.0",
2+
"version": "1.3.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.36.0",
53-
"@algolia/requester-browser-xhr": "5.36.0",
54-
"@algolia/requester-fetch": "5.36.0",
55-
"@algolia/requester-node-http": "5.36.0"
52+
"@algolia/client-common": "5.37.0",
53+
"@algolia/requester-browser-xhr": "5.37.0",
54+
"@algolia/requester-fetch": "5.37.0",
55+
"@algolia/requester-node-http": "5.37.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",

packages/abtesting/src/abtestingV3Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type {
3434
StopABTestProps,
3535
} from '../model/clientMethodProps';
3636

37-
export const apiClientVersion = '1.2.0';
37+
export const apiClientVersion = '1.3.0';
3838

3939
export const REGIONS = ['de', 'us'] as const;
4040
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
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/[email protected].10
44+
yarn add @algolia/[email protected].11
4545
# or
46-
npm install @algolia/[email protected].10
46+
npm install @algolia/[email protected].11
4747
# or
48-
pnpm add @algolia/[email protected].10
48+
pnpm add @algolia/[email protected].11
4949
```
5050

5151
### Without a package manager
5252

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

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].10/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].11/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### 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.10",
2+
"version": "0.0.1-alpha.11",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.36.0",
53-
"@algolia/requester-browser-xhr": "5.36.0",
54-
"@algolia/requester-fetch": "5.36.0",
55-
"@algolia/requester-node-http": "5.36.0"
52+
"@algolia/client-common": "5.37.0",
53+
"@algolia/requester-browser-xhr": "5.37.0",
54+
"@algolia/requester-fetch": "5.37.0",
55+
"@algolia/requester-node-http": "5.37.0"
5656
},
5757
"devDependencies": {
5858
"@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
@@ -34,7 +34,7 @@ import type {
3434
GetUsersProps,
3535
} from '../model/clientMethodProps';
3636

37-
export const apiClientVersion = '0.0.1-alpha.10';
37+
export const apiClientVersion = '0.0.1-alpha.11';
3838

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

packages/algoliasearch/README.md

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

4040
```bash
41-
yarn add algoliasearch@5.36.0
41+
yarn add algoliasearch@5.37.0
4242
# or
43-
npm install algoliasearch@5.36.0
43+
npm install algoliasearch@5.37.0
4444
# or
45-
pnpm add algoliasearch@5.36.0
45+
pnpm add algoliasearch@5.37.0
4646
```
4747

4848
### Without a package manager
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:
5151

5252
```html
5353
// for the full client
54-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.36.0/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.37.0/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.36.0/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.37.0/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

0 commit comments

Comments
 (0)