Skip to content

Commit

Permalink
chore: release 5.16.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Dec 9, 2024
1 parent a5d2b1d commit b40af92
Show file tree
Hide file tree
Showing 43 changed files with 235 additions and 218 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [5.16.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.15.0...5.16.0)

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

## [5.15.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.14.2...5.15.0)

- [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/)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add algoliasearch@5.15.0
yarn add algoliasearch@5.16.0
# or
npm install algoliasearch@5.15.0
npm install algoliasearch@5.16.0
# or
pnpm add algoliasearch@5.15.0
pnpm add algoliasearch@5.16.0
```

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

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.15.0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.16.0/dist/algoliasearch.umd.js"></script>

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

### Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
},
{
"path": "packages/client-search/dist/builds/browser.umd.js",
"maxSize": "7.25KB"
"maxSize": "7.30KB"
},
{
"path": "packages/ingestion/dist/builds/browser.umd.js",
"maxSize": "5.90KB"
"maxSize": "5.95KB"
},
{
"path": "packages/monitoring/dist/builds/browser.umd.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/algoliasearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add algoliasearch@5.15.0
yarn add algoliasearch@5.16.0
# or
npm install algoliasearch@5.15.0
npm install algoliasearch@5.16.0
# or
pnpm add algoliasearch@5.15.0
pnpm add algoliasearch@5.16.0
```

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

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.15.0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.16.0/dist/algoliasearch.umd.js"></script>

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

### Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/lite/src/liteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
import type { SearchResponse } from '../model/searchResponse';

export const apiClientVersion = '5.15.0';
export const apiClientVersion = '5.16.0';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
30 changes: 15 additions & 15 deletions packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.15.0",
"version": "5.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -74,22 +74,22 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.15.0",
"@algolia/client-analytics": "5.15.0",
"@algolia/client-common": "5.15.0",
"@algolia/client-insights": "5.15.0",
"@algolia/client-personalization": "5.15.0",
"@algolia/client-query-suggestions": "5.15.0",
"@algolia/client-search": "5.15.0",
"@algolia/ingestion": "1.15.0",
"@algolia/monitoring": "1.15.0",
"@algolia/recommend": "5.15.0",
"@algolia/requester-browser-xhr": "5.15.0",
"@algolia/requester-fetch": "5.15.0",
"@algolia/requester-node-http": "5.15.0"
"@algolia/client-abtesting": "5.16.0",
"@algolia/client-analytics": "5.16.0",
"@algolia/client-common": "5.16.0",
"@algolia/client-insights": "5.16.0",
"@algolia/client-personalization": "5.16.0",
"@algolia/client-query-suggestions": "5.16.0",
"@algolia/client-search": "5.16.0",
"@algolia/ingestion": "1.16.0",
"@algolia/monitoring": "1.16.0",
"@algolia/recommend": "5.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
},
"devDependencies": {
"@algolia/requester-testing": "5.15.0",
"@algolia/requester-testing": "5.16.0",
"@arethetypeswrong/cli": "0.17.1",
"@types/node": "22.10.1",
"jsdom": "25.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-abtesting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-abtesting@5.15.0
yarn add @algolia/client-abtesting@5.16.0
# or
npm install @algolia/client-abtesting@5.15.0
npm install @algolia/client-abtesting@5.16.0
# or
pnpm add @algolia/client-abtesting@5.15.0
pnpm add @algolia/client-abtesting@5.16.0
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.15.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.16.0/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-abtesting/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.15.0",
"version": "5.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.15.0",
"@algolia/requester-browser-xhr": "5.15.0",
"@algolia/requester-fetch": "5.15.0",
"@algolia/requester-node-http": "5.15.0"
"@algolia/client-common": "5.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-abtesting/src/abtestingClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {
StopABTestProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.15.0';
export const apiClientVersion = '5.16.0';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-analytics@5.15.0
yarn add @algolia/client-analytics@5.16.0
# or
npm install @algolia/client-analytics@5.15.0
npm install @algolia/client-analytics@5.16.0
# or
pnpm add @algolia/client-analytics@5.15.0
pnpm add @algolia/client-analytics@5.16.0
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.15.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.16.0/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.15.0",
"version": "5.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.15.0",
"@algolia/requester-browser-xhr": "5.15.0",
"@algolia/requester-fetch": "5.15.0",
"@algolia/requester-node-http": "5.15.0"
"@algolia/client-common": "5.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-analytics/src/analyticsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import type {
GetUsersCountProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.15.0';
export const apiClientVersion = '5.16.0';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
2 changes: 1 addition & 1 deletion packages/client-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.15.0",
"version": "5.16.0",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-composition@0.0.1-alpha.4
yarn add @algolia/client-composition@0.0.1-alpha.5
# or
npm install @algolia/client-composition@0.0.1-alpha.4
npm install @algolia/client-composition@0.0.1-alpha.5
# or
pnpm add @algolia/client-composition@0.0.1-alpha.4
pnpm add @algolia/client-composition@0.0.1-alpha.5
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1-alpha.4/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1-alpha.5/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-composition/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.15.0",
"@algolia/requester-browser-xhr": "5.15.0",
"@algolia/requester-fetch": "5.15.0",
"@algolia/requester-node-http": "5.15.0"
"@algolia/client-common": "5.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/src/compositionClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import type {
WaitForCompositionTaskOptions,
} from '../model/clientMethodProps';

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

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
8 changes: 4 additions & 4 deletions packages/client-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-insights@5.15.0
yarn add @algolia/client-insights@5.16.0
# or
npm install @algolia/client-insights@5.15.0
npm install @algolia/client-insights@5.16.0
# or
pnpm add @algolia/client-insights@5.15.0
pnpm add @algolia/client-insights@5.16.0
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.15.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.16.0/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.15.0",
"version": "5.16.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.15.0",
"@algolia/requester-browser-xhr": "5.15.0",
"@algolia/requester-fetch": "5.15.0",
"@algolia/requester-node-http": "5.15.0"
"@algolia/client-common": "5.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-insights/src/insightsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type {
DeleteUserTokenProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.15.0';
export const apiClientVersion = '5.16.0';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-personalization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/client-personalization@5.15.0
yarn add @algolia/client-personalization@5.16.0
# or
npm install @algolia/client-personalization@5.15.0
npm install @algolia/client-personalization@5.16.0
# or
pnpm add @algolia/client-personalization@5.15.0
pnpm add @algolia/client-personalization@5.16.0
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.15.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.16.0/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Loading

0 comments on commit b40af92

Please sign in to comment.