Skip to content

Commit

Permalink
chore: release 5.17.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 11, 2024
1 parent 716eed3 commit 4f1e74e
Show file tree
Hide file tree
Showing 43 changed files with 222 additions and 217 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [5.17.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.16.0...5.17.0)

- [866d859f8](https://github.com/algolia/api-clients-automation/commit/866d859f8) fix(specs): different summaries for saveObject/addOrUpdate methods ([#4223](https://github.com/algolia/api-clients-automation/pull/4223)) by [@kai687](https://github.com/kai687/)
- [baf16c689](https://github.com/algolia/api-clients-automation/commit/baf16c689) feat(specs): add `watch` to `pushTask` ingestion ([#4224](https://github.com/algolia/api-clients-automation/pull/4224)) by [@shortcuts](https://github.com/shortcuts/)

## [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/)
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.16.0
yarn add algoliasearch@5.17.0
# or
npm install algoliasearch@5.16.0
npm install algoliasearch@5.17.0
# or
pnpm add algoliasearch@5.16.0
pnpm add algoliasearch@5.17.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.16.0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.17.0/dist/algoliasearch.umd.js"></script>

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

### Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
{
"path": "packages/ingestion/dist/builds/browser.umd.js",
"maxSize": "5.95KB"
"maxSize": "6.00KB"
},
{
"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.16.0
yarn add algoliasearch@5.17.0
# or
npm install algoliasearch@5.16.0
npm install algoliasearch@5.17.0
# or
pnpm add algoliasearch@5.16.0
pnpm add algoliasearch@5.17.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.16.0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.17.0/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.16.0/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.17.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.16.0';
export const apiClientVersion = '5.17.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.16.0",
"version": "5.17.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.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"
"@algolia/client-abtesting": "5.17.0",
"@algolia/client-analytics": "5.17.0",
"@algolia/client-common": "5.17.0",
"@algolia/client-insights": "5.17.0",
"@algolia/client-personalization": "5.17.0",
"@algolia/client-query-suggestions": "5.17.0",
"@algolia/client-search": "5.17.0",
"@algolia/ingestion": "1.17.0",
"@algolia/monitoring": "1.17.0",
"@algolia/recommend": "5.17.0",
"@algolia/requester-browser-xhr": "5.17.0",
"@algolia/requester-fetch": "5.17.0",
"@algolia/requester-node-http": "5.17.0"
},
"devDependencies": {
"@algolia/requester-testing": "5.16.0",
"@algolia/requester-testing": "5.17.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.16.0
yarn add @algolia/client-abtesting@5.17.0
# or
npm install @algolia/client-abtesting@5.16.0
npm install @algolia/client-abtesting@5.17.0
# or
pnpm add @algolia/client-abtesting@5.16.0
pnpm add @algolia/client-abtesting@5.17.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.16.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.17.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.16.0",
"version": "5.17.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.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
"@algolia/client-common": "5.17.0",
"@algolia/requester-browser-xhr": "5.17.0",
"@algolia/requester-fetch": "5.17.0",
"@algolia/requester-node-http": "5.17.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.16.0';
export const apiClientVersion = '5.17.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.16.0
yarn add @algolia/client-analytics@5.17.0
# or
npm install @algolia/client-analytics@5.16.0
npm install @algolia/client-analytics@5.17.0
# or
pnpm add @algolia/client-analytics@5.16.0
pnpm add @algolia/client-analytics@5.17.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.16.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.17.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.16.0",
"version": "5.17.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.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
"@algolia/client-common": "5.17.0",
"@algolia/requester-browser-xhr": "5.17.0",
"@algolia/requester-fetch": "5.17.0",
"@algolia/requester-node-http": "5.17.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.16.0';
export const apiClientVersion = '5.17.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.16.0",
"version": "5.17.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.5
yarn add @algolia/client-composition@0.0.1-alpha.6
# or
npm install @algolia/client-composition@0.0.1-alpha.5
npm install @algolia/client-composition@0.0.1-alpha.6
# or
pnpm add @algolia/client-composition@0.0.1-alpha.5
pnpm add @algolia/client-composition@0.0.1-alpha.6
```

### 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.5/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1-alpha.6/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.5",
"version": "0.0.1-alpha.6",
"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.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
"@algolia/client-common": "5.17.0",
"@algolia/requester-browser-xhr": "5.17.0",
"@algolia/requester-fetch": "5.17.0",
"@algolia/requester-node-http": "5.17.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.5';
export const apiClientVersion = '0.0.1-alpha.6';

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.16.0
yarn add @algolia/client-insights@5.17.0
# or
npm install @algolia/client-insights@5.16.0
npm install @algolia/client-insights@5.17.0
# or
pnpm add @algolia/client-insights@5.16.0
pnpm add @algolia/client-insights@5.17.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.16.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.17.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.16.0",
"version": "5.17.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.16.0",
"@algolia/requester-browser-xhr": "5.16.0",
"@algolia/requester-fetch": "5.16.0",
"@algolia/requester-node-http": "5.16.0"
"@algolia/client-common": "5.17.0",
"@algolia/requester-browser-xhr": "5.17.0",
"@algolia/requester-fetch": "5.17.0",
"@algolia/requester-node-http": "5.17.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.16.0';
export const apiClientVersion = '5.17.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.16.0
yarn add @algolia/client-personalization@5.17.0
# or
npm install @algolia/client-personalization@5.16.0
npm install @algolia/client-personalization@5.17.0
# or
pnpm add @algolia/client-personalization@5.16.0
pnpm add @algolia/client-personalization@5.17.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.16.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.17.0/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
Loading

0 comments on commit 4f1e74e

Please sign in to comment.