-
Notifications
You must be signed in to change notification settings - Fork 21
chore: fix changelog format #791
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
## [4.3.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.4-SNAPSHOT...4.3.0-SNAPSHOT) | ||
|
||
- 23a72c39 fix(specs): correct type for highlightResult and snippetResult (#783) | ||
- a11e84da fix(specs): fix missing params and types (#772) | ||
- bc14a8c5 feat(specs): Add tags to the settings and search params (#768) | ||
- [23a72c39](https://github.com/algolia/api-clients-automation/commit/23a72c39) fix(specs): correct type for highlightResult and snippetResult (#783) | ||
- [a11e84da](https://github.com/algolia/api-clients-automation/commit/a11e84da) fix(specs): fix missing params and types (#772) | ||
- [bc14a8c5](https://github.com/algolia/api-clients-automation/commit/bc14a8c5) feat(specs): Add tags to the settings and search params (#768) | ||
|
||
## [4.2.4-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.2-SNAPSHOT...4.2.4-SNAPSHOT) | ||
|
||
- ce95833f fix(java): rename one of methods for better dx APIC-539 (#763) | ||
- [ce95833f](https://github.com/algolia/api-clients-automation/commit/ce95833f) fix(java): rename one of methods for better dx APIC-539 (#763) | ||
|
||
## [4.2.2-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.1-SNAPSHOT...4.2.2-SNAPSHOT) | ||
|
||
- 7a858225 fix(specs): correct type for `renderingContent` and `consequenceParams` (#759) | ||
- [7a858225](https://github.com/algolia/api-clients-automation/commit/7a858225) fix(specs): correct type for `renderingContent` and `consequenceParams` (#759) | ||
|
||
## [4.2.1-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.2.0-SNAPSHOT...4.2.1-SNAPSHOT) | ||
|
||
- 1756059a fix(java): use body as error message APIC-541 (#734) | ||
- [1756059a](https://github.com/algolia/api-clients-automation/commit/1756059a) fix(java): use body as error message APIC-541 (#734) | ||
|
||
## [4.2.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.1.0-SNAPSHOT...4.2.0-SNAPSHOT) | ||
|
||
- 61343d52 fix(specs): correct type for `typoTolerance` (#722) | ||
- c917710b fix(specs): types and parameters (#708) | ||
- 762836b1 fix(java): catch null exception for ClientOptions APIC-537 (#703) | ||
- 90e531a1 fix(java): add javadoc to all methods APIC-538 (#704) | ||
- 14190d7b feat(java): enable custom level debug APIC-535 (#705) | ||
- 95b5ae77 feat(java): remove default and strict test (#701) | ||
- 38c0ddc0 fix(java): use batch and class in playground and doc (#696) | ||
- [61343d52](https://github.com/algolia/api-clients-automation/commit/61343d52) fix(specs): correct type for `typoTolerance` (#722) | ||
- [c917710b](https://github.com/algolia/api-clients-automation/commit/c917710b) fix(specs): types and parameters (#708) | ||
- [762836b1](https://github.com/algolia/api-clients-automation/commit/762836b1) fix(java): catch null exception for ClientOptions APIC-537 (#703) | ||
- [90e531a1](https://github.com/algolia/api-clients-automation/commit/90e531a1) fix(java): add javadoc to all methods APIC-538 (#704) | ||
- [14190d7b](https://github.com/algolia/api-clients-automation/commit/14190d7b) feat(java): enable custom level debug APIC-535 (#705) | ||
- [95b5ae77](https://github.com/algolia/api-clients-automation/commit/95b5ae77) feat(java): remove default and strict test (#701) | ||
- [38c0ddc0](https://github.com/algolia/api-clients-automation/commit/38c0ddc0) fix(java): use batch and class in playground and doc (#696) | ||
|
||
## [4.1.0-SNAPSHOT](https://github.com/algolia/algoliasearch-client-java-2/compare/4.0.0-SNAPSHOT...4.1.0-SNAPSHOT) | ||
|
||
- baaf7674 fix(clients): rename `maxTrial` to `maxRetries` (#659) | ||
- cbd81a21 fix(java): use addAlgoliaAgent (#652) | ||
- d6305145 feat(java): replace EchoRequester by Interceptor APIC-522 (#648) | ||
- 6d579aeb feat(java): java client cts APIC-467 (#626) | ||
- ea03526e fix(specs): rename rules and synonyms methods (#642) | ||
- 04995a39 feat(java): use ClientOptions in client constructor (#623) | ||
- 6acaa20d fix(java): use outputs on release workflow (#640) | ||
- 2b25962e fix(java): github action release (#573) | ||
- 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) | ||
- bf5203ef feat(clients): retrieve hosts from spec file (#111) | ||
- 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) | ||
- [baaf7674](https://github.com/algolia/api-clients-automation/commit/baaf7674) fix(clients): rename `maxTrial` to `maxRetries` (#659) | ||
- [cbd81a21](https://github.com/algolia/api-clients-automation/commit/cbd81a21) fix(java): use addAlgoliaAgent (#652) | ||
- [d6305145](https://github.com/algolia/api-clients-automation/commit/d6305145) feat(java): replace EchoRequester by Interceptor APIC-522 (#648) | ||
- [6d579aeb](https://github.com/algolia/api-clients-automation/commit/6d579aeb) feat(java): java client cts APIC-467 (#626) | ||
- [ea03526e](https://github.com/algolia/api-clients-automation/commit/ea03526e) fix(specs): rename rules and synonyms methods (#642) | ||
- [04995a39](https://github.com/algolia/api-clients-automation/commit/04995a39) feat(java): use ClientOptions in client constructor (#623) | ||
- [6acaa20d](https://github.com/algolia/api-clients-automation/commit/6acaa20d) fix(java): use outputs on release workflow (#640) | ||
- [2b25962e](https://github.com/algolia/api-clients-automation/commit/2b25962e) fix(java): github action release (#573) | ||
- [b8e6be72](https://github.com/algolia/api-clients-automation/commit/b8e6be72) fix(specs): correctly pass `searchParams` to the request (#531) | ||
- [bf427124](https://github.com/algolia/api-clients-automation/commit/bf427124) fix(specs): allow `POST` methods to send `read` requests (#525) | ||
- [1ba6c862](https://github.com/algolia/api-clients-automation/commit/1ba6c862) feat(java): waitForTask APIC-478 (#521) | ||
- [0d23c52c](https://github.com/algolia/api-clients-automation/commit/0d23c52c) fix(specs): rename `search` method (#514) | ||
- [3b3d7067](https://github.com/algolia/api-clients-automation/commit/3b3d7067) fix(specs): correct mistakes (#509) | ||
- [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) | ||
- [340b7bd5](https://github.com/algolia/api-clients-automation/commit/340b7bd5) fix(specs): correct type for taskID APIC-478 (#504) | ||
- [57f0edde](https://github.com/algolia/api-clients-automation/commit/57f0edde) fix(java): release package with name algoliasearch-client-java (#498) | ||
- [e86e8703](https://github.com/algolia/api-clients-automation/commit/e86e8703) feat(java): deserialize oneof (#492) | ||
- [c5ac1854](https://github.com/algolia/api-clients-automation/commit/c5ac1854) feat(java): add `requestOptions` (#487) | ||
- [961a4b5f](https://github.com/algolia/api-clients-automation/commit/961a4b5f) feat(java): replace callbacks by CompletableFuture APIC-421 (#452) | ||
- [949c3f21](https://github.com/algolia/api-clients-automation/commit/949c3f21) fix(java): use Map for query parameters (#484) | ||
- [3d626121](https://github.com/algolia/api-clients-automation/commit/3d626121) docs(java): installation guide APIC-419 (#481) | ||
- [b4ff3ffa](https://github.com/algolia/api-clients-automation/commit/b4ff3ffa) chore(java): move the source code to the correct folder (#429) | ||
- [cdafe8b8](https://github.com/algolia/api-clients-automation/commit/cdafe8b8) fix(java): cache common files (#427) | ||
- [554bc2b5](https://github.com/algolia/api-clients-automation/commit/554bc2b5) feat(java): add fat jar (#272) | ||
- [32416dc5](https://github.com/algolia/api-clients-automation/commit/32416dc5) feat(java): release process (take 2) APIC-411 (#422) | ||
- [fa65dfb8](https://github.com/algolia/api-clients-automation/commit/fa65dfb8) Revert "feat(java): release process APIC-411 (#411)" (#420) | ||
- [12e309e0](https://github.com/algolia/api-clients-automation/commit/12e309e0) feat(java): release process APIC-411 (#411) | ||
- [ed33e02f](https://github.com/algolia/api-clients-automation/commit/ed33e02f) fix(java): move code to src folder APIC-411 (#387) | ||
- [f01a5b96](https://github.com/algolia/api-clients-automation/commit/f01a5b96) feat(java): generate all clients APIC-410 (#359) | ||
- [97c1aaf6](https://github.com/algolia/api-clients-automation/commit/97c1aaf6) feat(java): add algolia user agent APIC-338 (#347) | ||
- [34ad2c1f](https://github.com/algolia/api-clients-automation/commit/34ad2c1f) fix(java): apply Mouaad suggestions APIC-396 (#344) | ||
- [e4a064f4](https://github.com/algolia/api-clients-automation/commit/e4a064f4) feat(java): retry strategy APIC-261 (#286) | ||
- [f51984f2](https://github.com/algolia/api-clients-automation/commit/f51984f2) fix(java): escape oneOf naming (#268) | ||
- [dbb1be75](https://github.com/algolia/api-clients-automation/commit/dbb1be75) fix(java): solve oneOf using a custom generator APIC-300 (#125) | ||
- [5b70cadc](https://github.com/algolia/api-clients-automation/commit/5b70cadc) feat(java): CTS APIC-253 (#102) | ||
- [bf5203ef](https://github.com/algolia/api-clients-automation/commit/bf5203ef) feat(clients): retrieve hosts from spec file (#111) | ||
- [5a6aa3be](https://github.com/algolia/api-clients-automation/commit/5a6aa3be) feat(specs): improve consistency and naming (#96) | ||
- [48ea9e1c](https://github.com/algolia/api-clients-automation/commit/48ea9e1c) feat(specs): add `servers` (#98) | ||
- [622bce16](https://github.com/algolia/api-clients-automation/commit/622bce16) feat(specs): bundle specs (#91) | ||
- [eeabfe0a](https://github.com/algolia/api-clients-automation/commit/eeabfe0a) fix(java): remove summaries from doc (#93) | ||
- [5ba87a0b](https://github.com/algolia/api-clients-automation/commit/5ba87a0b) feat(specs): add `abtesting` specs and client (#76) | ||
- [a12d2041](https://github.com/algolia/api-clients-automation/commit/a12d2041) feat(specs): add objects endpoints (#54) | ||
- [70f041f9](https://github.com/algolia/api-clients-automation/commit/70f041f9) feat(specs): improve specs consistency (#51) | ||
- [81d59150](https://github.com/algolia/api-clients-automation/commit/81d59150) feat(specs): add `search` endpoints (#50) | ||
- [6587e945](https://github.com/algolia/api-clients-automation/commit/6587e945) feat(specs): add `dictionary` specs (#49) | ||
- [1bb1322b](https://github.com/algolia/api-clients-automation/commit/1bb1322b) feat(specs): search advanced endpoints APIC-197 (#40) | ||
- [18fa5fab](https://github.com/algolia/api-clients-automation/commit/18fa5fab) feat(specs): add `analytics` specs and client. (#36) | ||
- [c1ac7bea](https://github.com/algolia/api-clients-automation/commit/c1ac7bea) feat(specs): add `personalizaton` spec and client (#27) | ||
- [ef603fbf](https://github.com/algolia/api-clients-automation/commit/ef603fbf) feat(specs): add `recommend` spec and client (#19) | ||
- [47f71b96](https://github.com/algolia/api-clients-automation/commit/47f71b96) feat(specs): add `settings` spec (#17) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blasphemy to update the existing changelog 😱 !
it's like trying to cover a murder ahah
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:DD I don't see what you mean