Skip to content

chore: prepare release 2022-07-05 #790

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

Closed
Closed
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
8 changes: 8 additions & 0 deletions clients/algoliasearch-client-java-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.4.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.3.0-SNAPSHOT...4.4.0-SNAPSHOT)

- [5a499849](https://github.com/algolia/api-clients-automation/commit/5a499849) fix(specs): add renderingContent to search response (#787) by [Pierre Millot]([email protected])
- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783) by [Pierre Millot]([email protected])
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types (#772) by [@shortcuts](https://github.com/shortcuts/)
- [bc14a8c5](https://github.com/algolia/api-clients-automation/commit/bc14a8c5) feat(specs): Add tags to the settings and search params (#768) by [Clément Denoix]([email protected])
- [ce95833f](https://github.com/algolia/api-clients-automation/commit/ce95833f) fix(java): rename one of methods for better dx APIC-539 (#763) by [Pierre Millot]([email protected])

## [4.3.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.4-SNAPSHOT...4.3.0-SNAPSHOT)

- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783)
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 @@
## [0.9.0](https://github.com/algolia/algoliasearch-client-javascript/compare/0.8.0...0.9.0)

- [5a499849](https://github.com/algolia/api-clients-automation/commit/5a499849) fix(specs): add renderingContent to search response (#787) by [Pierre Millot]([email protected])
- [6b50ef0b](https://github.com/algolia/api-clients-automation/commit/6b50ef0b) feat(javascript): add `abtesting` client, better `init` usage (#784) by [@shortcuts](https://github.com/shortcuts/)
- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783) by [Pierre Millot]([email protected])
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types (#772) by [@shortcuts](https://github.com/shortcuts/)
- [bc14a8c5](https://github.com/algolia/api-clients-automation/commit/bc14a8c5) feat(specs): Add tags to the settings and search params (#768) by [Clément Denoix]([email protected])
- [77c80e20](https://github.com/algolia/api-clients-automation/commit/77c80e20) fix(javascript): add class-proposal plugin for `client-common` (#765) by [@shortcuts](https://github.com/shortcuts/)

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

- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-common",
"version": "0.8.0",
"version": "0.9.0",
"description": "Common package for the Algolia JavaScript API client.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/requester-browser-xhr",
"version": "0.8.0",
"version": "0.9.0",
"description": "Promise-based request library for browser using xhr.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"clean": "rm -rf dist/"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.8.0"
"@experimental-api-clients-automation/client-common": "0.9.0"
},
"devDependencies": {
"@types/node": "16.11.43",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/requester-node-http",
"version": "0.8.0",
"version": "0.9.0",
"description": "Promise-based request library for node using the native http module.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"clean": "rm -rf dist/"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.8.0"
"@experimental-api-clients-automation/client-common": "0.9.0"
},
"devDependencies": {
"@types/node": "16.11.43",
Expand Down
7 changes: 7 additions & 0 deletions clients/algoliasearch-client-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.0-alpha.6](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-alpha.5...4.0.0-alpha.6)

- [5a499849](https://github.com/algolia/api-clients-automation/commit/5a499849) fix(specs): add renderingContent to search response (#787) by [Pierre Millot]([email protected])
- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783) by [Pierre Millot]([email protected])
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types (#772) by [@shortcuts](https://github.com/shortcuts/)
- [bc14a8c5](https://github.com/algolia/api-clients-automation/commit/bc14a8c5) feat(specs): Add tags to the settings and search params (#768) by [Clément Denoix]([email protected])

## [4.0.0-alpha.5](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-alpha.4...4.0.0-alpha.5)

- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783)
Expand Down
6 changes: 3 additions & 3 deletions config/clients.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"java": {
"folder": "clients/algoliasearch-client-java-2",
"gitRepoId": "algoliasearch-client-java-2",
"packageVersion": "4.3.0-SNAPSHOT",
"packageVersion": "4.4.0-SNAPSHOT",
"modelFolder": "algoliasearch-core/src/main/java/com/algolia/model",
"apiFolder": "algoliasearch-core/src/main/java/com/algolia/api",
"customGenerator": "algolia-java",
Expand All @@ -15,7 +15,7 @@
"folder": "clients/algoliasearch-client-javascript",
"npmNamespace": "@experimental-api-clients-automation",
"gitRepoId": "algoliasearch-client-javascript",
"utilsPackageVersion": "0.8.0",
"utilsPackageVersion": "0.9.0",
"modelFolder": "model",
"apiFolder": "src",
"customGenerator": "algolia-javascript",
Expand All @@ -27,7 +27,7 @@
"php": {
"folder": "clients/algoliasearch-client-php",
"gitRepoId": "algoliasearch-client-php",
"packageVersion": "4.0.0-alpha.5",
"packageVersion": "4.0.0-alpha.6",
"modelFolder": "lib/Model",
"customGenerator": "algolia-php",
"apiFolder": "lib/Api",
Expand Down
20 changes: 10 additions & 10 deletions config/openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,63 @@
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/algoliasearch",
"reservedWordsMappings": "queryParameters=queryParameters,requestOptions=requestOptions,delete=delete",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-search": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-search",
"reservedWordsMappings": "queryParameters=queryParameters,requestOptions=requestOptions,delete=delete",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-recommend": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/recommend",
"reservedWordsMappings": "queryParameters=queryParameters,delete=delete",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-personalization": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-personalization",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-analytics": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-analytics",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-insights": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-insights",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-abtesting": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-abtesting",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-query-suggestions": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-query-suggestions",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-sources": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-sources",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"javascript-predict": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-predict",
"additionalProperties": {
"packageVersion": "0.8.0"
"packageVersion": "0.9.0"
}
},
"java-search": {
Expand Down