Skip to content

Commit 6955d3d

Browse files
committed
chore: prepare-release-2022-05-24
1 parent 5bf8914 commit 6955d3d

File tree

19 files changed

+201
-65
lines changed

19 files changed

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

clients/algoliasearch-client-javascript/CHANGELOG.md

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

361
### javascript

clients/algoliasearch-client-javascript/packages/algoliasearch-lite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/algoliasearch-lite",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/algoliasearch-lite",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/algoliasearch",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -15,12 +15,12 @@
1515
"clean": "rm -rf ./dist"
1616
},
1717
"dependencies": {
18-
"@experimental-api-clients-automation/client-analytics": "0.3.0",
19-
"@experimental-api-clients-automation/client-common": "0.3.0",
20-
"@experimental-api-clients-automation/client-personalization": "0.3.0",
21-
"@experimental-api-clients-automation/client-search": "0.3.0",
22-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
23-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
18+
"@experimental-api-clients-automation/client-analytics": "0.4.0",
19+
"@experimental-api-clients-automation/client-common": "0.4.0",
20+
"@experimental-api-clients-automation/client-personalization": "0.4.0",
21+
"@experimental-api-clients-automation/client-search": "0.4.0",
22+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
23+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2424
},
2525
"devDependencies": {
2626
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-abtesting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-abtesting",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-abtesting",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-analytics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-analytics",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-analytics",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-common",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",

clients/algoliasearch-client-javascript/packages/client-insights/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-insights",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-insights",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-personalization/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-personalization",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-personalization",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-predict/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-predict",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-predict",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-query-suggestions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-query-suggestions",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-query-suggestions",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-search/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-search",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-search",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/client-sources/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/client-sources",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/client-sources",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/recommend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/recommend",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "JavaScript client for @experimental-api-clients-automation/recommend",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -21,9 +21,9 @@
2121
"clean": "rm -rf ./dist"
2222
},
2323
"dependencies": {
24-
"@experimental-api-clients-automation/client-common": "0.3.0",
25-
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0",
26-
"@experimental-api-clients-automation/requester-node-http": "0.3.0"
24+
"@experimental-api-clients-automation/client-common": "0.4.0",
25+
"@experimental-api-clients-automation/requester-browser-xhr": "0.4.0",
26+
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
2727
},
2828
"devDependencies": {
2929
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/requester-browser-xhr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/requester-browser-xhr",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Promise-based request library for browser using xhr.",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"clean": "rm -rf dist/"
1919
},
2020
"dependencies": {
21-
"@experimental-api-clients-automation/client-common": "0.3.0"
21+
"@experimental-api-clients-automation/client-common": "0.4.0"
2222
},
2323
"devDependencies": {
2424
"@types/node": "16.11.26",

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@experimental-api-clients-automation/requester-node-http",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Promise-based request library for node using the native http module.",
55
"repository": "algolia/algoliasearch-client-javascript",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"clean": "rm -rf dist/"
1818
},
1919
"dependencies": {
20-
"@experimental-api-clients-automation/client-common": "0.3.0"
20+
"@experimental-api-clients-automation/client-common": "0.4.0"
2121
},
2222
"devDependencies": {
2323
"@types/node": "16.11.26",

0 commit comments

Comments
 (0)