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
9 changes: 9 additions & 0 deletions clients/algoliasearch-client-csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.16.4](https://github.com/algolia/algoliasearch-client-csharp/compare/7.16.3...7.16.4)

- [ae2d0f077](https://github.com/algolia/api-clients-automation/commit/ae2d0f077) docs(personalization): add rate limit information for personalization API ([#4725](https://github.com/algolia/api-clients-automation/pull/4725)) by [@Keylor42](https://github.com/Keylor42/)
- [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/)
- [1911d224b](https://github.com/algolia/api-clients-automation/commit/1911d224b) fix(specs): event.status can be null ([#4727](https://github.com/algolia/api-clients-automation/pull/4727)) by [@millotp](https://github.com/millotp/)
- [a18b555b4](https://github.com/algolia/api-clients-automation/commit/a18b555b4) fix(specs): add missing recordType collection ([#4728](https://github.com/algolia/api-clients-automation/pull/4728)) by [@millotp](https://github.com/millotp/)
- [881efa617](https://github.com/algolia/api-clients-automation/commit/881efa617) chore(deps): dependencies 2025-04-14 ([#4729](https://github.com/algolia/api-clients-automation/pull/4729)) by [@algolia-bot](https://github.com/algolia-bot/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [a922dca5a](https://github.com/algolia/api-clients-automation/commit/a922dca5a) docs(partialUpdate): add note about multiple operations ([#4721](https://github.com/algolia/api-clients-automation/pull/4721)) by [@Jerska](https://github.com/Jerska/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
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.2
version: 1.31.3
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.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/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
7 changes: 7 additions & 0 deletions clients/algoliasearch-client-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.15.4](https://github.com/algolia/algoliasearch-client-go/compare/4.15.3...4.15.4)

- [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/)
- [1911d224b](https://github.com/algolia/api-clients-automation/commit/1911d224b) fix(specs): event.status can be null ([#4727](https://github.com/algolia/api-clients-automation/pull/4727)) by [@millotp](https://github.com/millotp/)
- [a18b555b4](https://github.com/algolia/api-clients-automation/commit/a18b555b4) fix(specs): add missing recordType collection ([#4728](https://github.com/algolia/api-clients-automation/pull/4728)) by [@millotp](https://github.com/millotp/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
7 changes: 7 additions & 0 deletions clients/algoliasearch-client-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.15.4](https://github.com/algolia/algoliasearch-client-java/compare/4.15.3...4.15.4)

- [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/)
- [1911d224b](https://github.com/algolia/api-clients-automation/commit/1911d224b) fix(specs): event.status can be null ([#4727](https://github.com/algolia/api-clients-automation/pull/4727)) by [@millotp](https://github.com/millotp/)
- [a18b555b4](https://github.com/algolia/api-clients-automation/commit/a18b555b4) fix(specs): add missing recordType collection ([#4728](https://github.com/algolia/api-clients-automation/pull/4728)) by [@millotp](https://github.com/millotp/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [a922dca5a](https://github.com/algolia/api-clients-automation/commit/a922dca5a) docs(partialUpdate): add note about multiple operations ([#4721](https://github.com/algolia/api-clients-automation/pull/4721)) by [@Jerska](https://github.com/Jerska/)
Expand Down
8 changes: 8 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.23.4](https://github.com/algolia/algoliasearch-client-javascript/compare/5.23.3...5.23.4)

- [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/)
- [1911d224b](https://github.com/algolia/api-clients-automation/commit/1911d224b) fix(specs): event.status can be null ([#4727](https://github.com/algolia/api-clients-automation/pull/4727)) by [@millotp](https://github.com/millotp/)
- [a18b555b4](https://github.com/algolia/api-clients-automation/commit/a18b555b4) fix(specs): add missing recordType collection ([#4728](https://github.com/algolia/api-clients-automation/pull/4728)) by [@millotp](https://github.com/millotp/)
- [881efa617](https://github.com/algolia/api-clients-automation/commit/881efa617) chore(deps): dependencies 2025-04-14 ([#4729](https://github.com/algolia/api-clients-automation/pull/4729)) by [@algolia-bot](https://github.com/algolia-bot/)
- [4570f18b8](https://github.com/algolia/api-clients-automation/commit/4570f18b8) fix(clients): correctly deserialize SearchResult ([#4756](https://github.com/algolia/api-clients-automation/pull/4756)) by [@millotp](https://github.com/millotp/)

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

- [dbaef6696](https://github.com/algolia/api-clients-automation/commit/dbaef6696) fix(specs): userData is any type ([#4702](https://github.com/algolia/api-clients-automation/pull/4702)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/client-analytics": "5.23.3",
"@algolia/client-common": "5.23.3",
"@algolia/client-insights": "5.23.3",
"@algolia/client-personalization": "5.23.3",
"@algolia/client-query-suggestions": "5.23.3",
"@algolia/client-search": "5.23.3",
"@algolia/ingestion": "1.23.3",
"@algolia/monitoring": "1.23.3",
"@algolia/recommend": "5.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-abtesting": "5.23.4",
"@algolia/client-analytics": "5.23.4",
"@algolia/client-common": "5.23.4",
"@algolia/client-insights": "5.23.4",
"@algolia/client-personalization": "5.23.4",
"@algolia/client-query-suggestions": "5.23.4",
"@algolia/client-search": "5.23.4",
"@algolia/ingestion": "1.23.4",
"@algolia/monitoring": "1.23.4",
"@algolia/recommend": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@algolia/requester-testing": "5.23.3",
"@algolia/requester-testing": "5.23.4",
"@arethetypeswrong/cli": "0.17.4",
"@cloudflare/vitest-pool-workers": "0.8.15",
"@cloudflare/workers-types": "4.20250414.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.23.3",
"version": "5.23.4",
"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": "0.0.1-alpha.20",
"version": "0.0.1-alpha.21",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand All @@ -64,5 +64,6 @@
},
"engines": {
"node": ">= 14.0.0"
}
},
"stableVersion": "0.0.1-alpha.20"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.23.3",
"version": "5.23.4",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-beta.12",
"version": "0.0.1-beta.13",
"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.23.3",
"@algolia/requester-browser-xhr": "5.23.3",
"@algolia/requester-fetch": "5.23.3",
"@algolia/requester-node-http": "5.23.3"
"@algolia/client-common": "5.23.4",
"@algolia/requester-browser-xhr": "5.23.4",
"@algolia/requester-fetch": "5.23.4",
"@algolia/requester-node-http": "5.23.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand All @@ -64,5 +64,6 @@
},
"engines": {
"node": ">= 14.0.0"
}
},
"stableVersion": "0.0.1-beta.12"
}
Loading