Skip to content

chore: prepare release 2022-07-27 #874

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
wants to merge 1 commit into from
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
16 changes: 16 additions & 0 deletions clients/algoliasearch-client-java-2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.5.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.4.0-SNAPSHOT...4.5.0-SNAPSHOT)

- [6bdc94f5](https://github.com/algolia/api-clients-automation/commit/6bdc94f5) fix(specs): make `hits` required, `facets` count as an integer, `searchParams` as optional ([#868](https://github.com/algolia/api-clients-automation/pull/868)) by [@shortcuts](https://github.com/shortcuts/)
- [d3fb62c8](https://github.com/algolia/api-clients-automation/commit/d3fb62c8) feat(java): generic support for hits ([#829](https://github.com/algolia/api-clients-automation/pull/829)) by [@millotp](https://github.com/millotp/)
- [a4346a72](https://github.com/algolia/api-clients-automation/commit/a4346a72) fix(clients): make POST body related to the endpoint, assert body in tests ([#849](https://github.com/algolia/api-clients-automation/pull/849)) by [@shortcuts](https://github.com/shortcuts/)
- [22bf1c39](https://github.com/algolia/api-clients-automation/commit/22bf1c39) fix(specs): wrong parameters for `searchSynonyms` ([#852](https://github.com/algolia/api-clients-automation/pull/852)) by [@shortcuts](https://github.com/shortcuts/)
- [4b557380](https://github.com/algolia/api-clients-automation/commit/4b557380) fix(clients): add generation banner to generated files ([#816](https://github.com/algolia/api-clients-automation/pull/816)) by [@shortcuts](https://github.com/shortcuts/)
- [cbdfd385](https://github.com/algolia/api-clients-automation/commit/cbdfd385) feat(java): convert from gson to jackson ([#771](https://github.com/algolia/api-clients-automation/pull/771)) by [@millotp](https://github.com/millotp/)
- [64a34c79](https://github.com/algolia/api-clients-automation/commit/64a34c79) feat(java): waitForApiKey ([#798](https://github.com/algolia/api-clients-automation/pull/798)) by [@millotp](https://github.com/millotp/)
- [d6ba122e](https://github.com/algolia/api-clients-automation/commit/d6ba122e) feat(java): use lowercase for model package ([#789](https://github.com/algolia/api-clients-automation/pull/789)) by [@millotp](https://github.com/millotp/)
- [5a499849](https://github.com/algolia/api-clients-automation/commit/5a499849) fix(specs): add renderingContent to search response ([#787](https://github.com/algolia/api-clients-automation/pull/787)) by [@millotp](https://github.com/millotp/)
- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult ([#783](https://github.com/algolia/api-clients-automation/pull/783)) by [@millotp](https://github.com/millotp/)
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types ([#772](https://github.com/algolia/api-clients-automation/pull/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](https://github.com/algolia/api-clients-automation/pull/768)) by [@clemfromspace](https://github.com/clemfromspace/)
- [ce95833f](https://github.com/algolia/api-clients-automation/commit/ce95833f) fix(java): rename one of methods for better dx APIC-539 ([#763](https://github.com/algolia/api-clients-automation/pull/763)) by [@millotp](https://github.com/millotp/)

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

- [d3fb62c8](https://github.com/algolia/api-clients-automation/commit/d3fb62c8) feat(java): generic support for hits ([#829](https://github.com/algolia/api-clients-automation/pull/829)) by [@millotp](https://github.com/millotp/)
Expand Down
22 changes: 22 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [5.0.0-alpha.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-alpha.1...5.0.0-alpha.2)

- [b7e3c642](https://github.com/algolia/api-clients-automation/commit/b7e3c642) fix(javascript): expose sub `algoliasearch` client's type ([#873](https://github.com/algolia/api-clients-automation/pull/873)) by [@shortcuts](https://github.com/shortcuts/)
- [0d988f9f](https://github.com/algolia/api-clients-automation/commit/0d988f9f) feat(javascript): allow providing options for node requester ([#872](https://github.com/algolia/api-clients-automation/pull/872)) by [@shortcuts](https://github.com/shortcuts/)
- [6bdc94f5](https://github.com/algolia/api-clients-automation/commit/6bdc94f5) fix(specs): make `hits` required, `facets` count as an integer, `searchParams` as optional ([#868](https://github.com/algolia/api-clients-automation/pull/868)) by [@shortcuts](https://github.com/shortcuts/)
- [d18cbc4a](https://github.com/algolia/api-clients-automation/commit/d18cbc4a) feat(javascript): support generic for hits ([#854](https://github.com/algolia/api-clients-automation/pull/854)) by [@millotp](https://github.com/millotp/)
- [d93227c7](https://github.com/algolia/api-clients-automation/commit/d93227c7) feat(javascript): add `requester-fetch` ([#855](https://github.com/algolia/api-clients-automation/pull/855)) by [@shortcuts](https://github.com/shortcuts/)
- [da6474fb](https://github.com/algolia/api-clients-automation/commit/da6474fb) fix(javascript): ensure requesters work as in v4 ([#823](https://github.com/algolia/api-clients-automation/pull/823)) by [@shortcuts](https://github.com/shortcuts/)
- [a4346a72](https://github.com/algolia/api-clients-automation/commit/a4346a72) fix(clients): make POST body related to the endpoint, assert body in tests ([#849](https://github.com/algolia/api-clients-automation/pull/849)) by [@shortcuts](https://github.com/shortcuts/)
- [22bf1c39](https://github.com/algolia/api-clients-automation/commit/22bf1c39) fix(specs): wrong parameters for `searchSynonyms` ([#852](https://github.com/algolia/api-clients-automation/pull/852)) by [@shortcuts](https://github.com/shortcuts/)
- [4b557380](https://github.com/algolia/api-clients-automation/commit/4b557380) fix(clients): add generation banner to generated files ([#816](https://github.com/algolia/api-clients-automation/pull/816)) by [@shortcuts](https://github.com/shortcuts/)
- [7bb39283](https://github.com/algolia/api-clients-automation/commit/7bb39283) feat(javascript): expose transporter, remove nullish coalescing and optional chaining ([#799](https://github.com/algolia/api-clients-automation/pull/799)) by [@shortcuts](https://github.com/shortcuts/)
- [750721d0](https://github.com/algolia/api-clients-automation/commit/750721d0) fix(javascript): provide `requestOptions` to helper methods ([#797](https://github.com/algolia/api-clients-automation/pull/797)) by [@shortcuts](https://github.com/shortcuts/)
- [0076edcc](https://github.com/algolia/api-clients-automation/commit/0076edcc) fix(javascript): rename `predict` package ([#796](https://github.com/algolia/api-clients-automation/pull/796)) by [@shortcuts](https://github.com/shortcuts/)
- [df222d7c](https://github.com/algolia/api-clients-automation/commit/df222d7c) feat(javascript): use `@algolia` NPM namespace ([#785](https://github.com/algolia/api-clients-automation/pull/785)) by [@shortcuts](https://github.com/shortcuts/)
- [5a499849](https://github.com/algolia/api-clients-automation/commit/5a499849) fix(specs): add renderingContent to search response ([#787](https://github.com/algolia/api-clients-automation/pull/787)) by [@millotp](https://github.com/millotp/)
- [6b50ef0b](https://github.com/algolia/api-clients-automation/commit/6b50ef0b) feat(javascript): add `abtesting` client, better `init` usage ([#784](https://github.com/algolia/api-clients-automation/pull/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](https://github.com/algolia/api-clients-automation/pull/783)) by [@millotp](https://github.com/millotp/)
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types ([#772](https://github.com/algolia/api-clients-automation/pull/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](https://github.com/algolia/api-clients-automation/pull/768)) by [@clemfromspace](https://github.com/clemfromspace/)
- [77c80e20](https://github.com/algolia/api-clients-automation/commit/77c80e20) fix(javascript): add class-proposal plugin for `client-common` ([#765](https://github.com/algolia/api-clients-automation/pull/765)) by [@shortcuts](https://github.com/shortcuts/)

## [5.0.0-alpha.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-alpha.0...5.0.0-alpha.1)

- [d18cbc4a](https://github.com/algolia/api-clients-automation/commit/d18cbc4a) feat(javascript): support generic for hits ([#854](https://github.com/algolia/api-clients-automation/pull/854)) by [@millotp](https://github.com/millotp/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"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": "@algolia/requester-browser-xhr",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Promise-based request library for browser using xhr.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.1"
"@algolia/client-common": "5.0.0-alpha.2"
},
"devDependencies": {
"@types/jest": "28.1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Promise-based request library using Fetch.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.1"
"@algolia/client-common": "5.0.0-alpha.2"
},
"devDependencies": {
"@types/jest": "28.1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-node-http",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Promise-based request library for node using the native http module.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.1"
"@algolia/client-common": "5.0.0-alpha.2"
},
"devDependencies": {
"@types/jest": "28.1.6",
Expand Down
12 changes: 12 additions & 0 deletions clients/algoliasearch-client-php/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.0.0-alpha.7](https://github.com/algolia/algoliasearch-client-php/compare/4.0.0-alpha.6...4.0.0-alpha.7)

- [6bdc94f5](https://github.com/algolia/api-clients-automation/commit/6bdc94f5) fix(specs): make `hits` required, `facets` count as an integer, `searchParams` as optional ([#868](https://github.com/algolia/api-clients-automation/pull/868)) by [@shortcuts](https://github.com/shortcuts/)
- [a4346a72](https://github.com/algolia/api-clients-automation/commit/a4346a72) fix(clients): make POST body related to the endpoint, assert body in tests ([#849](https://github.com/algolia/api-clients-automation/pull/849)) by [@shortcuts](https://github.com/shortcuts/)
- [22bf1c39](https://github.com/algolia/api-clients-automation/commit/22bf1c39) fix(specs): wrong parameters for `searchSynonyms` ([#852](https://github.com/algolia/api-clients-automation/pull/852)) by [@shortcuts](https://github.com/shortcuts/)
- [4b557380](https://github.com/algolia/api-clients-automation/commit/4b557380) fix(clients): add generation banner to generated files ([#816](https://github.com/algolia/api-clients-automation/pull/816)) by [@shortcuts](https://github.com/shortcuts/)
- [d21c3b70](https://github.com/algolia/api-clients-automation/commit/d21c3b70) feat(php): add `waitForApiKey` method ([#792](https://github.com/algolia/api-clients-automation/pull/792)) by [@damcou](https://github.com/damcou/)
- [5a499849](https://github.com/algolia/api-clients-automation/commit/5a499849) fix(specs): add renderingContent to search response ([#787](https://github.com/algolia/api-clients-automation/pull/787)) by [@millotp](https://github.com/millotp/)
- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult ([#783](https://github.com/algolia/api-clients-automation/pull/783)) by [@millotp](https://github.com/millotp/)
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types ([#772](https://github.com/algolia/api-clients-automation/pull/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](https://github.com/algolia/api-clients-automation/pull/768)) by [@clemfromspace](https://github.com/clemfromspace/)

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

- [a4346a72](https://github.com/algolia/api-clients-automation/commit/a4346a72) fix(clients): make POST body related to the endpoint, assert body in tests ([#849](https://github.com/algolia/api-clients-automation/pull/849)) by [@shortcuts](https://github.com/shortcuts/)
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.4.0-SNAPSHOT",
"packageVersion": "4.5.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": "@algolia",
"gitRepoId": "algoliasearch-client-javascript",
"utilsPackageVersion": "5.0.0-alpha.1",
"utilsPackageVersion": "5.0.0-alpha.2",
"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.6",
"packageVersion": "4.0.0-alpha.7",
"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": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-search": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-search",
"reservedWordsMappings": "queryParameters=queryParameters,requestOptions=requestOptions,delete=delete",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-recommend": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/recommend",
"reservedWordsMappings": "queryParameters=queryParameters,delete=delete",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-personalization": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-personalization",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-analytics": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-analytics",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-insights": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-insights",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-abtesting": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-abtesting",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-query-suggestions": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-query-suggestions",
"additionalProperties": {
"packageVersion": "5.0.0-alpha.1"
"packageVersion": "5.0.0-alpha.2"
}
},
"javascript-sources": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/client-sources",
"additionalProperties": {
"packageVersion": "1.0.0-alpha.1"
"packageVersion": "1.0.0-alpha.2"
}
},
"javascript-predict": {
"output": "#{cwd}/clients/algoliasearch-client-javascript/packages/predict",
"additionalProperties": {
"packageVersion": "1.0.0-alpha.1"
"packageVersion": "1.0.0-alpha.2"
}
},
"java-search": {
Expand Down