Skip to content
Closed
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
4 changes: 4 additions & 0 deletions clients/algoliasearch-client-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.20.1](https://github.com/algolia/algoliasearch-client-go/compare/4.20.0...4.20.1)

- [e881e3a531](https://github.com/algolia/api-clients-automation/commit/e881e3a531) fix(go): typo on internal helper

## [4.20.0](https://github.com/algolia/algoliasearch-client-go/compare/4.19.0...4.20.0)

- [a2ebbf496c](https://github.com/algolia/api-clients-automation/commit/a2ebbf496c) feat(clients): add `replaceAllObjectsWithTransformation` ([#5008](https://github.com/algolia/api-clients-automation/pull/5008)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
4 changes: 4 additions & 0 deletions clients/algoliasearch-client-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.20.1](https://github.com/algolia/algoliasearch-client-java/compare/4.20.0...4.20.1)

- [2ca05ef173](https://github.com/algolia/api-clients-automation/commit/2ca05ef173) chore(deps): dependencies 2025-06-23 ([#5016](https://github.com/algolia/api-clients-automation/pull/5016)) by [@algolia-bot](https://github.com/algolia-bot/)

## [4.20.0](https://github.com/algolia/algoliasearch-client-java/compare/4.19.0...4.20.0)

- [a2ebbf496c](https://github.com/algolia/api-clients-automation/commit/a2ebbf496c) feat(clients): add `replaceAllObjectsWithTransformation` ([#5008](https://github.com/algolia/api-clients-automation/pull/5008)) by [@shortcuts](https://github.com/shortcuts/)
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.29.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.29.0...5.29.1)

- [2ca05ef173](https://github.com/algolia/api-clients-automation/commit/2ca05ef173) chore(deps): dependencies 2025-06-23 ([#5016](https://github.com/algolia/api-clients-automation/pull/5016)) by [@algolia-bot](https://github.com/algolia-bot/)

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

- [928de4a7d5](https://github.com/algolia/api-clients-automation/commit/928de4a7d5) fix(specs): fix type in realtime_user ([#5012](https://github.com/algolia/api-clients-automation/pull/5012)) by [@raed667](https://github.com/raed667/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand All @@ -64,5 +64,6 @@
},
"engines": {
"node": ">= 14.0.0"
}
},
"stableVersion": "0.0.1-alpha.2"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/client-analytics": "5.29.0",
"@algolia/client-common": "5.29.0",
"@algolia/client-insights": "5.29.0",
"@algolia/client-personalization": "5.29.0",
"@algolia/client-query-suggestions": "5.29.0",
"@algolia/client-search": "5.29.0",
"@algolia/ingestion": "1.29.0",
"@algolia/monitoring": "1.29.0",
"@algolia/recommend": "5.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-abtesting": "5.29.1",
"@algolia/client-analytics": "5.29.1",
"@algolia/client-common": "5.29.1",
"@algolia/client-insights": "5.29.1",
"@algolia/client-personalization": "5.29.1",
"@algolia/client-query-suggestions": "5.29.1",
"@algolia/client-search": "5.29.1",
"@algolia/ingestion": "1.29.1",
"@algolia/monitoring": "1.29.1",
"@algolia/recommend": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@algolia/requester-testing": "5.29.0",
"@algolia/requester-testing": "5.29.1",
"@arethetypeswrong/cli": "0.18.2",
"@cloudflare/vitest-pool-workers": "0.8.43",
"@cloudflare/workers-types": "4.20250428.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.29.0",
"version": "5.29.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": "1.5.0",
"version": "1.5.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.29.0",
"version": "1.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/logger-console",
"version": "5.29.0",
"version": "5.29.1",
"description": "Promise-based log library using console log.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "3.2.4"
},
"dependencies": {
"@algolia/client-common": "5.29.0"
"@algolia/client-common": "5.29.1"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.29.0",
"version": "1.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.29.0",
"version": "5.29.1",
"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.29.0",
"@algolia/requester-browser-xhr": "5.29.0",
"@algolia/requester-fetch": "5.29.0",
"@algolia/requester-node-http": "5.29.0"
"@algolia/client-common": "5.29.1",
"@algolia/requester-browser-xhr": "5.29.1",
"@algolia/requester-fetch": "5.29.1",
"@algolia/requester-node-http": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-browser-xhr",
"version": "5.29.0",
"version": "5.29.1",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
},
"dependencies": {
"@algolia/client-common": "5.29.0"
"@algolia/client-common": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.29.0",
"version": "5.29.1",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.29.0"
"@algolia/client-common": "5.29.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down
Loading
Loading