diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index fe37963a60c..cb48222609e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -202,9 +202,7 @@ jobs: if: ${{ startsWith(github.head_ref, 'chore/prepare-release-') }} run: | cd clients/algoliasearch-client-javascript/packages - ls | grep -v -E "(logger-console|client-common|requester-*|algoliasearch)" | xargs rm -rf - cd algoliasearch - ls | grep -v -E "__tests__" | xargs rm -rf + find . -mindepth 1 -maxdepth 1 ! -name 'requester-*' ! -name 'logger-*' ! -name 'client-common' -type d -exec rm -rf {}/src {}/model {}/dist {}/builds \; - name: Setup uses: ./.github/actions/setup diff --git a/clients/algoliasearch-client-csharp/CHANGELOG.md b/clients/algoliasearch-client-csharp/CHANGELOG.md index 763a55b6d48..0ce2b91364c 100644 --- a/clients/algoliasearch-client-csharp/CHANGELOG.md +++ b/clients/algoliasearch-client-csharp/CHANGELOG.md @@ -1,3 +1,13 @@ +## [7.6.2](https://github.com/algolia/algoliasearch-client-csharp/compare/7.6.1...7.6.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [162dfafa1](https://github.com/algolia/api-clients-automation/commit/162dfafa1) fix(clients): escape char in comments ([#3973](https://github.com/algolia/api-clients-automation/pull/3973)) by [@millotp](https://github.com/millotp/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [7.6.1](https://github.com/algolia/algoliasearch-client-csharp/compare/7.6.0...7.6.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-dart/packages/algoliasearch/CHANGELOG.md b/clients/algoliasearch-client-dart/packages/algoliasearch/CHANGELOG.md index 23884514f9e..830af58b6fa 100644 --- a/clients/algoliasearch-client-dart/packages/algoliasearch/CHANGELOG.md +++ b/clients/algoliasearch-client-dart/packages/algoliasearch/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.1...1.26.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) - [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) diff --git a/clients/algoliasearch-client-dart/packages/client_core/CHANGELOG.md b/clients/algoliasearch-client-dart/packages/client_core/CHANGELOG.md index 0ec37f74a6f..6e5a46c19d3 100644 --- a/clients/algoliasearch-client-dart/packages/client_core/CHANGELOG.md +++ b/clients/algoliasearch-client-dart/packages/client_core/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.1...1.26.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) - [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) diff --git a/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml b/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml index 5fd2d0a75b8..d80d9c9f154 100644 --- a/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml +++ b/clients/algoliasearch-client-dart/packages/client_core/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Algolia Client Core is a Dart package for seamless Algolia API integration, offering HTTP request handling, retry strategy, and robust exception management. -version: 1.26.1 +version: 1.26.2 homepage: https://www.algolia.com/doc/ repository: >- https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core diff --git a/clients/algoliasearch-client-dart/packages/client_insights/CHANGELOG.md b/clients/algoliasearch-client-dart/packages/client_insights/CHANGELOG.md index a1e58bf022d..caadafc471a 100644 --- a/clients/algoliasearch-client-dart/packages/client_insights/CHANGELOG.md +++ b/clients/algoliasearch-client-dart/packages/client_insights/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.1...1.26.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) - [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) diff --git a/clients/algoliasearch-client-dart/packages/client_recommend/CHANGELOG.md b/clients/algoliasearch-client-dart/packages/client_recommend/CHANGELOG.md index 4913993c0f2..cb10ab0d3f4 100644 --- a/clients/algoliasearch-client-dart/packages/client_recommend/CHANGELOG.md +++ b/clients/algoliasearch-client-dart/packages/client_recommend/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.1...1.26.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) - [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) diff --git a/clients/algoliasearch-client-dart/packages/client_search/CHANGELOG.md b/clients/algoliasearch-client-dart/packages/client_search/CHANGELOG.md index 4c4b0c4ffdb..85ea2ad1a78 100644 --- a/clients/algoliasearch-client-dart/packages/client_search/CHANGELOG.md +++ b/clients/algoliasearch-client-dart/packages/client_search/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.1...1.26.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) - [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) diff --git a/clients/algoliasearch-client-go/CHANGELOG.md b/clients/algoliasearch-client-go/CHANGELOG.md index 102ffa621b4..d4be3b03f18 100644 --- a/clients/algoliasearch-client-go/CHANGELOG.md +++ b/clients/algoliasearch-client-go/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.5.2](https://github.com/algolia/algoliasearch-client-go/compare/4.5.1...4.5.2) + +- [ed203c6a7](https://github.com/algolia/api-clients-automation/commit/ed203c6a7) fix(go): better network error ([#3943](https://github.com/algolia/api-clients-automation/pull/3943)) by [@millotp](https://github.com/millotp/) +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.5.1](https://github.com/algolia/algoliasearch-client-go/compare/4.5.0...4.5.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-java/CHANGELOG.md b/clients/algoliasearch-client-java/CHANGELOG.md index a0979d1e0db..e9488b7c1bf 100644 --- a/clients/algoliasearch-client-java/CHANGELOG.md +++ b/clients/algoliasearch-client-java/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.5.2](https://github.com/algolia/algoliasearch-client-java/compare/4.5.1...4.5.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.5.1](https://github.com/algolia/algoliasearch-client-java/compare/4.5.0...4.5.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-javascript/CHANGELOG.md b/clients/algoliasearch-client-javascript/CHANGELOG.md index 566127adf82..0b5418b38e8 100644 --- a/clients/algoliasearch-client-javascript/CHANGELOG.md +++ b/clients/algoliasearch-client-javascript/CHANGELOG.md @@ -1,3 +1,14 @@ +## [5.9.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.8.1...5.9.0) + +- [56164aab9](https://github.com/algolia/api-clients-automation/commit/56164aab9) fix(javascript): do not publish ts ([#3966](https://github.com/algolia/api-clients-automation/pull/3966)) by [@shortcuts](https://github.com/shortcuts/) +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [21d09d3d3](https://github.com/algolia/api-clients-automation/commit/21d09d3d3) feat(javascript): add every APIs ([#3942](https://github.com/algolia/api-clients-automation/pull/3942)) by [@shortcuts](https://github.com/shortcuts/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [5.8.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.8.0...5.8.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-javascript/README.md b/clients/algoliasearch-client-javascript/README.md index ec90dc45ca4..0b80998198d 100644 --- a/clients/algoliasearch-client-javascript/README.md +++ b/clients/algoliasearch-client-javascript/README.md @@ -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.8.1 +yarn add algoliasearch@5.9.0 # or -npm install algoliasearch@5.8.1 +npm install algoliasearch@5.9.0 # or -pnpm add algoliasearch@5.8.1 +pnpm add algoliasearch@5.9.0 ``` ### Without a package manager @@ -51,10 +51,10 @@ Add the following JavaScript snippet to the of your website: ```html // for the full client - + // for the lite client - + ``` ### Usage diff --git a/clients/algoliasearch-client-javascript/package.json b/clients/algoliasearch-client-javascript/package.json index 91c30241864..4d759769e3d 100644 --- a/clients/algoliasearch-client-javascript/package.json +++ b/clients/algoliasearch-client-javascript/package.json @@ -8,10 +8,10 @@ "scripts": { "build:all": "lerna run build --include-dependencies", "build:many": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope ${0:-'{@algolia/*,algoliasearch}'} --include-dependencies", - "clean": "lerna run clean", + "clean": "rm -rf .nx/cache || true && lerna run clean", "release:bump": "lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes", "release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/scripts/publish.js", - "test": "lerna run test $*", + "test": "rm -rf .nx/cache || true && lerna run test $*", "test:size": "bundlesize", "test:bundle": "lerna run test:bundle --verbose --include-dependencies" }, diff --git a/clients/algoliasearch-client-javascript/packages/algoliasearch/package.json b/clients/algoliasearch-client-javascript/packages/algoliasearch/package.json index 6729b0b646b..7a4da41c1b7 100644 --- a/clients/algoliasearch-client-javascript/packages/algoliasearch/package.json +++ b/clients/algoliasearch-client-javascript/packages/algoliasearch/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -73,21 +73,21 @@ "lite.d.ts" ], "dependencies": { - "@algolia/client-abtesting": "5.8.1", - "@algolia/client-analytics": "5.8.1", - "@algolia/client-common": "5.8.1", - "@algolia/client-insights": "5.8.1", - "@algolia/client-personalization": "5.8.1", - "@algolia/client-query-suggestions": "5.8.1", - "@algolia/ingestion": "1.8.1", - "@algolia/monitoring": "1.8.1", - "@algolia/recommend": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-abtesting": "5.9.0", + "@algolia/client-analytics": "5.9.0", + "@algolia/client-common": "5.9.0", + "@algolia/client-insights": "5.9.0", + "@algolia/client-personalization": "5.9.0", + "@algolia/client-query-suggestions": "5.9.0", + "@algolia/ingestion": "1.9.0", + "@algolia/monitoring": "1.9.0", + "@algolia/recommend": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { - "@algolia/requester-testing": "5.8.1", + "@algolia/requester-testing": "5.9.0", "@arethetypeswrong/cli": "0.16.4", "@types/node": "22.7.5", "jsdom": "25.0.1", diff --git a/clients/algoliasearch-client-javascript/packages/client-abtesting/package.json b/clients/algoliasearch-client-javascript/packages/client-abtesting/package.json index 8ad64a540cf..1c27035fa75 100644 --- a/clients/algoliasearch-client-javascript/packages/client-abtesting/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-abtesting/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/client-analytics/package.json b/clients/algoliasearch-client-javascript/packages/client-analytics/package.json index 9f7c160cc63..8eaf0c69de6 100644 --- a/clients/algoliasearch-client-javascript/packages/client-analytics/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-analytics/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/client-common/package.json b/clients/algoliasearch-client-javascript/packages/client-common/package.json index b9e5dd3fe16..27419b1961e 100644 --- a/clients/algoliasearch-client-javascript/packages/client-common/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-common/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/client-common", - "version": "5.8.1", + "version": "5.9.0", "description": "Common package for the Algolia JavaScript API client.", "repository": { "type": "git", @@ -41,7 +41,7 @@ "ts-node": "10.9.2", "tsup": "8.3.0", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" }, "engines": { "node": ">= 14.0.0" diff --git a/clients/algoliasearch-client-javascript/packages/client-insights/package.json b/clients/algoliasearch-client-javascript/packages/client-insights/package.json index 0ffed1c599b..3c22c8905cd 100644 --- a/clients/algoliasearch-client-javascript/packages/client-insights/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-insights/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/client-personalization/package.json b/clients/algoliasearch-client-javascript/packages/client-personalization/package.json index bc65f4e7388..6bbe2c4193f 100644 --- a/clients/algoliasearch-client-javascript/packages/client-personalization/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-personalization/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/client-query-suggestions/package.json b/clients/algoliasearch-client-javascript/packages/client-query-suggestions/package.json index 5346bf1f264..4ad51752417 100644 --- a/clients/algoliasearch-client-javascript/packages/client-query-suggestions/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-query-suggestions/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/client-search/package.json b/clients/algoliasearch-client-javascript/packages/client-search/package.json index 95be8a0aef3..a4e62d8c9ea 100644 --- a/clients/algoliasearch-client-javascript/packages/client-search/package.json +++ b/clients/algoliasearch-client-javascript/packages/client-search/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/ingestion/package.json b/clients/algoliasearch-client-javascript/packages/ingestion/package.json index a85fff2bd0c..64ed5ee5a90 100644 --- a/clients/algoliasearch-client-javascript/packages/ingestion/package.json +++ b/clients/algoliasearch-client-javascript/packages/ingestion/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.1", + "version": "1.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/logger-console/package.json b/clients/algoliasearch-client-javascript/packages/logger-console/package.json index 924ac16b60b..b9b439f020f 100644 --- a/clients/algoliasearch-client-javascript/packages/logger-console/package.json +++ b/clients/algoliasearch-client-javascript/packages/logger-console/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/logger-console", - "version": "5.8.1", + "version": "5.9.0", "description": "Promise-based log library using console log.", "repository": { "type": "git", @@ -41,10 +41,10 @@ "ts-node": "10.9.2", "tsup": "8.3.0", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" }, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.9.0" }, "engines": { "node": ">= 14.0.0" diff --git a/clients/algoliasearch-client-javascript/packages/monitoring/package.json b/clients/algoliasearch-client-javascript/packages/monitoring/package.json index 04785714009..e9bce2405ee 100644 --- a/clients/algoliasearch-client-javascript/packages/monitoring/package.json +++ b/clients/algoliasearch-client-javascript/packages/monitoring/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.1", + "version": "1.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/recommend/package.json b/clients/algoliasearch-client-javascript/packages/recommend/package.json index 34d7cec901d..e366e0ed60d 100644 --- a/clients/algoliasearch-client-javascript/packages/recommend/package.json +++ b/clients/algoliasearch-client-javascript/packages/recommend/package.json @@ -1,5 +1,5 @@ { - "version": "5.8.1", + "version": "5.9.0", "repository": { "type": "git", "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git" @@ -49,10 +49,10 @@ "index.d.ts" ], "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json b/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json index 7b0539db4e0..b53461e131a 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/requester-browser-xhr", - "version": "5.8.1", + "version": "5.9.0", "description": "Promise-based request library for browser using xhr.", "repository": { "type": "git", @@ -31,7 +31,7 @@ "test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm" }, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", @@ -40,7 +40,7 @@ "publint": "0.2.11", "tsup": "8.3.0", "typescript": "5.6.3", - "vitest": "2.1.2", + "vitest": "2.1.3", "xhr-mock": "2.5.1" }, "engines": { diff --git a/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json b/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json index 18a91af4c62..ec34e78dcca 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/requester-fetch", - "version": "5.8.1", + "version": "5.9.0", "description": "Promise-based request library using Fetch.", "repository": { "type": "git", @@ -47,7 +47,7 @@ "test:bundle": "publint . && attw --pack ." }, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", @@ -57,7 +57,7 @@ "publint": "0.2.11", "tsup": "8.3.0", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" }, "engines": { "node": ">= 14.0.0" diff --git a/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json b/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json index 305d6b65dce..8690d40768a 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-node-http/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/requester-node-http", - "version": "5.8.1", + "version": "5.9.0", "description": "Promise-based request library for node using the native http module.", "repository": { "type": "git", @@ -34,7 +34,7 @@ "test:bundle": "publint . && attw --pack ." }, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", @@ -43,7 +43,7 @@ "publint": "0.2.11", "tsup": "8.3.0", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" }, "engines": { "node": ">= 14.0.0" diff --git a/clients/algoliasearch-client-javascript/packages/requester-testing/package.json b/clients/algoliasearch-client-javascript/packages/requester-testing/package.json index d07cdc54cbd..9d46727e77f 100644 --- a/clients/algoliasearch-client-javascript/packages/requester-testing/package.json +++ b/clients/algoliasearch-client-javascript/packages/requester-testing/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/requester-testing", - "version": "5.8.1", + "version": "5.9.0", "private": true, "description": "A package that contains the echo requester of the algoliasearch JavaScript requesters, for testing purposes", "repository": { @@ -42,10 +42,10 @@ "test:bundle": "publint . && attw --pack ." }, "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.9.0", + "@algolia/requester-browser-xhr": "5.9.0", + "@algolia/requester-fetch": "5.9.0", + "@algolia/requester-node-http": "5.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "0.16.4", diff --git a/clients/algoliasearch-client-javascript/yarn.lock b/clients/algoliasearch-client-javascript/yarn.lock index 255782eafb4..2d492bace63 100644 --- a/clients/algoliasearch-client-javascript/yarn.lock +++ b/clients/algoliasearch-client-javascript/yarn.lock @@ -5,14 +5,14 @@ __metadata: version: 8 cacheKey: 10 -"@algolia/client-abtesting@npm:5.8.1, @algolia/client-abtesting@workspace:packages/client-abtesting": +"@algolia/client-abtesting@npm:5.9.0, @algolia/client-abtesting@workspace:packages/client-abtesting": version: 0.0.0-use.local resolution: "@algolia/client-abtesting@workspace:packages/client-abtesting" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -22,14 +22,14 @@ __metadata: languageName: unknown linkType: soft -"@algolia/client-analytics@npm:5.8.1, @algolia/client-analytics@workspace:packages/client-analytics": +"@algolia/client-analytics@npm:5.9.0, @algolia/client-analytics@workspace:packages/client-analytics": version: 0.0.0-use.local resolution: "@algolia/client-analytics@workspace:packages/client-analytics" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -39,7 +39,7 @@ __metadata: languageName: unknown linkType: soft -"@algolia/client-common@npm:5.8.1, @algolia/client-common@workspace:packages/client-common": +"@algolia/client-common@npm:5.9.0, @algolia/client-common@workspace:packages/client-common": version: 0.0.0-use.local resolution: "@algolia/client-common@workspace:packages/client-common" dependencies: @@ -50,18 +50,18 @@ __metadata: ts-node: "npm:10.9.2" tsup: "npm:8.3.0" typescript: "npm:5.6.3" - vitest: "npm:2.1.2" + vitest: "npm:2.1.3" languageName: unknown linkType: soft -"@algolia/client-insights@npm:5.8.1, @algolia/client-insights@workspace:packages/client-insights": +"@algolia/client-insights@npm:5.9.0, @algolia/client-insights@workspace:packages/client-insights": version: 0.0.0-use.local resolution: "@algolia/client-insights@workspace:packages/client-insights" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -71,14 +71,14 @@ __metadata: languageName: unknown linkType: soft -"@algolia/client-personalization@npm:5.8.1, @algolia/client-personalization@workspace:packages/client-personalization": +"@algolia/client-personalization@npm:5.9.0, @algolia/client-personalization@workspace:packages/client-personalization": version: 0.0.0-use.local resolution: "@algolia/client-personalization@workspace:packages/client-personalization" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -88,14 +88,14 @@ __metadata: languageName: unknown linkType: soft -"@algolia/client-query-suggestions@npm:5.8.1, @algolia/client-query-suggestions@workspace:packages/client-query-suggestions": +"@algolia/client-query-suggestions@npm:5.9.0, @algolia/client-query-suggestions@workspace:packages/client-query-suggestions": version: 0.0.0-use.local resolution: "@algolia/client-query-suggestions@workspace:packages/client-query-suggestions" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -109,10 +109,10 @@ __metadata: version: 0.0.0-use.local resolution: "@algolia/client-search@workspace:packages/client-search" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -122,14 +122,14 @@ __metadata: languageName: unknown linkType: soft -"@algolia/ingestion@npm:1.8.1, @algolia/ingestion@workspace:packages/ingestion": +"@algolia/ingestion@npm:1.9.0, @algolia/ingestion@workspace:packages/ingestion": version: 0.0.0-use.local resolution: "@algolia/ingestion@workspace:packages/ingestion" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -143,7 +143,7 @@ __metadata: version: 0.0.0-use.local resolution: "@algolia/logger-console@workspace:packages/logger-console" dependencies: - "@algolia/client-common": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" jsdom: "npm:25.0.1" @@ -151,18 +151,18 @@ __metadata: ts-node: "npm:10.9.2" tsup: "npm:8.3.0" typescript: "npm:5.6.3" - vitest: "npm:2.1.2" + vitest: "npm:2.1.3" languageName: unknown linkType: soft -"@algolia/monitoring@npm:1.8.1, @algolia/monitoring@workspace:packages/monitoring": +"@algolia/monitoring@npm:1.9.0, @algolia/monitoring@workspace:packages/monitoring": version: 0.0.0-use.local resolution: "@algolia/monitoring@workspace:packages/monitoring" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -172,14 +172,14 @@ __metadata: languageName: unknown linkType: soft -"@algolia/recommend@npm:5.8.1, @algolia/recommend@workspace:packages/recommend": +"@algolia/recommend@npm:5.9.0, @algolia/recommend@workspace:packages/recommend": version: 0.0.0-use.local resolution: "@algolia/recommend@workspace:packages/recommend" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -189,27 +189,27 @@ __metadata: languageName: unknown linkType: soft -"@algolia/requester-browser-xhr@npm:5.8.1, @algolia/requester-browser-xhr@workspace:packages/requester-browser-xhr": +"@algolia/requester-browser-xhr@npm:5.9.0, @algolia/requester-browser-xhr@workspace:packages/requester-browser-xhr": version: 0.0.0-use.local resolution: "@algolia/requester-browser-xhr@workspace:packages/requester-browser-xhr" dependencies: - "@algolia/client-common": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" jsdom: "npm:25.0.1" publint: "npm:0.2.11" tsup: "npm:8.3.0" typescript: "npm:5.6.3" - vitest: "npm:2.1.2" + vitest: "npm:2.1.3" xhr-mock: "npm:2.5.1" languageName: unknown linkType: soft -"@algolia/requester-fetch@npm:5.8.1, @algolia/requester-fetch@workspace:packages/requester-fetch": +"@algolia/requester-fetch@npm:5.9.0, @algolia/requester-fetch@workspace:packages/requester-fetch": version: 0.0.0-use.local resolution: "@algolia/requester-fetch@workspace:packages/requester-fetch" dependencies: - "@algolia/client-common": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" cross-fetch: "npm:4.0.0" @@ -217,33 +217,33 @@ __metadata: publint: "npm:0.2.11" tsup: "npm:8.3.0" typescript: "npm:5.6.3" - vitest: "npm:2.1.2" + vitest: "npm:2.1.3" languageName: unknown linkType: soft -"@algolia/requester-node-http@npm:5.8.1, @algolia/requester-node-http@workspace:packages/requester-node-http": +"@algolia/requester-node-http@npm:5.9.0, @algolia/requester-node-http@workspace:packages/requester-node-http": version: 0.0.0-use.local resolution: "@algolia/requester-node-http@workspace:packages/requester-node-http" dependencies: - "@algolia/client-common": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" nock: "npm:13.5.5" publint: "npm:0.2.11" tsup: "npm:8.3.0" typescript: "npm:5.6.3" - vitest: "npm:2.1.2" + vitest: "npm:2.1.3" languageName: unknown linkType: soft -"@algolia/requester-testing@npm:5.8.1, @algolia/requester-testing@workspace:packages/requester-testing": +"@algolia/requester-testing@npm:5.9.0, @algolia/requester-testing@workspace:packages/requester-testing": version: 0.0.0-use.local resolution: "@algolia/requester-testing@workspace:packages/requester-testing" dependencies: - "@algolia/client-common": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" + "@algolia/client-common": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" publint: "npm:0.2.11" @@ -1884,27 +1884,27 @@ __metadata: languageName: node linkType: hard -"@vitest/expect@npm:2.1.2": - version: 2.1.2 - resolution: "@vitest/expect@npm:2.1.2" +"@vitest/expect@npm:2.1.3": + version: 2.1.3 + resolution: "@vitest/expect@npm:2.1.3" dependencies: - "@vitest/spy": "npm:2.1.2" - "@vitest/utils": "npm:2.1.2" + "@vitest/spy": "npm:2.1.3" + "@vitest/utils": "npm:2.1.3" chai: "npm:^5.1.1" tinyrainbow: "npm:^1.2.0" - checksum: 10/0e2991295a6b9c51e2d074d1185317dcb2d85d1e9b5045299431fd7b84e51a847942911b08efad2379f56bb4dfe2f02442abd267df348751c61c86bc7b3154a3 + checksum: 10/94e61e01f14cfcd9ced0e7ac1bbdeee55ff4bf68f09d8f244fd7d73f97b106f35d10cba3fe7a0132464c312206f2eee9e83b16a8d761101b61da053890062858 languageName: node linkType: hard -"@vitest/mocker@npm:2.1.2": - version: 2.1.2 - resolution: "@vitest/mocker@npm:2.1.2" +"@vitest/mocker@npm:2.1.3": + version: 2.1.3 + resolution: "@vitest/mocker@npm:2.1.3" dependencies: - "@vitest/spy": "npm:^2.1.0-beta.1" + "@vitest/spy": "npm:2.1.3" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.11" peerDependencies: - "@vitest/spy": 2.1.2 + "@vitest/spy": 2.1.3 msw: ^2.3.5 vite: ^5.0.0 peerDependenciesMeta: @@ -1912,57 +1912,57 @@ __metadata: optional: true vite: optional: true - checksum: 10/f6ec9aa061c21877322bf3f0b12bf4e78eba3f092174a506b2d2d479b78e36b4d46a6458cd23d3bf3cbdcf212276cf5d1a87234ae2014e8362ea2afc23e46bec + checksum: 10/84be8830d6e965109730257d7a84b3d7594db0998ae55decdbfc304857c1c7d29b49f1f5b23f2addcbce1bd7e8bb33832407737a9bb3f95cb3bf7bb312db4d9d languageName: node linkType: hard -"@vitest/pretty-format@npm:2.1.2, @vitest/pretty-format@npm:^2.1.2": - version: 2.1.2 - resolution: "@vitest/pretty-format@npm:2.1.2" +"@vitest/pretty-format@npm:2.1.3, @vitest/pretty-format@npm:^2.1.3": + version: 2.1.3 + resolution: "@vitest/pretty-format@npm:2.1.3" dependencies: tinyrainbow: "npm:^1.2.0" - checksum: 10/5866fb3c45e794b695a9f62f76b886a8a8d07d711f7187e9e769fd614bc62df1f87d076880c032d5cd8c0272c385fe824c12191b04a3ca44a8bb9fed1a0c3693 + checksum: 10/d9382ee93f0f32e2ef8fe03bda818e5277f052a50ddb05b6a6cf0864b2ccb228484f12f130c05faf62dc2140292ffafc213f2941b0fa24058b3ee2943daa286c languageName: node linkType: hard -"@vitest/runner@npm:2.1.2": - version: 2.1.2 - resolution: "@vitest/runner@npm:2.1.2" +"@vitest/runner@npm:2.1.3": + version: 2.1.3 + resolution: "@vitest/runner@npm:2.1.3" dependencies: - "@vitest/utils": "npm:2.1.2" + "@vitest/utils": "npm:2.1.3" pathe: "npm:^1.1.2" - checksum: 10/60b086e39a31dd664875746b0da3a2402d4088801306e87fe25f20dc660abda50afd3e5ec6ea34ef0849f5652ac05ce2a93a13ea4d5dd16a549d9882941de328 + checksum: 10/cdf9b82d388c1cc148753f4a8632dfcadf9c4a1c0e065fdcd485d5af824af62507fd7eab9efb21244009775c05773ccb59547043af522a5ab6d216433321066e languageName: node linkType: hard -"@vitest/snapshot@npm:2.1.2": - version: 2.1.2 - resolution: "@vitest/snapshot@npm:2.1.2" +"@vitest/snapshot@npm:2.1.3": + version: 2.1.3 + resolution: "@vitest/snapshot@npm:2.1.3" dependencies: - "@vitest/pretty-format": "npm:2.1.2" + "@vitest/pretty-format": "npm:2.1.3" magic-string: "npm:^0.30.11" pathe: "npm:^1.1.2" - checksum: 10/acd29f59883899c660eeba5950366e4f9f799cb29e7edd65575a7b6ad319a1df4d7a46a95048f8f9475f4c6f46cea198a7ecfab06e88e435dfd4989b365b917f + checksum: 10/2c0c4ad8abb758f2f76d1d6094f8928360437e09d0a59e0c6a85a544c892cc41a5324ebbc5657a66c8a3793e51cbf58e357c7f71e899f4e5c5eb76e8c9745abf languageName: node linkType: hard -"@vitest/spy@npm:2.1.2, @vitest/spy@npm:^2.1.0-beta.1": - version: 2.1.2 - resolution: "@vitest/spy@npm:2.1.2" +"@vitest/spy@npm:2.1.3": + version: 2.1.3 + resolution: "@vitest/spy@npm:2.1.3" dependencies: tinyspy: "npm:^3.0.0" - checksum: 10/0183ab53b431bd6a08531752113780e15202ebd7579eed25b9bf87c849f75d74d0e4f346d886034cd9dd1381aa8814b3e468f141f41f7539b75f30268df35a79 + checksum: 10/94d6f1bc34da5d0c973d9382c133b938e555fcf2d238edf0aaad3de1a98dd57ebf7c104ba229c6beec48122d2e6f55386d8d2cf96a5804dc95ac683a54754cc7 languageName: node linkType: hard -"@vitest/utils@npm:2.1.2": - version: 2.1.2 - resolution: "@vitest/utils@npm:2.1.2" +"@vitest/utils@npm:2.1.3": + version: 2.1.3 + resolution: "@vitest/utils@npm:2.1.3" dependencies: - "@vitest/pretty-format": "npm:2.1.2" + "@vitest/pretty-format": "npm:2.1.3" loupe: "npm:^3.1.1" tinyrainbow: "npm:^1.2.0" - checksum: 10/fa898ea6312cb62e4027f55b06859d84ba50ac20e583bab2889eeadea41d73baf6022ed87547deec6251cd8021f1df13d2ea4515ab253582c3ca93226acd6313 + checksum: 10/f064e6634cb84c925a17d8937df7441d150c3e24fa5bbd6304151d11dab6cdeb0cb3d5a95a9aacb8b416c87fb0d9aa8c6b9cc5e174191784231e8345948d6d18 languageName: node linkType: hard @@ -2076,19 +2076,19 @@ __metadata: version: 0.0.0-use.local resolution: "algoliasearch@workspace:packages/algoliasearch" dependencies: - "@algolia/client-abtesting": "npm:5.8.1" - "@algolia/client-analytics": "npm:5.8.1" - "@algolia/client-common": "npm:5.8.1" - "@algolia/client-insights": "npm:5.8.1" - "@algolia/client-personalization": "npm:5.8.1" - "@algolia/client-query-suggestions": "npm:5.8.1" - "@algolia/ingestion": "npm:1.8.1" - "@algolia/monitoring": "npm:1.8.1" - "@algolia/recommend": "npm:5.8.1" - "@algolia/requester-browser-xhr": "npm:5.8.1" - "@algolia/requester-fetch": "npm:5.8.1" - "@algolia/requester-node-http": "npm:5.8.1" - "@algolia/requester-testing": "npm:5.8.1" + "@algolia/client-abtesting": "npm:5.9.0" + "@algolia/client-analytics": "npm:5.9.0" + "@algolia/client-common": "npm:5.9.0" + "@algolia/client-insights": "npm:5.9.0" + "@algolia/client-personalization": "npm:5.9.0" + "@algolia/client-query-suggestions": "npm:5.9.0" + "@algolia/ingestion": "npm:1.9.0" + "@algolia/monitoring": "npm:1.9.0" + "@algolia/recommend": "npm:5.9.0" + "@algolia/requester-browser-xhr": "npm:5.9.0" + "@algolia/requester-fetch": "npm:5.9.0" + "@algolia/requester-node-http": "npm:5.9.0" + "@algolia/requester-testing": "npm:5.9.0" "@arethetypeswrong/cli": "npm:0.16.4" "@types/node": "npm:22.7.5" jsdom: "npm:25.0.1" @@ -2096,7 +2096,7 @@ __metadata: rollup: "npm:4.24.0" tsup: "npm:8.3.0" typescript: "npm:5.6.3" - vitest: "npm:2.1.2" + vitest: "npm:2.1.3" vitest-environment-miniflare: "npm:2.14.4" languageName: unknown linkType: soft @@ -8475,9 +8475,9 @@ __metadata: languageName: node linkType: hard -"vite-node@npm:2.1.2": - version: 2.1.2 - resolution: "vite-node@npm:2.1.2" +"vite-node@npm:2.1.3": + version: 2.1.3 + resolution: "vite-node@npm:2.1.3" dependencies: cac: "npm:^6.7.14" debug: "npm:^4.3.6" @@ -8485,7 +8485,7 @@ __metadata: vite: "npm:^5.0.0" bin: vite-node: vite-node.mjs - checksum: 10/582843800ee968e7edf2cf6e6f1573634122cba74e47ef531a373337f6084c4a394c3c1c2abb210c178c8671200530412c09f5cc2f02a4519f0045a03c3eed02 + checksum: 10/8ba6b145cbb02a492c7bb1f0490d02383000462f234ed61d24f650547163825c16f14e6908ee1eb661403bd0a7a3fb3cdbedf116cc015b1e5cdf7bb992872a01 languageName: node linkType: hard @@ -8547,17 +8547,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:2.1.2": - version: 2.1.2 - resolution: "vitest@npm:2.1.2" - dependencies: - "@vitest/expect": "npm:2.1.2" - "@vitest/mocker": "npm:2.1.2" - "@vitest/pretty-format": "npm:^2.1.2" - "@vitest/runner": "npm:2.1.2" - "@vitest/snapshot": "npm:2.1.2" - "@vitest/spy": "npm:2.1.2" - "@vitest/utils": "npm:2.1.2" +"vitest@npm:2.1.3": + version: 2.1.3 + resolution: "vitest@npm:2.1.3" + dependencies: + "@vitest/expect": "npm:2.1.3" + "@vitest/mocker": "npm:2.1.3" + "@vitest/pretty-format": "npm:^2.1.3" + "@vitest/runner": "npm:2.1.3" + "@vitest/snapshot": "npm:2.1.3" + "@vitest/spy": "npm:2.1.3" + "@vitest/utils": "npm:2.1.3" chai: "npm:^5.1.1" debug: "npm:^4.3.6" magic-string: "npm:^0.30.11" @@ -8568,13 +8568,13 @@ __metadata: tinypool: "npm:^1.0.0" tinyrainbow: "npm:^1.2.0" vite: "npm:^5.0.0" - vite-node: "npm:2.1.2" + vite-node: "npm:2.1.3" why-is-node-running: "npm:^2.3.0" peerDependencies: "@edge-runtime/vm": "*" "@types/node": ^18.0.0 || >=20.0.0 - "@vitest/browser": 2.1.2 - "@vitest/ui": 2.1.2 + "@vitest/browser": 2.1.3 + "@vitest/ui": 2.1.3 happy-dom: "*" jsdom: "*" peerDependenciesMeta: @@ -8592,7 +8592,7 @@ __metadata: optional: true bin: vitest: vitest.mjs - checksum: 10/3a331a10499f5ed678530594903869e37a0de548598bcf540db9a6e015bb7a38f36c3585376b3aeeb53fee6b20d75b93081f32b1ea09fd8c2098aa541af28491 + checksum: 10/f6079a88583045b551e6526c08774aeac4a9cf85b132793a03f9470c013326abd7fce3985e3c2217dc0dac2fadeee3506e3dc51e215f10862b2fe9da9289af0f languageName: node linkType: hard diff --git a/clients/algoliasearch-client-kotlin/CHANGELOG.md b/clients/algoliasearch-client-kotlin/CHANGELOG.md index e31fc7c376f..d8c60ed8338 100644 --- a/clients/algoliasearch-client-kotlin/CHANGELOG.md +++ b/clients/algoliasearch-client-kotlin/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.6.2](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.6.1...3.6.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [3.6.1](https://github.com/algolia/algoliasearch-client-kotlin/compare/3.6.0...3.6.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-php/CHANGELOG.md b/clients/algoliasearch-client-php/CHANGELOG.md index e3c658b8271..1f6e822a31a 100644 --- a/clients/algoliasearch-client-php/CHANGELOG.md +++ b/clients/algoliasearch-client-php/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.6.2](https://github.com/algolia/algoliasearch-client-php/compare/4.6.1...4.6.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [162dfafa1](https://github.com/algolia/api-clients-automation/commit/162dfafa1) fix(clients): escape char in comments ([#3973](https://github.com/algolia/api-clients-automation/pull/3973)) by [@millotp](https://github.com/millotp/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.6.1](https://github.com/algolia/algoliasearch-client-php/compare/4.6.0...4.6.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-python/CHANGELOG.md b/clients/algoliasearch-client-python/CHANGELOG.md index 285159ac6dc..0ac68082be3 100644 --- a/clients/algoliasearch-client-python/CHANGELOG.md +++ b/clients/algoliasearch-client-python/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.6.2](https://github.com/algolia/algoliasearch-client-python/compare/4.6.1...4.6.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [4.6.1](https://github.com/algolia/algoliasearch-client-python/compare/4.6.0...4.6.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-ruby/CHANGELOG.md b/clients/algoliasearch-client-ruby/CHANGELOG.md index 62fb1b97105..d37131dacd2 100644 --- a/clients/algoliasearch-client-ruby/CHANGELOG.md +++ b/clients/algoliasearch-client-ruby/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.5.2](https://github.com/algolia/algoliasearch-client-ruby/compare/3.5.1...3.5.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [9e73e971c](https://github.com/algolia/api-clients-automation/commit/9e73e971c) fix(ruby): add helper to add segment to user agent ([#3972](https://github.com/algolia/api-clients-automation/pull/3972)) by [@millotp](https://github.com/millotp/) +- [162dfafa1](https://github.com/algolia/api-clients-automation/commit/162dfafa1) fix(clients): escape char in comments ([#3973](https://github.com/algolia/api-clients-automation/pull/3973)) by [@millotp](https://github.com/millotp/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [3.5.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.5.0...3.5.1) - [8b343d2ee](https://github.com/algolia/api-clients-automation/commit/8b343d2ee) fix(ruby): only prefix model by client:: ([#3923](https://github.com/algolia/api-clients-automation/pull/3923)) by [@millotp](https://github.com/millotp/) diff --git a/clients/algoliasearch-client-scala/CHANGELOG.md b/clients/algoliasearch-client-scala/CHANGELOG.md index f9a6f614629..5a356486ee1 100644 --- a/clients/algoliasearch-client-scala/CHANGELOG.md +++ b/clients/algoliasearch-client-scala/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.5.2](https://github.com/algolia/algoliasearch-client-scala/compare/2.5.1...2.5.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [95e4149a3](https://github.com/algolia/api-clients-automation/commit/95e4149a3) chore(deps): dependencies 2024-10-14 ([#3944](https://github.com/algolia/api-clients-automation/pull/3944)) by [@algolia-bot](https://github.com/algolia-bot/) +- [162dfafa1](https://github.com/algolia/api-clients-automation/commit/162dfafa1) fix(clients): escape char in comments ([#3973](https://github.com/algolia/api-clients-automation/pull/3973)) by [@millotp](https://github.com/millotp/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [2.5.1](https://github.com/algolia/algoliasearch-client-scala/compare/2.5.0...2.5.1) - [f516d0243](https://github.com/algolia/api-clients-automation/commit/f516d0243) fix(specs): Typos in API descriptions ([#3932](https://github.com/algolia/api-clients-automation/pull/3932)) by [@gazconroy](https://github.com/gazconroy/) diff --git a/clients/algoliasearch-client-swift/CHANGELOG.md b/clients/algoliasearch-client-swift/CHANGELOG.md index cde1683c75b..3b47917a54c 100644 --- a/clients/algoliasearch-client-swift/CHANGELOG.md +++ b/clients/algoliasearch-client-swift/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.7.2](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.1...9.7.2) + +- [cd98290fa](https://github.com/algolia/api-clients-automation/commit/cd98290fa) fix(specs): Typo tolernace on words ([#3968](https://github.com/algolia/api-clients-automation/pull/3968)) by [@gazconroy](https://github.com/gazconroy/) +- [5866c2954](https://github.com/algolia/api-clients-automation/commit/5866c2954) fix(specs): Add context to hitsPerPage ([#3969](https://github.com/algolia/api-clients-automation/pull/3969)) by [@gazconroy](https://github.com/gazconroy/) +- [162dfafa1](https://github.com/algolia/api-clients-automation/commit/162dfafa1) fix(clients): escape char in comments ([#3973](https://github.com/algolia/api-clients-automation/pull/3973)) by [@millotp](https://github.com/millotp/) +- [8b879dead](https://github.com/algolia/api-clients-automation/commit/8b879dead) fix(specs): alternativesAsExact is plurals and synonyms ([#3974](https://github.com/algolia/api-clients-automation/pull/3974)) by [@gazconroy](https://github.com/gazconroy/) +- [1a9b95e85](https://github.com/algolia/api-clients-automation/commit/1a9b95e85) fix(specs): Separators are non-alphanumeric characters ([#3978](https://github.com/algolia/api-clients-automation/pull/3978)) by [@gazconroy](https://github.com/gazconroy/) +- [519fd9840](https://github.com/algolia/api-clients-automation/commit/519fd9840) fix(specs): multiple clients fixes ([#3971](https://github.com/algolia/api-clients-automation/pull/3971)) by [@shortcuts](https://github.com/shortcuts/) + ## [9.7.1](https://github.com/algolia/algoliasearch-client-swift/compare/9.7.0...9.7.1) - [06c48549b](https://github.com/algolia/api-clients-automation/commit/06c48549b) chore(swift): github releases are created by the monorepo ([#3928](https://github.com/algolia/api-clients-automation/pull/3928)) by [@Fluf22](https://github.com/Fluf22/) diff --git a/config/clients.config.json b/config/clients.config.json index 0e0fc6c9684..d2a36acd18e 100644 --- a/config/clients.config.json +++ b/config/clients.config.json @@ -13,7 +13,7 @@ ], "folder": "clients/algoliasearch-client-csharp", "gitRepoId": "algoliasearch-client-csharp", - "packageVersion": "7.6.1", + "packageVersion": "7.6.2", "modelFolder": "algoliasearch/Models", "apiFolder": "algoliasearch/Clients", "dockerImage": "apic_base", @@ -47,7 +47,7 @@ ], "folder": "clients/algoliasearch-client-dart", "gitRepoId": "algoliasearch-client-dart", - "packageVersion": "1.26.1", + "packageVersion": "1.26.2", "modelFolder": "lib/src/model", "apiFolder": "lib/src/api", "dockerImage": "apic_base", @@ -74,7 +74,7 @@ ], "folder": "clients/algoliasearch-client-go", "gitRepoId": "algoliasearch-client-go", - "packageVersion": "4.5.1", + "packageVersion": "4.5.2", "modelFolder": "algolia", "apiFolder": "algolia", "dockerImage": "apic_base", @@ -101,7 +101,7 @@ ], "folder": "clients/algoliasearch-client-java", "gitRepoId": "algoliasearch-client-java", - "packageVersion": "4.5.1", + "packageVersion": "4.5.2", "modelFolder": "algoliasearch/src/main/java/com/algolia/model", "apiFolder": "algoliasearch/src/main/java/com/algolia/api", "dockerImage": "apic_base", @@ -165,7 +165,7 @@ ], "folder": "clients/algoliasearch-client-javascript", "gitRepoId": "algoliasearch-client-javascript", - "packageVersion": "5.8.1", + "packageVersion": "5.9.0", "modelFolder": "model", "apiFolder": "src", "tests": { @@ -191,7 +191,7 @@ ], "folder": "clients/algoliasearch-client-kotlin", "gitRepoId": "algoliasearch-client-kotlin", - "packageVersion": "3.6.1", + "packageVersion": "3.6.2", "modelFolder": "client/src/commonMain/kotlin/com/algolia/client/model", "apiFolder": "client/src/commonMain/kotlin/com/algolia/client/api", "dockerImage": "apic_base", @@ -218,7 +218,7 @@ ], "folder": "clients/algoliasearch-client-php", "gitRepoId": "algoliasearch-client-php", - "packageVersion": "4.6.1", + "packageVersion": "4.6.2", "modelFolder": "lib/Model", "apiFolder": "lib/Api", "dockerImage": "apic_base", @@ -245,7 +245,7 @@ ], "folder": "clients/algoliasearch-client-python", "gitRepoId": "algoliasearch-client-python", - "packageVersion": "4.6.1", + "packageVersion": "4.6.2", "modelFolder": "algoliasearch", "apiFolder": "algoliasearch", "dockerImage": "apic_base", @@ -279,7 +279,7 @@ ], "folder": "clients/algoliasearch-client-ruby", "gitRepoId": "algoliasearch-client-ruby", - "packageVersion": "3.5.1", + "packageVersion": "3.5.2", "modelFolder": "lib/algolia/models", "apiFolder": "lib/algolia/api", "dockerImage": "apic_ruby", @@ -306,7 +306,7 @@ ], "folder": "clients/algoliasearch-client-scala", "gitRepoId": "algoliasearch-client-scala", - "packageVersion": "2.5.1", + "packageVersion": "2.5.2", "modelFolder": "src/main/scala/algoliasearch", "apiFolder": "src/main/scala/algoliasearch/api", "dockerImage": "apic_base", @@ -333,7 +333,7 @@ ], "folder": "clients/algoliasearch-client-swift", "gitRepoId": "algoliasearch-client-swift", - "packageVersion": "9.7.1", + "packageVersion": "9.7.2", "modelFolder": "Sources", "apiFolder": "Sources", "dockerImage": "apic_swift", diff --git a/config/versions.history.json b/config/versions.history.json index e2bd647dcec..6dfcc626b2e 100644 --- a/config/versions.history.json +++ b/config/versions.history.json @@ -326,6 +326,9 @@ }, "7.6.1": { "releaseDate": "2024-10-10" + }, + "7.6.2": { + "releaseDate": "2024-10-16" } }, "dart": { @@ -463,6 +466,9 @@ }, "1.26.1": { "releaseDate": "2024-10-10" + }, + "1.26.2": { + "releaseDate": "2024-10-16" } }, "go": { @@ -834,6 +840,9 @@ }, "4.5.1": { "releaseDate": "2024-10-10" + }, + "4.5.2": { + "releaseDate": "2024-10-16" } }, "java": { @@ -1169,6 +1178,9 @@ }, "4.5.1": { "releaseDate": "2024-10-10" + }, + "4.5.2": { + "releaseDate": "2024-10-16" } }, "javascript": { @@ -1879,6 +1891,9 @@ }, "5.8.1": { "releaseDate": "2024-10-10" + }, + "5.9.0": { + "releaseDate": "2024-10-16" } }, "kotlin": { @@ -2070,6 +2085,9 @@ }, "3.6.1": { "releaseDate": "2024-10-10" + }, + "3.6.2": { + "releaseDate": "2024-10-16" } }, "php": { @@ -2444,6 +2462,9 @@ }, "4.6.1": { "releaseDate": "2024-10-10" + }, + "4.6.2": { + "releaseDate": "2024-10-16" } }, "python": { @@ -2761,6 +2782,9 @@ }, "4.6.1": { "releaseDate": "2024-10-10" + }, + "4.6.2": { + "releaseDate": "2024-10-16" } }, "ruby": { @@ -3108,6 +3132,9 @@ }, "3.5.1": { "releaseDate": "2024-10-10" + }, + "3.5.2": { + "releaseDate": "2024-10-16" } }, "scala": { @@ -3371,6 +3398,9 @@ }, "2.5.1": { "releaseDate": "2024-10-10" + }, + "2.5.2": { + "releaseDate": "2024-10-16" } }, "swift": { @@ -3769,6 +3799,9 @@ }, "9.7.1": { "releaseDate": "2024-10-10" + }, + "9.7.2": { + "releaseDate": "2024-10-16" } } } \ No newline at end of file diff --git a/eslint/package.json b/eslint/package.json index 45b724e0d58..847fe66448e 100644 --- a/eslint/package.json +++ b/eslint/package.json @@ -18,7 +18,7 @@ "eslint-plugin-yml": "1.14.0", "eslint-vitest-rule-tester": "0.6.1", "typescript": "5.6.3", - "vitest": "2.1.2", + "vitest": "2.1.3", "yaml-eslint-parser": "1.2.3" } } diff --git a/scripts/package.json b/scripts/package.json index c0684199fd4..0f81c82d99f 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -52,6 +52,6 @@ "semver": "7.6.3", "spinnies": "0.5.1", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } diff --git a/templates/javascript/clients/package.mustache b/templates/javascript/clients/package.mustache index b5c878f5d16..78836c52f00 100644 --- a/templates/javascript/clients/package.mustache +++ b/templates/javascript/clients/package.mustache @@ -11,7 +11,7 @@ "build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js", "clean": "rm -rf ./dist || true", {{#isAlgoliasearchClient}} - "test": "vitest --run", + "test": "vitest --run --no-file-parallelism", {{/isAlgoliasearchClient}} "test:bundle": "publint . && attw --pack ." }, @@ -134,7 +134,7 @@ "@algolia/requester-testing": "{{utilsPackageVersion}}", "vitest-environment-miniflare": "2.14.4", "jsdom": "25.0.1", - "vitest": "2.1.2", + "vitest": "2.1.3", {{/isAlgoliasearchClient}} "@arethetypeswrong/cli": "0.16.4", "@types/node": "22.7.5", diff --git a/templates/javascript/tests/package.mustache b/templates/javascript/tests/package.mustache index cc88407179e..0a005532405 100644 --- a/templates/javascript/tests/package.mustache +++ b/templates/javascript/tests/package.mustache @@ -15,6 +15,6 @@ "@types/node": "22.7.5", "dotenv": "16.4.5", "typescript": "5.6.3", - "vitest": "2.1.2" + "vitest": "2.1.3" } } \ No newline at end of file