You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
-**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))
0 commit comments