Skip to content
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 clients/algoliasearch-client-csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [7.17.0](https://github.com/algolia/algoliasearch-client-csharp/compare/7.16.5...7.17.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [d6e67a47a9](https://github.com/algolia/api-clients-automation/commit/d6e67a47a9) fix(clients): InvalidOperationException in C# Fill() due to unsafe dictionary enumeration ([#4820](https://github.com/algolia/api-clients-automation/pull/4820)) by [@reneemundie](https://github.com/reneemundie/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [7.16.5](https://github.com/algolia/algoliasearch-client-csharp/compare/7.16.4...7.16.5)

- [9ea9937b3b](https://github.com/algolia/api-clients-automation/commit/9ea9937b3b) chore(specs): Prepare Composition API for GA and remove Beta wording ([#4761](https://github.com/algolia/api-clients-automation/pull/4761)) by [@e-krebs](https://github.com/e-krebs/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.32.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.3...1.32.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [1.31.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.2...1.31.3)

- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.32.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.3...1.32.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [1.31.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.2...1.31.3)

- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.32.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.3...1.32.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [1.31.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.2...1.31.3)

- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.3
version: 1.32.0
homepage: https://www.algolia.com/doc/
repository: >-
https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.32.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.3...1.32.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [1.31.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.2...1.31.3)

- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.32.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.3...1.32.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [1.31.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.2...1.31.3)

- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.32.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.3...1.32.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

## [1.31.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.31.2...1.31.3)

- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)
Expand Down
5 changes: 5 additions & 0 deletions clients/algoliasearch-client-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.16.0](https://github.com/algolia/algoliasearch-client-go/compare/4.15.5...4.16.0)

- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

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

- [9ea9937b3b](https://github.com/algolia/api-clients-automation/commit/9ea9937b3b) chore(specs): Prepare Composition API for GA and remove Beta wording ([#4761](https://github.com/algolia/api-clients-automation/pull/4761)) by [@e-krebs](https://github.com/e-krebs/)
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.16.0](https://github.com/algolia/algoliasearch-client-java/compare/4.15.5...4.16.0)

- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

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

- [53ac749807](https://github.com/algolia/api-clients-automation/commit/53ac749807) chore(deps): dependencies 2025-04-28 ([#4785](https://github.com/algolia/api-clients-automation/pull/4785)) by [@algolia-bot](https://github.com/algolia-bot/)
Expand Down
9 changes: 9 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.25.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.24.0...5.25.0)

- [e5387adf09](https://github.com/algolia/api-clients-automation/commit/e5387adf09) chore(deps): dependencies 2025-05-05 ([#4804](https://github.com/algolia/api-clients-automation/pull/4804)) by [@algolia-bot](https://github.com/algolia-bot/)
- [d26cbaa311](https://github.com/algolia/api-clients-automation/commit/d26cbaa311) feat(specs): enrich response for list composition endpoint ([#4819](https://github.com/algolia/api-clients-automation/pull/4819)) by [@ClaraMuller](https://github.com/ClaraMuller/)
- [95f3208e92](https://github.com/algolia/api-clients-automation/commit/95f3208e92) feat(specs): make response fields required for composition list endpoint ([#4821](https://github.com/algolia/api-clients-automation/pull/4821)) by [@ClaraMuller](https://github.com/ClaraMuller/)
- [bebb56e0b9](https://github.com/algolia/api-clients-automation/commit/bebb56e0b9) fix(specs): add x-acl to insights endpoints ([#4822](https://github.com/algolia/api-clients-automation/pull/4822)) by [@kai687](https://github.com/kai687/)
- [d29371295f](https://github.com/algolia/api-clients-automation/commit/d29371295f) chore(deps): dependencies 2025-05-12 ([#4823](https://github.com/algolia/api-clients-automation/pull/4823)) by [@algolia-bot](https://github.com/algolia-bot/)
- [7e226c4559](https://github.com/algolia/api-clients-automation/commit/7e226c4559) feat(scripts): add push to mcp-node on release ([#4784](https://github.com/algolia/api-clients-automation/pull/4784)) by [@shortcuts](https://github.com/shortcuts/)

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

- [efec6baf1c](https://github.com/algolia/api-clients-automation/commit/efec6baf1c) chore(deps): dependencies 2025-04-21 ([#4762](https://github.com/algolia/api-clients-automation/pull/4762)) by [@algolia-bot](https://github.com/algolia-bot/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -74,22 +74,22 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.24.0",
"@algolia/client-analytics": "5.24.0",
"@algolia/client-common": "5.24.0",
"@algolia/client-insights": "5.24.0",
"@algolia/client-personalization": "5.24.0",
"@algolia/client-query-suggestions": "5.24.0",
"@algolia/client-search": "5.24.0",
"@algolia/ingestion": "1.24.0",
"@algolia/monitoring": "1.24.0",
"@algolia/recommend": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-abtesting": "5.25.0",
"@algolia/client-analytics": "5.25.0",
"@algolia/client-common": "5.25.0",
"@algolia/client-insights": "5.25.0",
"@algolia/client-personalization": "5.25.0",
"@algolia/client-query-suggestions": "5.25.0",
"@algolia/client-search": "5.25.0",
"@algolia/ingestion": "1.25.0",
"@algolia/monitoring": "1.25.0",
"@algolia/recommend": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@algolia/requester-testing": "5.24.0",
"@algolia/requester-testing": "5.25.0",
"@arethetypeswrong/cli": "0.18.1",
"@cloudflare/vitest-pool-workers": "0.8.27",
"@cloudflare/workers-types": "4.20250428.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.24.0",
"version": "5.25.0",
"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.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.24.0",
"version": "5.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.24.0",
"version": "1.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/logger-console",
"version": "5.24.0",
"version": "5.25.0",
"description": "Promise-based log library using console log.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "3.1.3"
},
"dependencies": {
"@algolia/client-common": "5.24.0"
"@algolia/client-common": "5.25.0"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.24.0",
"version": "1.25.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.24.0",
"@algolia/requester-browser-xhr": "5.24.0",
"@algolia/requester-fetch": "5.24.0",
"@algolia/requester-node-http": "5.24.0"
"@algolia/client-common": "5.25.0",
"@algolia/requester-browser-xhr": "5.25.0",
"@algolia/requester-fetch": "5.25.0",
"@algolia/requester-node-http": "5.25.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.1",
Expand Down
Loading