Skip to content

chore: prepare release 2024-09-09 #3678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,12 @@ jobs:
type: minimal
language: kotlin

- name: remove previous build from linux
run: |
rm -rf clients/algoliasearch-client-kotlin/build || true
rm -rf clients/algoliasearch-client-kotlin/.kotlin || true
rm -rf clients/algoliasearch-client-kotlin/.gradle || true

- run: yarn cli build clients kotlin

- name: Set output
Expand Down
4 changes: 4 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.3.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.3.0...5.3.1)

- [50bd07392](https://github.com/algolia/api-clients-automation/commit/50bd07392) fix(javascript): assert helpers and fix setClientApiKey helper ([#3663](https://github.com/algolia/api-clients-automation/pull/3663)) by [@shortcuts](https://github.com/shortcuts/)

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

- [3b673cee4](https://github.com/algolia/api-clients-automation/commit/3b673cee4) fix(javascript): type definition and template cleanup ([#3656](https://github.com/algolia/api-clients-automation/pull/3656)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -65,14 +65,14 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.3.0",
"@algolia/client-analytics": "5.3.0",
"@algolia/client-common": "5.3.0",
"@algolia/client-personalization": "5.3.0",
"@algolia/client-search": "5.3.0",
"@algolia/recommend": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-abtesting": "5.3.1",
"@algolia/client-analytics": "5.3.1",
"@algolia/client-common": "5.3.1",
"@algolia/client-personalization": "5.3.1",
"@algolia/client-search": "5.3.1",
"@algolia/recommend": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.3.0",
"version": "5.3.1",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -44,9 +44,9 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.3.0",
"@algolia/requester-browser-xhr": "5.3.0",
"@algolia/requester-node-http": "5.3.0"
"@algolia/client-common": "5.3.1",
"@algolia/requester-browser-xhr": "5.3.1",
"@algolia/requester-node-http": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-browser-xhr",
"version": "5.3.0",
"version": "5.3.1",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
},
"dependencies": {
"@algolia/client-common": "5.3.0"
"@algolia/client-common": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.3.0",
"version": "5.3.1",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.3.0"
"@algolia/client-common": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-node-http",
"version": "5.3.0",
"version": "5.3.1",
"description": "Promise-based request library for node using the native http module.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.3.0"
"@algolia/client-common": "5.3.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
Expand Down
4 changes: 4 additions & 0 deletions clients/algoliasearch-client-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.4.0](https://github.com/algolia/algoliasearch-client-python/compare/4.3.0...4.4.0)

- [b6e273f4f](https://github.com/algolia/api-clients-automation/commit/b6e273f4f) feat(python): add sync client ([#3609](https://github.com/algolia/api-clients-automation/pull/3609)) by [@shortcuts](https://github.com/shortcuts/)

## [4.3.0](https://github.com/algolia/algoliasearch-client-python/compare/4.2.4...4.3.0)

- [2c65a8d11](https://github.com/algolia/api-clients-automation/commit/2c65a8d11) feat(clients): helper to switch API key in use ([#3616](https://github.com/algolia/api-clients-automation/pull/3616)) by [@Fluf22](https://github.com/Fluf22/)
Expand Down
4 changes: 2 additions & 2 deletions config/clients.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
],
"folder": "clients/algoliasearch-client-javascript",
"gitRepoId": "algoliasearch-client-javascript",
"packageVersion": "5.3.0",
"packageVersion": "5.3.1",
"modelFolder": "model",
"apiFolder": "src",
"dockerImage": "apic_base",
Expand Down Expand Up @@ -256,7 +256,7 @@
],
"folder": "clients/algoliasearch-client-python",
"gitRepoId": "algoliasearch-client-python",
"packageVersion": "4.3.0",
"packageVersion": "4.4.0",
"modelFolder": "algoliasearch",
"apiFolder": "algoliasearch",
"dockerImage": "apic_base",
Expand Down
Loading