Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
5 changes: 5 additions & 0 deletions clients/algoliasearch-client-csharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [7.8.1](https://github.com/algolia/algoliasearch-client-csharp/compare/7.8.0...7.8.1)

- [801241e12](https://github.com/algolia/api-clients-automation/commit/801241e12) fix(specs): add secrets payload for updates ([#4061](https://github.com/algolia/api-clients-automation/pull/4061)) by [@shortcuts](https://github.com/shortcuts/)
- [625421783](https://github.com/algolia/api-clients-automation/commit/625421783) fix(clients): update browse iterator ([#4058](https://github.com/algolia/api-clients-automation/pull/4058)) by [@Fluf22](https://github.com/Fluf22/)

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

- [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/)
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.7.1](https://github.com/algolia/algoliasearch-client-go/compare/4.7.0...4.7.1)

- [801241e12](https://github.com/algolia/api-clients-automation/commit/801241e12) fix(specs): add secrets payload for updates ([#4061](https://github.com/algolia/api-clients-automation/pull/4061)) by [@shortcuts](https://github.com/shortcuts/)
- [625421783](https://github.com/algolia/api-clients-automation/commit/625421783) fix(clients): update browse iterator ([#4058](https://github.com/algolia/api-clients-automation/pull/4058)) by [@Fluf22](https://github.com/Fluf22/)

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

- [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
5 changes: 5 additions & 0 deletions clients/algoliasearch-client-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.7.1](https://github.com/algolia/algoliasearch-client-java/compare/4.7.0...4.7.1)

- [801241e12](https://github.com/algolia/api-clients-automation/commit/801241e12) fix(specs): add secrets payload for updates ([#4061](https://github.com/algolia/api-clients-automation/pull/4061)) by [@shortcuts](https://github.com/shortcuts/)
- [625421783](https://github.com/algolia/api-clients-automation/commit/625421783) fix(clients): update browse iterator ([#4058](https://github.com/algolia/api-clients-automation/pull/4058)) by [@Fluf22](https://github.com/Fluf22/)

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

- [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/)
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.13.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.12.0...5.13.0)

- [f598e77b1](https://github.com/algolia/api-clients-automation/commit/f598e77b1) fix(javascript): allow import from dist ([#4060](https://github.com/algolia/api-clients-automation/pull/4060)) by [@shortcuts](https://github.com/shortcuts/)
- [801241e12](https://github.com/algolia/api-clients-automation/commit/801241e12) fix(specs): add secrets payload for updates ([#4061](https://github.com/algolia/api-clients-automation/pull/4061)) by [@shortcuts](https://github.com/shortcuts/)
- [625421783](https://github.com/algolia/api-clients-automation/commit/625421783) fix(clients): update browse iterator ([#4058](https://github.com/algolia/api-clients-automation/pull/4058)) by [@Fluf22](https://github.com/Fluf22/)
- [ff2d23c14](https://github.com/algolia/api-clients-automation/commit/ff2d23c14) chore(deps): dependencies 2024-11-04 ([#4065](https://github.com/algolia/api-clients-automation/pull/4065)) by [@algolia-bot](https://github.com/algolia-bot/)
- [bf9173f47](https://github.com/algolia/api-clients-automation/commit/bf9173f47) feat(scripts): compute eligibility dates ([#4064](https://github.com/algolia/api-clients-automation/pull/4064)) by [@shortcuts](https://github.com/shortcuts/)
- [a38ceecc8](https://github.com/algolia/api-clients-automation/commit/a38ceecc8) feat(specs): add composition API ([#4056](https://github.com/algolia/api-clients-automation/pull/4056)) by [@e-krebs](https://github.com/e-krebs/)

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

- [be40cf61d](https://github.com/algolia/api-clients-automation/commit/be40cf61d) feat(specs): add secrets authentications to ingestion ([#4054](https://github.com/algolia/api-clients-automation/pull/4054)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -73,22 +73,22 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.12.0",
"@algolia/client-analytics": "5.12.0",
"@algolia/client-common": "5.12.0",
"@algolia/client-insights": "5.12.0",
"@algolia/client-personalization": "5.12.0",
"@algolia/client-query-suggestions": "5.12.0",
"@algolia/client-search": "5.12.0",
"@algolia/ingestion": "1.12.0",
"@algolia/monitoring": "1.12.0",
"@algolia/recommend": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-abtesting": "5.13.0",
"@algolia/client-analytics": "5.13.0",
"@algolia/client-common": "5.13.0",
"@algolia/client-insights": "5.13.0",
"@algolia/client-personalization": "5.13.0",
"@algolia/client-query-suggestions": "5.13.0",
"@algolia/client-search": "5.13.0",
"@algolia/ingestion": "1.13.0",
"@algolia/monitoring": "1.13.0",
"@algolia/recommend": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@algolia/requester-testing": "5.12.0",
"@algolia/requester-testing": "5.13.0",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.8.7",
"jsdom": "25.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.12.0",
"version": "5.13.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
Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.12.0",
"version": "1.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/logger-console",
"version": "5.12.0",
"version": "5.13.0",
"description": "Promise-based log library using console log.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"vitest": "2.1.4"
},
"dependencies": {
"@algolia/client-common": "5.12.0"
"@algolia/client-common": "5.13.0"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.12.0",
"version": "1.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.12.0",
"version": "5.13.0",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-browser-xhr",
"version": "5.12.0",
"version": "5.13.0",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
},
"dependencies": {
"@algolia/client-common": "5.12.0"
"@algolia/client-common": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.12.0",
"version": "5.13.0",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.12.0"
"@algolia/client-common": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-node-http",
"version": "5.12.0",
"version": "5.13.0",
"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.12.0"
"@algolia/client-common": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-testing",
"version": "5.12.0",
"version": "5.13.0",
"private": true,
"description": "A package that contains the echo requester of the algoliasearch JavaScript requesters, for testing purposes",
"repository": {
Expand Down Expand Up @@ -42,10 +42,10 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.12.0",
"@algolia/requester-browser-xhr": "5.12.0",
"@algolia/requester-fetch": "5.12.0",
"@algolia/requester-node-http": "5.12.0"
"@algolia/client-common": "5.13.0",
"@algolia/requester-browser-xhr": "5.13.0",
"@algolia/requester-fetch": "5.13.0",
"@algolia/requester-node-http": "5.13.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Loading
Loading