We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 253d93c + 490b20d commit b99cbd5Copy full SHA for b99cbd5
CHANGELOG.md
@@ -1,8 +1,14 @@
1
-## latest
+## Latest
2
+
3
+### New Features
4
+- Added possibility to set client ID in `Referer` HTTP Header (https://github.com/ClickHouse/clickhouse-java/issues/1572)
5
6
### Bug Fixes
7
- Change RowBinaryWithDefaults settings. Output is changed from true to false
-- Fix failover for Apache HTTP client. Connect timeout error is not detected correctly
8
+- Fix fail over for Apache HTTP client. Connect timeout error is not detected correctly
9
+- Fix password logging in DEBUG (https://github.com/ClickHouse/clickhouse-java/issues/1571)
10
+- Fix handling "NoHttpResponseException" in Apache HTTP client
11
+- Fix param error in ByteUtils#equals in java9
12
13
## 0.6.0-patch3
14
0 commit comments