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

- [c3addb449](https://github.com/algolia/api-clients-automation/commit/c3addb449) feat(specs): add CT Query predicate property ([#4654](https://github.com/algolia/api-clients-automation/pull/4654)) by [@morganleroi](https://github.com/morganleroi/)

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

- [03a7074763](https://github.com/algolia/api-clients-automation/commit/03a7074763) chore(deps): dependencies 2025-03-10 ([#4566](https://github.com/algolia/api-clients-automation/pull/4566)) by [@algolia-bot](https://github.com/algolia-bot/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.31.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.2...1.31.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)

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

- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.31.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.2...1.31.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)

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

- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.31.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.2...1.31.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)

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

- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
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.30.2
version: 1.31.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.31.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.2...1.31.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)

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

- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.31.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.2...1.31.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)

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

- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.31.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.2...1.31.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)

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

- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
Expand Down
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.15.0](https://github.com/algolia/algoliasearch-client-go/compare/4.14.0...4.15.0)

- [c3addb449](https://github.com/algolia/api-clients-automation/commit/c3addb449) feat(specs): add CT Query predicate property ([#4654](https://github.com/algolia/api-clients-automation/pull/4654)) by [@morganleroi](https://github.com/morganleroi/)

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

- [26457d0ec8](https://github.com/algolia/api-clients-automation/commit/26457d0ec8) feat(specs): add the owner attributes to ingestion resources ([#4616](https://github.com/algolia/api-clients-automation/pull/4616)) by [@millotp](https://github.com/millotp/)
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.15.0](https://github.com/algolia/algoliasearch-client-java/compare/4.14.0...4.15.0)

- [c3addb449](https://github.com/algolia/api-clients-automation/commit/c3addb449) feat(specs): add CT Query predicate property ([#4654](https://github.com/algolia/api-clients-automation/pull/4654)) by [@morganleroi](https://github.com/morganleroi/)

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

- [03a7074763](https://github.com/algolia/api-clients-automation/commit/03a7074763) chore(deps): dependencies 2025-03-10 ([#4566](https://github.com/algolia/api-clients-automation/pull/4566)) by [@algolia-bot](https://github.com/algolia-bot/)
Expand Down
6 changes: 6 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.23.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.22.0...5.23.0)

- [3994f53d4](https://github.com/algolia/api-clients-automation/commit/3994f53d4) feat(clients): add new realtime-personalization api ([#4613](https://github.com/algolia/api-clients-automation/pull/4613)) by [@benamib](https://github.com/benamib/)
- [6d8c0548d](https://github.com/algolia/api-clients-automation/commit/6d8c0548d) chore: do not generate realtime personalization ([#4655](https://github.com/algolia/api-clients-automation/pull/4655)) by [@shortcuts](https://github.com/shortcuts/)
- [c3addb449](https://github.com/algolia/api-clients-automation/commit/c3addb449) feat(specs): add CT Query predicate property ([#4654](https://github.com/algolia/api-clients-automation/pull/4654)) by [@morganleroi](https://github.com/morganleroi/)

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

- [03a7074763](https://github.com/algolia/api-clients-automation/commit/03a7074763) chore(deps): dependencies 2025-03-10 ([#4566](https://github.com/algolia/api-clients-automation/pull/4566)) 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.22.0",
"version": "5.23.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.22.0",
"@algolia/client-analytics": "5.22.0",
"@algolia/client-common": "5.22.0",
"@algolia/client-insights": "5.22.0",
"@algolia/client-personalization": "5.22.0",
"@algolia/client-query-suggestions": "5.22.0",
"@algolia/client-search": "5.22.0",
"@algolia/ingestion": "1.22.0",
"@algolia/monitoring": "1.22.0",
"@algolia/recommend": "5.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-abtesting": "5.23.0",
"@algolia/client-analytics": "5.23.0",
"@algolia/client-common": "5.23.0",
"@algolia/client-insights": "5.23.0",
"@algolia/client-personalization": "5.23.0",
"@algolia/client-query-suggestions": "5.23.0",
"@algolia/client-search": "5.23.0",
"@algolia/ingestion": "1.23.0",
"@algolia/monitoring": "1.23.0",
"@algolia/recommend": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@algolia/requester-testing": "5.22.0",
"@algolia/requester-testing": "5.23.0",
"@arethetypeswrong/cli": "0.17.4",
"@types/node": "22.13.11",
"jsdom": "26.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.22.0",
"version": "5.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.22.0",
"version": "5.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"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.22.0",
"version": "5.23.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": "0.0.1-alpha.16",
"version": "0.0.1-alpha.17",
"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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand All @@ -64,5 +64,6 @@
},
"engines": {
"node": ">= 14.0.0"
}
},
"stableVersion": "0.0.1-alpha.16"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.22.0",
"version": "5.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.22.0",
"version": "5.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.22.0",
"version": "5.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.22.0",
"version": "5.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"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.8",
"version": "0.0.1-beta.9",
"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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand All @@ -64,5 +64,6 @@
},
"engines": {
"node": ">= 14.0.0"
}
},
"stableVersion": "0.0.1-beta.8"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.22.0",
"version": "1.23.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.22.0",
"@algolia/requester-browser-xhr": "5.22.0",
"@algolia/requester-fetch": "5.22.0",
"@algolia/requester-node-http": "5.22.0"
"@algolia/client-common": "5.23.0",
"@algolia/requester-browser-xhr": "5.23.0",
"@algolia/requester-fetch": "5.23.0",
"@algolia/requester-node-http": "5.23.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/logger-console",
"version": "5.22.0",
"version": "5.23.0",
"description": "Promise-based log library using console log.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "3.0.9"
},
"dependencies": {
"@algolia/client-common": "5.22.0"
"@algolia/client-common": "5.23.0"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading