Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 2024-07-15 #3378

Merged
merged 3 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ jobs:
if: always()
steps:
- run: |
if [[ "${{ needs.codegen.outputs.success }}" != "true" ]]; then
echo "codegen step didn't succeed"
if [[ ("${{ needs.codegen.outputs.success }}" != "true") || ("${{ needs.swift_cts_macos.outputs.success }}" != "true") || ("${{ needs.kotlin_build_macos.outputs.success }}" != "true")]]; then
echo "a needed step failed"
exit 1
fi
Expand Down
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.0.0-beta.10](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-beta.9...7.0.0-beta.10)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

## [7.0.0-beta.9](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.0-beta.8...7.0.0-beta.9)

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.17.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.17.2)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

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

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.17.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.17.2)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

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

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) 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.17.1
version: 1.17.2
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.17.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.17.2)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

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

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.17.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.17.2)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

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

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.17.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.17.2)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

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

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
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.0.0-beta.24](https://github.com/algolia/algoliasearch-client-go/compare/4.0.0-beta.23...4.0.0-beta.24)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

## [4.0.0-beta.23](https://github.com/algolia/algoliasearch-client-go/compare/4.0.0-beta.22...4.0.0-beta.23)

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
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.0.0-beta.41](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.40...4.0.0-beta.41)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

## [4.0.0-beta.40](https://github.com/algolia/algoliasearch-client-java/compare/4.0.0-beta.39...4.0.0-beta.40)

- [f1b186646](https://github.com/algolia/api-clients-automation/commit/f1b186646) fix(java): add overload for browseObjects ([#3351](https://github.com/algolia/api-clients-automation/pull/3351)) by [@millotp](https://github.com/millotp/)
Expand Down
5 changes: 5 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [5.0.0-beta.12](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.11...5.0.0-beta.12)

- [31ba7f6d0](https://github.com/algolia/api-clients-automation/commit/31ba7f6d0) fix(specs): recommend non required parameters ([#3355](https://github.com/algolia/api-clients-automation/pull/3355)) by [@shortcuts](https://github.com/shortcuts/)
- [337eea93e](https://github.com/algolia/api-clients-automation/commit/337eea93e) fix(specs): results is required in GetRecommendationsResponse ([#3357](https://github.com/algolia/api-clients-automation/pull/3357)) by [@millotp](https://github.com/millotp/)

## [5.0.0-beta.11](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.10...5.0.0-beta.11)

- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algoliasearch",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,14 +63,14 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-abtesting": "5.0.0-beta.10",
"@algolia/client-analytics": "5.0.0-beta.10",
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/client-personalization": "5.0.0-beta.10",
"@algolia/client-search": "5.0.0-beta.10",
"@algolia/recommend": "5.0.0-beta.10",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-abtesting": "5.0.0-beta.11",
"@algolia/client-analytics": "5.0.0-beta.11",
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/client-personalization": "5.0.0-beta.11",
"@algolia/client-search": "5.0.0-beta.11",
"@algolia/recommend": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@babel/preset-env": "7.24.8",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-abtesting",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for client-abtesting",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-analytics",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for client-analytics",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.0.0-beta.11",
"version": "5.0.0-beta.12",
"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,6 +1,6 @@
{
"name": "@algolia/client-insights",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for client-insights",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-personalization",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for client-personalization",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-query-suggestions",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for client-query-suggestions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-search",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for client-search",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-usage",
"version": "0.0.2-beta.10",
"version": "0.0.2-beta.11",
"description": "JavaScript client for client-usage",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/ingestion",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "JavaScript client for ingestion",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/monitoring",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "JavaScript client for monitoring",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/recommend",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"description": "JavaScript client for recommend",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11",
"@algolia/requester-browser-xhr": "5.0.0-beta.11",
"@algolia/requester-node-http": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12",
"@algolia/requester-browser-xhr": "5.0.0-beta.12",
"@algolia/requester-node-http": "5.0.0-beta.12"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-browser-xhr",
"version": "5.0.0-beta.11",
"version": "5.0.0-beta.12",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12"
},
"devDependencies": {
"@babel/preset-env": "7.24.8",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.0.0-beta.11",
"version": "5.0.0-beta.12",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.11"
"@algolia/client-common": "5.0.0-beta.12"
},
"devDependencies": {
"@babel/preset-env": "7.24.8",
Expand Down
Loading
Loading