|
1 | 1 | ## [4.3.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.4-SNAPSHOT...4.3.0-SNAPSHOT)
|
2 | 2 |
|
3 |
| -- 23a72c39 fix(specs): correct type for highlightResult and snippetResult (#783) |
4 |
| -- a11e84da fix(specs): fix missing params and types (#772) |
5 |
| -- bc14a8c5 feat(specs): Add tags to the settings and search params (#768) |
| 3 | +- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783) |
| 4 | +- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types (#772) |
| 5 | +- [bc14a8c5](https://github.com/algolia/api-clients-automation/commit/bc14a8c5) feat(specs): Add tags to the settings and search params (#768) |
6 | 6 |
|
7 | 7 | ## [4.2.4-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.2-SNAPSHOT...4.2.4-SNAPSHOT)
|
8 | 8 |
|
9 |
| -- ce95833f fix(java): rename one of methods for better dx APIC-539 (#763) |
| 9 | +- [ce95833f](https://github.com/algolia/api-clients-automation/commit/ce95833f) fix(java): rename one of methods for better dx APIC-539 (#763) |
10 | 10 |
|
11 | 11 | ## [4.2.2-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.1-SNAPSHOT...4.2.2-SNAPSHOT)
|
12 | 12 |
|
13 |
| -- 7a858225 fix(specs): correct type for `renderingContent` and `consequenceParams` (#759) |
| 13 | +- [7a858225](https://github.com/algolia/api-clients-automation/commit/7a858225) fix(specs): correct type for `renderingContent` and `consequenceParams` (#759) |
14 | 14 |
|
15 | 15 | ## [4.2.1-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.0-SNAPSHOT...4.2.1-SNAPSHOT)
|
16 | 16 |
|
17 |
| -- 1756059a fix(java): use body as error message APIC-541 (#734) |
| 17 | +- [1756059a](https://github.com/algolia/api-clients-automation/commit/1756059a) fix(java): use body as error message APIC-541 (#734) |
18 | 18 |
|
19 | 19 | ## [4.2.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.1.0-SNAPSHOT...4.2.0-SNAPSHOT)
|
20 | 20 |
|
21 |
| -- 61343d52 fix(specs): correct type for `typoTolerance` (#722) |
22 |
| -- c917710b fix(specs): types and parameters (#708) |
23 |
| -- 762836b1 fix(java): catch null exception for ClientOptions APIC-537 (#703) |
24 |
| -- 90e531a1 fix(java): add javadoc to all methods APIC-538 (#704) |
25 |
| -- 14190d7b feat(java): enable custom level debug APIC-535 (#705) |
26 |
| -- 95b5ae77 feat(java): remove default and strict test (#701) |
27 |
| -- 38c0ddc0 fix(java): use batch and class in playground and doc (#696) |
| 21 | +- [61343d52](https://github.com/algolia/api-clients-automation/commit/61343d52) fix(specs): correct type for `typoTolerance` (#722) |
| 22 | +- [c917710b](https://github.com/algolia/api-clients-automation/commit/c917710b) fix(specs): types and parameters (#708) |
| 23 | +- [762836b1](https://github.com/algolia/api-clients-automation/commit/762836b1) fix(java): catch null exception for ClientOptions APIC-537 (#703) |
| 24 | +- [90e531a1](https://github.com/algolia/api-clients-automation/commit/90e531a1) fix(java): add javadoc to all methods APIC-538 (#704) |
| 25 | +- [14190d7b](https://github.com/algolia/api-clients-automation/commit/14190d7b) feat(java): enable custom level debug APIC-535 (#705) |
| 26 | +- [95b5ae77](https://github.com/algolia/api-clients-automation/commit/95b5ae77) feat(java): remove default and strict test (#701) |
| 27 | +- [38c0ddc0](https://github.com/algolia/api-clients-automation/commit/38c0ddc0) fix(java): use batch and class in playground and doc (#696) |
28 | 28 |
|
29 | 29 | ## [4.1.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.0.0-SNAPSHOT...4.1.0-SNAPSHOT)
|
30 | 30 |
|
31 |
| -- baaf7674 fix(clients): rename `maxTrial` to `maxRetries` (#659) |
32 |
| -- cbd81a21 fix(java): use addAlgoliaAgent (#652) |
33 |
| -- d6305145 feat(java): replace EchoRequester by Interceptor APIC-522 (#648) |
34 |
| -- 6d579aeb feat(java): java client cts APIC-467 (#626) |
35 |
| -- ea03526e fix(specs): rename rules and synonyms methods (#642) |
36 |
| -- 04995a39 feat(java): use ClientOptions in client constructor (#623) |
37 |
| -- 6acaa20d fix(java): use outputs on release workflow (#640) |
38 |
| -- 2b25962e fix(java): github action release (#573) |
39 |
| -- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531) |
40 |
| -- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525) |
41 |
| -- 1ba6c862 feat(java): waitForTask APIC-478 (#521) |
42 |
| -- 0d23c52c fix(specs): rename `search` method (#514) |
43 |
| -- 3b3d7067 fix(specs): correct mistakes (#509) |
44 |
| -- 6361b602 style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512) |
45 |
| -- 340b7bd5 fix(specs): correct type for taskID APIC-478 (#504) |
46 |
| -- 57f0edde fix(java): release package with name algoliasearch-client-java (#498) |
47 |
| -- e86e8703 feat(java): deserialize oneof (#492) |
48 |
| -- c5ac1854 feat(java): add `requestOptions` (#487) |
49 |
| -- 961a4b5f feat(java): replace callbacks by CompletableFuture APIC-421 (#452) |
50 |
| -- 949c3f21 fix(java): use Map for query parameters (#484) |
51 |
| -- 3d626121 docs(java): installation guide APIC-419 (#481) |
52 |
| -- b4ff3ffa chore(java): move the source code to the correct folder (#429) |
53 |
| -- cdafe8b8 fix(java): cache common files (#427) |
54 |
| -- 554bc2b5 feat(java): add fat jar (#272) |
55 |
| -- 32416dc5 feat(java): release process (take 2) APIC-411 (#422) |
56 |
| -- fa65dfb8 Revert "feat(java): release process APIC-411 (#411)" (#420) |
57 |
| -- 12e309e0 feat(java): release process APIC-411 (#411) |
58 |
| -- ed33e02f fix(java): move code to src folder APIC-411 (#387) |
59 |
| -- f01a5b96 feat(java): generate all clients APIC-410 (#359) |
60 |
| -- 97c1aaf6 feat(java): add algolia user agent APIC-338 (#347) |
61 |
| -- 34ad2c1f fix(java): apply Mouaad suggestions APIC-396 (#344) |
62 |
| -- e4a064f4 feat(java): retry strategy APIC-261 (#286) |
63 |
| -- f51984f2 fix(java): escape oneOf naming (#268) |
64 |
| -- dbb1be75 fix(java): solve oneOf using a custom generator APIC-300 (#125) |
65 |
| -- 5b70cadc feat(java): CTS APIC-253 (#102) |
66 |
| -- bf5203ef feat(clients): retrieve hosts from spec file (#111) |
67 |
| -- 5a6aa3be feat(specs): improve consistency and naming (#96) |
68 |
| -- 48ea9e1c feat(specs): add `servers` (#98) |
69 |
| -- 622bce16 feat(specs): bundle specs (#91) |
70 |
| -- eeabfe0a fix(java): remove summaries from doc (#93) |
71 |
| -- 5ba87a0b feat(specs): add `abtesting` specs and client (#76) |
72 |
| -- a12d2041 feat(specs): add objects endpoints (#54) |
73 |
| -- 70f041f9 feat(specs): improve specs consistency (#51) |
74 |
| -- 81d59150 feat(specs): add `search` endpoints (#50) |
75 |
| -- 6587e945 feat(specs): add `dictionary` specs (#49) |
76 |
| -- 1bb1322b feat(specs): search advanced endpoints APIC-197 (#40) |
77 |
| -- 18fa5fab feat(specs): add `analytics` specs and client. (#36) |
78 |
| -- c1ac7bea feat(specs): add `personalizaton` spec and client (#27) |
79 |
| -- ef603fbf feat(specs): add `recommend` spec and client (#19) |
80 |
| -- 47f71b96 feat(specs): add `settings` spec (#17) |
| 31 | +- [baaf7674](https://github.com/algolia/api-clients-automation/commit/baaf7674) fix(clients): rename `maxTrial` to `maxRetries` (#659) |
| 32 | +- [cbd81a21](https://github.com/algolia/api-clients-automation/commit/cbd81a21) fix(java): use addAlgoliaAgent (#652) |
| 33 | +- [d6305145](https://github.com/algolia/api-clients-automation/commit/d6305145) feat(java): replace EchoRequester by Interceptor APIC-522 (#648) |
| 34 | +- [6d579aeb](https://github.com/algolia/api-clients-automation/commit/6d579aeb) feat(java): java client cts APIC-467 (#626) |
| 35 | +- [ea03526e](https://github.com/algolia/api-clients-automation/commit/ea03526e) fix(specs): rename rules and synonyms methods (#642) |
| 36 | +- [04995a39](https://github.com/algolia/api-clients-automation/commit/04995a39) feat(java): use ClientOptions in client constructor (#623) |
| 37 | +- [6acaa20d](https://github.com/algolia/api-clients-automation/commit/6acaa20d) fix(java): use outputs on release workflow (#640) |
| 38 | +- [2b25962e](https://github.com/algolia/api-clients-automation/commit/2b25962e) fix(java): github action release (#573) |
| 39 | +- [b8e6be72](https://github.com/algolia/api-clients-automation/commit/b8e6be72) fix(specs): correctly pass `searchParams` to the request (#531) |
| 40 | +- [bf427124](https://github.com/algolia/api-clients-automation/commit/bf427124) fix(specs): allow `POST` methods to send `read` requests (#525) |
| 41 | +- [1ba6c862](https://github.com/algolia/api-clients-automation/commit/1ba6c862) feat(java): waitForTask APIC-478 (#521) |
| 42 | +- [0d23c52c](https://github.com/algolia/api-clients-automation/commit/0d23c52c) fix(specs): rename `search` method (#514) |
| 43 | +- [3b3d7067](https://github.com/algolia/api-clients-automation/commit/3b3d7067) fix(specs): correct mistakes (#509) |
| 44 | +- [6361b602](https://github.com/algolia/api-clients-automation/commit/6361b602) style(specs): add out-of-line-one-of rule (and allOf and anyOf) APIC-418 (#512) |
| 45 | +- [340b7bd5](https://github.com/algolia/api-clients-automation/commit/340b7bd5) fix(specs): correct type for taskID APIC-478 (#504) |
| 46 | +- [57f0edde](https://github.com/algolia/api-clients-automation/commit/57f0edde) fix(java): release package with name algoliasearch-client-java (#498) |
| 47 | +- [e86e8703](https://github.com/algolia/api-clients-automation/commit/e86e8703) feat(java): deserialize oneof (#492) |
| 48 | +- [c5ac1854](https://github.com/algolia/api-clients-automation/commit/c5ac1854) feat(java): add `requestOptions` (#487) |
| 49 | +- [961a4b5f](https://github.com/algolia/api-clients-automation/commit/961a4b5f) feat(java): replace callbacks by CompletableFuture APIC-421 (#452) |
| 50 | +- [949c3f21](https://github.com/algolia/api-clients-automation/commit/949c3f21) fix(java): use Map for query parameters (#484) |
| 51 | +- [3d626121](https://github.com/algolia/api-clients-automation/commit/3d626121) docs(java): installation guide APIC-419 (#481) |
| 52 | +- [b4ff3ffa](https://github.com/algolia/api-clients-automation/commit/b4ff3ffa) chore(java): move the source code to the correct folder (#429) |
| 53 | +- [cdafe8b8](https://github.com/algolia/api-clients-automation/commit/cdafe8b8) fix(java): cache common files (#427) |
| 54 | +- [554bc2b5](https://github.com/algolia/api-clients-automation/commit/554bc2b5) feat(java): add fat jar (#272) |
| 55 | +- [32416dc5](https://github.com/algolia/api-clients-automation/commit/32416dc5) feat(java): release process (take 2) APIC-411 (#422) |
| 56 | +- [fa65dfb8](https://github.com/algolia/api-clients-automation/commit/fa65dfb8) Revert "feat(java): release process APIC-411 (#411)" (#420) |
| 57 | +- [12e309e0](https://github.com/algolia/api-clients-automation/commit/12e309e0) feat(java): release process APIC-411 (#411) |
| 58 | +- [ed33e02f](https://github.com/algolia/api-clients-automation/commit/ed33e02f) fix(java): move code to src folder APIC-411 (#387) |
| 59 | +- [f01a5b96](https://github.com/algolia/api-clients-automation/commit/f01a5b96) feat(java): generate all clients APIC-410 (#359) |
| 60 | +- [97c1aaf6](https://github.com/algolia/api-clients-automation/commit/97c1aaf6) feat(java): add algolia user agent APIC-338 (#347) |
| 61 | +- [34ad2c1f](https://github.com/algolia/api-clients-automation/commit/34ad2c1f) fix(java): apply Mouaad suggestions APIC-396 (#344) |
| 62 | +- [e4a064f4](https://github.com/algolia/api-clients-automation/commit/e4a064f4) feat(java): retry strategy APIC-261 (#286) |
| 63 | +- [f51984f2](https://github.com/algolia/api-clients-automation/commit/f51984f2) fix(java): escape oneOf naming (#268) |
| 64 | +- [dbb1be75](https://github.com/algolia/api-clients-automation/commit/dbb1be75) fix(java): solve oneOf using a custom generator APIC-300 (#125) |
| 65 | +- [5b70cadc](https://github.com/algolia/api-clients-automation/commit/5b70cadc) feat(java): CTS APIC-253 (#102) |
| 66 | +- [bf5203ef](https://github.com/algolia/api-clients-automation/commit/bf5203ef) feat(clients): retrieve hosts from spec file (#111) |
| 67 | +- [5a6aa3be](https://github.com/algolia/api-clients-automation/commit/5a6aa3be) feat(specs): improve consistency and naming (#96) |
| 68 | +- [48ea9e1c](https://github.com/algolia/api-clients-automation/commit/48ea9e1c) feat(specs): add `servers` (#98) |
| 69 | +- [622bce16](https://github.com/algolia/api-clients-automation/commit/622bce16) feat(specs): bundle specs (#91) |
| 70 | +- [eeabfe0a](https://github.com/algolia/api-clients-automation/commit/eeabfe0a) fix(java): remove summaries from doc (#93) |
| 71 | +- [5ba87a0b](https://github.com/algolia/api-clients-automation/commit/5ba87a0b) feat(specs): add `abtesting` specs and client (#76) |
| 72 | +- [a12d2041](https://github.com/algolia/api-clients-automation/commit/a12d2041) feat(specs): add objects endpoints (#54) |
| 73 | +- [70f041f9](https://github.com/algolia/api-clients-automation/commit/70f041f9) feat(specs): improve specs consistency (#51) |
| 74 | +- [81d59150](https://github.com/algolia/api-clients-automation/commit/81d59150) feat(specs): add `search` endpoints (#50) |
| 75 | +- [6587e945](https://github.com/algolia/api-clients-automation/commit/6587e945) feat(specs): add `dictionary` specs (#49) |
| 76 | +- [1bb1322b](https://github.com/algolia/api-clients-automation/commit/1bb1322b) feat(specs): search advanced endpoints APIC-197 (#40) |
| 77 | +- [18fa5fab](https://github.com/algolia/api-clients-automation/commit/18fa5fab) feat(specs): add `analytics` specs and client. (#36) |
| 78 | +- [c1ac7bea](https://github.com/algolia/api-clients-automation/commit/c1ac7bea) feat(specs): add `personalizaton` spec and client (#27) |
| 79 | +- [ef603fbf](https://github.com/algolia/api-clients-automation/commit/ef603fbf) feat(specs): add `recommend` spec and client (#19) |
| 80 | +- [47f71b96](https://github.com/algolia/api-clients-automation/commit/47f71b96) feat(specs): add `settings` spec (#17) |
0 commit comments