Skip to content

Commit

Permalink
chore: prepare release 2024-07-15 (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Jul 15, 2024
1 parent 1e2ce42 commit 8d2a5b5
Show file tree
Hide file tree
Showing 35 changed files with 181 additions and 103 deletions.
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

0 comments on commit 8d2a5b5

Please sign in to comment.