Skip to content

Commit b40af92

Browse files
chore: release 5.16.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a5d2b1d commit b40af92

File tree

43 files changed

+235
-218
lines changed

Some content is hidden

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

43 files changed

+235
-218
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [5.16.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.15.0...5.16.0)
2+
3+
- [068fdacb5](https://github.com/algolia/api-clients-automation/commit/068fdacb5) feat(specs): add info and link about indexing rate limits ([#4136](https://github.com/algolia/api-clients-automation/pull/4136)) by [@kai687](https://github.com/kai687/)
4+
- [2e894c9ed](https://github.com/algolia/api-clients-automation/commit/2e894c9ed) fix(javascript): set latest version on prereleases ([#4138](https://github.com/algolia/api-clients-automation/pull/4138)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [9e0235697](https://github.com/algolia/api-clients-automation/commit/9e0235697) fix(specs): `nb_api_calls` in `getLogs` response is optional ([#4142](https://github.com/algolia/api-clients-automation/pull/4142)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [c04440114](https://github.com/algolia/api-clients-automation/commit/c04440114) fix(javascript): allow async param on createIterablePromise ([#4144](https://github.com/algolia/api-clients-automation/pull/4144)) by [@millotp](https://github.com/millotp/)
7+
- [56fd73fb6](https://github.com/algolia/api-clients-automation/commit/56fd73fb6) chore(deps): dependencies 2024-11-25 ([#4145](https://github.com/algolia/api-clients-automation/pull/4145)) by [@algolia-bot](https://github.com/algolia-bot/)
8+
- [b728c5f25](https://github.com/algolia/api-clients-automation/commit/b728c5f25) fix(specs): `consequence` is required when saving rules ([#4146](https://github.com/algolia/api-clients-automation/pull/4146)) by [@shortcuts](https://github.com/shortcuts/)
9+
- [afd94fac8](https://github.com/algolia/api-clients-automation/commit/afd94fac8) fix(specs): `saveRule` response type ([#4170](https://github.com/algolia/api-clients-automation/pull/4170)) by [@shortcuts](https://github.com/shortcuts/)
10+
- [2325c61b8](https://github.com/algolia/api-clients-automation/commit/2325c61b8) feat(clients): allow batch size on objects helper ([#4172](https://github.com/algolia/api-clients-automation/pull/4172)) by [@shortcuts](https://github.com/shortcuts/)
11+
- [641c1c37f](https://github.com/algolia/api-clients-automation/commit/641c1c37f) chore(deps): dependencies 2024-12-02 ([#4174](https://github.com/algolia/api-clients-automation/pull/4174)) by [@algolia-bot](https://github.com/algolia-bot/)
12+
- [aae74cb38](https://github.com/algolia/api-clients-automation/commit/aae74cb38) fix(specs): remove SFCC source type ([#4190](https://github.com/algolia/api-clients-automation/pull/4190)) by [@millotp](https://github.com/millotp/)
13+
- [6cf044504](https://github.com/algolia/api-clients-automation/commit/6cf044504) chore: add homepage to JavaScript client package ([#4192](https://github.com/algolia/api-clients-automation/pull/4192)) by [@Adnan-Bacic](https://github.com/Adnan-Bacic/)
14+
- [254052857](https://github.com/algolia/api-clients-automation/commit/254052857) fix(specs): add sourceType to listTasks ([#4193](https://github.com/algolia/api-clients-automation/pull/4193)) by [@millotp](https://github.com/millotp/)
15+
- [106d64313](https://github.com/algolia/api-clients-automation/commit/106d64313) feat(generators): allow per-spec timeouts ([#4173](https://github.com/algolia/api-clients-automation/pull/4173)) by [@shortcuts](https://github.com/shortcuts/)
16+
- [9e1e60f9e](https://github.com/algolia/api-clients-automation/commit/9e1e60f9e) chore(deps): dependencies 2024-12-09 ([#4197](https://github.com/algolia/api-clients-automation/pull/4197)) by [@algolia-bot](https://github.com/algolia-bot/)
17+
118
## [5.15.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.14.2...5.15.0)
219

320
- [0787a3d2a](https://github.com/algolia/api-clients-automation/commit/0787a3d2a) chore(scripts): change dist folder and bump ([#4113](https://github.com/algolia/api-clients-automation/pull/4113)) 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.15.0
41+
yarn add algoliasearch@5.16.0
4242
# or
43-
npm install algoliasearch@5.15.0
43+
npm install algoliasearch@5.16.0
4444
# or
45-
pnpm add algoliasearch@5.15.0
45+
pnpm add algoliasearch@5.16.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.15.0/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.16.0/dist/algoliasearch.umd.js"></script>
5555

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

6060
### Usage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
},
5959
{
6060
"path": "packages/client-search/dist/builds/browser.umd.js",
61-
"maxSize": "7.25KB"
61+
"maxSize": "7.30KB"
6262
},
6363
{
6464
"path": "packages/ingestion/dist/builds/browser.umd.js",
65-
"maxSize": "5.90KB"
65+
"maxSize": "5.95KB"
6666
},
6767
{
6868
"path": "packages/monitoring/dist/builds/browser.umd.js",

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.15.0
41+
yarn add algoliasearch@5.16.0
4242
# or
43-
npm install algoliasearch@5.15.0
43+
npm install algoliasearch@5.16.0
4444
# or
45-
pnpm add algoliasearch@5.15.0
45+
pnpm add algoliasearch@5.16.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.15.0/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.16.0/dist/algoliasearch.umd.js"></script>
5555

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

6060
### 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.15.0';
27+
export const apiClientVersion = '5.16.0';
2828

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

packages/algoliasearch/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.15.0",
2+
"version": "5.16.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -74,22 +74,22 @@
7474
"lite.d.ts"
7575
],
7676
"dependencies": {
77-
"@algolia/client-abtesting": "5.15.0",
78-
"@algolia/client-analytics": "5.15.0",
79-
"@algolia/client-common": "5.15.0",
80-
"@algolia/client-insights": "5.15.0",
81-
"@algolia/client-personalization": "5.15.0",
82-
"@algolia/client-query-suggestions": "5.15.0",
83-
"@algolia/client-search": "5.15.0",
84-
"@algolia/ingestion": "1.15.0",
85-
"@algolia/monitoring": "1.15.0",
86-
"@algolia/recommend": "5.15.0",
87-
"@algolia/requester-browser-xhr": "5.15.0",
88-
"@algolia/requester-fetch": "5.15.0",
89-
"@algolia/requester-node-http": "5.15.0"
77+
"@algolia/client-abtesting": "5.16.0",
78+
"@algolia/client-analytics": "5.16.0",
79+
"@algolia/client-common": "5.16.0",
80+
"@algolia/client-insights": "5.16.0",
81+
"@algolia/client-personalization": "5.16.0",
82+
"@algolia/client-query-suggestions": "5.16.0",
83+
"@algolia/client-search": "5.16.0",
84+
"@algolia/ingestion": "1.16.0",
85+
"@algolia/monitoring": "1.16.0",
86+
"@algolia/recommend": "5.16.0",
87+
"@algolia/requester-browser-xhr": "5.16.0",
88+
"@algolia/requester-fetch": "5.16.0",
89+
"@algolia/requester-node-http": "5.16.0"
9090
},
9191
"devDependencies": {
92-
"@algolia/requester-testing": "5.15.0",
92+
"@algolia/requester-testing": "5.16.0",
9393
"@arethetypeswrong/cli": "0.17.1",
9494
"@types/node": "22.10.1",
9595
"jsdom": "25.0.1",

packages/client-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/client-abtesting@5.15.0
44+
yarn add @algolia/client-abtesting@5.16.0
4545
# or
46-
npm install @algolia/client-abtesting@5.15.0
46+
npm install @algolia/client-abtesting@5.16.0
4747
# or
48-
pnpm add @algolia/client-abtesting@5.15.0
48+
pnpm add @algolia/client-abtesting@5.16.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/client-abtesting@5.15.0/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.16.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.15.0",
2+
"version": "5.16.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.15.0",
53-
"@algolia/requester-browser-xhr": "5.15.0",
54-
"@algolia/requester-fetch": "5.15.0",
55-
"@algolia/requester-node-http": "5.15.0"
52+
"@algolia/client-common": "5.16.0",
53+
"@algolia/requester-browser-xhr": "5.16.0",
54+
"@algolia/requester-fetch": "5.16.0",
55+
"@algolia/requester-node-http": "5.16.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.1",

packages/client-abtesting/src/abtestingClient.ts

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

34-
export const apiClientVersion = '5.15.0';
34+
export const apiClientVersion = '5.16.0';
3535

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

packages/client-analytics/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/client-analytics@5.15.0
44+
yarn add @algolia/client-analytics@5.16.0
4545
# or
46-
npm install @algolia/client-analytics@5.15.0
46+
npm install @algolia/client-analytics@5.16.0
4747
# or
48-
pnpm add @algolia/client-analytics@5.15.0
48+
pnpm add @algolia/client-analytics@5.16.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/client-analytics@5.15.0/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.16.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.15.0",
2+
"version": "5.16.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.15.0",
53-
"@algolia/requester-browser-xhr": "5.15.0",
54-
"@algolia/requester-fetch": "5.15.0",
55-
"@algolia/requester-node-http": "5.15.0"
52+
"@algolia/client-common": "5.16.0",
53+
"@algolia/requester-browser-xhr": "5.16.0",
54+
"@algolia/requester-fetch": "5.16.0",
55+
"@algolia/requester-node-http": "5.16.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.1",

packages/client-analytics/src/analyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import type {
5858
GetUsersCountProps,
5959
} from '../model/clientMethodProps';
6060

61-
export const apiClientVersion = '5.15.0';
61+
export const apiClientVersion = '5.16.0';
6262

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

packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-common",
3-
"version": "5.15.0",
3+
"version": "5.16.0",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

packages/client-composition/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].4
44+
yarn add @algolia/[email protected].5
4545
# or
46-
npm install @algolia/[email protected].4
46+
npm install @algolia/[email protected].5
4747
# or
48-
pnpm add @algolia/[email protected].4
48+
pnpm add @algolia/[email protected].5
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].4/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].5/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-composition/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.4",
2+
"version": "0.0.1-alpha.5",
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.15.0",
53-
"@algolia/requester-browser-xhr": "5.15.0",
54-
"@algolia/requester-fetch": "5.15.0",
55-
"@algolia/requester-node-http": "5.15.0"
52+
"@algolia/client-common": "5.16.0",
53+
"@algolia/requester-browser-xhr": "5.16.0",
54+
"@algolia/requester-fetch": "5.16.0",
55+
"@algolia/requester-node-http": "5.16.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.1",

packages/client-composition/src/compositionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import type {
4141
WaitForCompositionTaskOptions,
4242
} from '../model/clientMethodProps';
4343

44-
export const apiClientVersion = '0.0.1-alpha.4';
44+
export const apiClientVersion = '0.0.1-alpha.5';
4545

4646
function getDefaultHosts(appId: string): Host[] {
4747
return (

packages/client-insights/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/client-insights@5.15.0
44+
yarn add @algolia/client-insights@5.16.0
4545
# or
46-
npm install @algolia/client-insights@5.15.0
46+
npm install @algolia/client-insights@5.16.0
4747
# or
48-
pnpm add @algolia/client-insights@5.15.0
48+
pnpm add @algolia/client-insights@5.16.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/client-insights@5.15.0/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.16.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-insights/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.15.0",
2+
"version": "5.16.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.15.0",
53-
"@algolia/requester-browser-xhr": "5.15.0",
54-
"@algolia/requester-fetch": "5.15.0",
55-
"@algolia/requester-node-http": "5.15.0"
52+
"@algolia/client-common": "5.16.0",
53+
"@algolia/requester-browser-xhr": "5.16.0",
54+
"@algolia/requester-fetch": "5.16.0",
55+
"@algolia/requester-node-http": "5.16.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.1",

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
DeleteUserTokenProps,
2222
} from '../model/clientMethodProps';
2323

24-
export const apiClientVersion = '5.15.0';
24+
export const apiClientVersion = '5.16.0';
2525

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

packages/client-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/client-personalization@5.15.0
44+
yarn add @algolia/client-personalization@5.16.0
4545
# or
46-
npm install @algolia/client-personalization@5.15.0
46+
npm install @algolia/client-personalization@5.16.0
4747
# or
48-
pnpm add @algolia/client-personalization@5.15.0
48+
pnpm add @algolia/client-personalization@5.16.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/client-personalization@5.15.0/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.16.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

0 commit comments

Comments
 (0)