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 2022-05-24 #542

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

- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531)
- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525)
- 1ba6c862 feat(java): waitForTask APIC-478 (#521)
- 0d23c52c fix(specs): rename `search` method (#514)
- 3b3d7067 fix(specs): correct mistakes (#509)
- 6361b602 style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512)
- 340b7bd5 fix(specs): correct type for taskID APIC-478 (#504)
- 57f0edde fix(java): release package with name algoliasearch-client-java (#498)
- e86e8703 feat(java): deserialize oneof (#492)
- c5ac1854 feat(java): add `requestOptions` (#487)
- 961a4b5f feat(java): replace callbacks by CompletableFuture APIC-421 (#452)
- 949c3f21 fix(java): use Map for query parameters (#484)
- 3d626121 docs(java): installation guide APIC-419 (#481)
- b4ff3ffa chore(java): move the source code to the correct folder (#429)
- cdafe8b8 fix(java): cache common files (#427)
- 554bc2b5 feat(java): add fat jar (#272)
- 32416dc5 feat(java): release process (take 2) APIC-411 (#422)
- fa65dfb8 Revert "feat(java): release process APIC-411 (#411)" (#420)
- 12e309e0 feat(java): release process APIC-411 (#411)
- ed33e02f fix(java): move code to src folder APIC-411 (#387)
- f01a5b96 feat(java): generate all clients APIC-410 (#359)
- 97c1aaf6 feat(java): add algolia user agent APIC-338 (#347)
- 34ad2c1f fix(java): apply Mouaad suggestions APIC-396 (#344)
- e4a064f4 feat(java): retry strategy APIC-261 (#286)
- f51984f2 fix(java): escape oneOf naming (#268)
- dbb1be75 fix(java): solve oneOf using a custom generator APIC-300 (#125)
- 5b70cadc feat(java): CTS APIC-253 (#102)
- 5a6aa3be feat(specs): improve consistency and naming (#96)
- 48ea9e1c feat(specs): add `servers` (#98)
- 622bce16 feat(specs): bundle specs (#91)
- eeabfe0a fix(java): remove summaries from doc (#93)
- 5ba87a0b feat(specs): add `abtesting` specs and client (#76)
- a12d2041 feat(specs): add objects endpoints (#54)
- 70f041f9 feat(specs): improve specs consistency (#51)
- 81d59150 feat(specs): add `search` endpoints (#50)
- 6587e945 feat(specs): add `dictionary` specs (#49)
- 1bb1322b feat(specs): search advanced endpoints APIC-197 (#40)
- 18fa5fab feat(specs): add `analytics` specs and client. (#36)
- c1ac7bea feat(specs): add `personalizaton` spec and client (#27)
- ef603fbf feat(specs): add `recommend` spec and client (#19)
- 47f71b96 feat(specs): add `settings` spec (#17)

58 changes: 58 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@
## [0.4.0](https://github.com/algolia/algoliasearch-client-javascript/compare/0.3.0...0.4.0)

- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531)
- 000f62d9 refactor(javascript): type setTimeout in a way compatible with node & browser (#527)
- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525)
- 588539c4 fix(javascript): remove unused methods of algoliasearch-lite (#524)
- 4f8d3558 feat(javascript): add waitForTask in search client (#510)
- 0d23c52c fix(specs): rename `search` method (#514)
- 3b3d7067 fix(specs): correct mistakes (#509)
- 6361b602 style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512)
- 340b7bd5 fix(specs): correct type for taskID APIC-478 (#504)
- f516c247 fix(javascript): move logic to custom gens (#486)
- be7400be fix(javascript): update version (#448)
- b9677335 fix(javascript): add missing descriptions (#416)
- cd565ca3 chore(javascript): fix npm publish issue (#409)
- 584e2ba8 chore(javascript): run lerna exec with double-dash to pass dashed flags to the spanwed command (#391)
- 27b171d5 chore(javascript): split build task to avoid memory issue (#383)
- fab6c18f chore(javascript): build util packages first when building all (#371)
- fbc6674e feat(javascript): provide lite package (#354)
- 1607d96f chore(javascript): fix ts-node issue (#368)
- b07f5f99 fix(javascript): handle parent in models (#339)
- ebafcf32 fix(javascript): update template to include correct dependency version (#328)
- 0f9a6ba9 chore(javascript): remove dependency to openapitools.json at rollup (#323)
- 0011fcce chore(javascript): add yarn.lock on release process (#314)
- 7cd51e2c fix(javascript): keep comments and jsdoc in build (#307)
- 09259f7f feat(javascript): expose `requestOptions` and cache options (#283)
- 272ebd3b feat(javascript): use responses and requests cache (#281)
- 2e7f208c feat(javascript): add cache layer (#274)
- 32c95708 fix(javascript): engine support node > 14 (#260)
- 1c71efdf feat(javascript): expose `models` (#252)
- 6d60798c feat(javascript): upgrade to bundlesize 2 (#243)
- f18d24be fix(javascript): use package version in rollup (#232)
- e2c5927f feat(javascript): use beta npm org (#226)
- fe2120b8 fix(javascript): use babel plugin for classProperties (#222)
- c06f890d feat(javascript): provide `algoliasearch` package (#158)
- 48571bb2 feat(javascript): remove classes usage (#156)
- acdd4831 feat(javascript): add `addUserAgent` method (#154)
- 4e638914 fix(javascript): utils build and cache (#147)
- c7e7577f feat(javascript): bundle CJS, ESM and UMD (#135)
- bd13ce79 fix(javascript): prevent conflict with `version` variable (#141)
- fb8c063f feat(javascript): monorepo (#131)
- 3c1feb68 fix(javascript): auth via query parameters (#124)
- 32fa4ccf fix(javascript): node timeouts (#123)
- e408e4e5 feat(javascript): add browser xhr requester (#115)
- 5a6aa3be feat(specs): improve consistency and naming (#96)
- 48ea9e1c feat(specs): add `servers` (#98)
- 622bce16 feat(specs): bundle specs (#91)
- 5ba87a0b feat(specs): add `abtesting` specs and client (#76)
- a12d2041 feat(specs): add objects endpoints (#54)
- 70f041f9 feat(specs): improve specs consistency (#51)
- 81d59150 feat(specs): add `search` endpoints (#50)
- 6587e945 feat(specs): add `dictionary` specs (#49)
- 1bb1322b feat(specs): search advanced endpoints APIC-197 (#40)
- 18fa5fab feat(specs): add `analytics` specs and client. (#36)
- c1ac7bea feat(specs): add `personalizaton` spec and client (#27)
- ef603fbf feat(specs): add `recommend` spec and client (#19)
- 47f71b96 feat(specs): add `settings` spec (#17)

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

### javascript
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/algoliasearch-lite",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/algoliasearch-lite",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/algoliasearch",
"version": "0.3.0",
"version": "0.4.0",
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -15,12 +15,12 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-analytics": "0.3.0",
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/client-personalization": "0.3.0",
"@experimental-api-clients-automation/client-search": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-analytics": "0.4.0",
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/client-personalization": "0.4.0",
"@experimental-api-clients-automation/client-search": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-abtesting",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-abtesting",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-analytics",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-analytics",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
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.3.0",
"version": "0.4.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/client-insights",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-insights",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-personalization",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-personalization",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-predict",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-predict",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-query-suggestions",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-query-suggestions",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-search",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-search",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/client-sources",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/client-sources",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@experimental-api-clients-automation/recommend",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript client for @experimental-api-clients-automation/recommend",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@experimental-api-clients-automation/client-common": "0.3.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0",
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
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.3.0",
"version": "0.4.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.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
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.3.0",
"version": "0.4.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.3.0"
"@experimental-api-clients-automation/client-common": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
Expand Down
Loading