Skip to content

Commit c26054a

Browse files
committed
doc: Update ChangeLog with 2.18.1 [skip ci]
1 parent 2ffd96b commit c26054a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

ChangeLog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# ChangeLog
22

3+
# [2.18.1](https://github.com/algolia/algoliasearch-client-java-2/compare/2.18.0...2.18.1) (2018-08-07)
4+
5+
### Summary
6+
7+
Hello everyone,
8+
9+
Quick patch release for our Java client because of a bug that was introduced in
10+
the previous version that would make calls to Algolia fail when debug logging
11+
was enabled.
12+
13+
The rest of the changes are internal only, aiming to make the testing suite run
14+
for both Algolia maintainers and external contributors. More on that later. ;)
15+
16+
### Changes
17+
18+
- **fix:** Prevent double-close of response's body when DEBUG logging is enabled ([2ffd96b](https://github.com/algolia/algoliasearch-client-java-2/commit/2ffd96b))
19+
- **test:** Prevent NullPointerException in waitForKeyNotPresent ([4050c19](https://github.com/algolia/algoliasearch-client-java-2/commit/4050c19))
20+
- **test:** Make shouldHandleSNI test work with both community/non-community PRs ([bef94ef](https://github.com/algolia/algoliasearch-client-java-2/commit/bef94ef))
21+
- **chore(travis):** Bypass key management tests for community PRs ([7adbb1c](https://github.com/algolia/algoliasearch-client-java-2/commit/7adbb1c))
22+
- **chore(travis):** Get Algolia credentials from API Key Dealer ([820b0df](https://github.com/algolia/algoliasearch-client-java-2/commit/820b0df))
23+
- **chore(travis):** Rename env variables ([735048f](https://github.com/algolia/algoliasearch-client-java-2/commit/735048f))
24+
- **chore(md):** Update contribution-related files ([ddb4607](https://github.com/algolia/algoliasearch-client-java-2/commit/ddb4607))
25+
- **misc:** Update README ([9fef4ea](https://github.com/algolia/algoliasearch-client-java-2/commit/9fef4ea))
26+
- **doc:** Rename ChangeLog into ChangeLog.md to enable Markdown rendering in Github ([83404cd](https://github.com/algolia/algoliasearch-client-java-2/commit/83404cd))
27+
- **misc:** [maven-release-plugin] prepare for next development iteration ([8175ac8](https://github.com/algolia/algoliasearch-client-java-2/commit/8175ac8))
28+
329
# [2.18.0](https://github.com/algolia/algoliasearch-client-java-2/compare/2.17.3...2.18.0) (2018-07-26)
430

531
### Summary

0 commit comments

Comments
 (0)