Skip to content

Commit 2984744

Browse files
committed
moved some items to a new features section
1 parent 7500f66 commit 2984744

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.9.1
22

3+
### New Features
4+
- [client-v2] Added option to set SNI for SSL connections. See `com.clickhouse.client.api.Client.Builder.sslSocketSNI` (https://github.com/ClickHouse/clickhouse-java/pull/2467)
5+
- [client-v2, jdbc-v2] Added support for `Time` and `Time64` data types. (https://github.com/ClickHouse/clickhouse-java/pull/2487)
6+
- [client-v2] Added utility methods to format `Instant` to a DB DateTime format. See `com.clickhouse.client.api.DataTypeUtils.formatInstant(java.time.Instant, com.clickhouse.data.ClickHouseDataType)` (https://github.com/ClickHouse/clickhouse-java/pull/2501, https://github.com/ClickHouse/clickhouse-java/issues/2456)
7+
8+
39
### Improvements
410
- [client-v2] Improved exceptions and error handling. The `com.clickhouse.client.api.ClickHouseException` became a root for
511
`ServerException` and `ClientException`. `com.clickhouse.client.api.ClickHouseException.isRetryable` is added to determine if
@@ -8,10 +14,7 @@ problem. (https://github.com/ClickHouse/clickhouse-java/pull/2453)
814
- [client-v2] Improved configuration handling. (https://github.com/ClickHouse/clickhouse-java/pull/2470)
915
- [client-v2] Custom type hint for the client to make `Reader` and `GenericRecord` return specific types. For example,
1016
collection instead of `Array`. (https://github.com/ClickHouse/clickhouse-java/pull/2476)
11-
- [client-v2] Added option to set SNI for SSL connections. (https://github.com/ClickHouse/clickhouse-java/pull/2467)
1217
- [client-v2] Added default port for HTTP and improved endpoint string validation - only one allowed. (https://github.com/ClickHouse/clickhouse-java/pull/2489)
13-
- [client-v2] Added utility methods to format `Instant` to a DB DateTime format. See `com.clickhouse.client.api.DataTypeUtils.formatInstant(java.time.Instant, com.clickhouse.data.ClickHouseDataType)` (https://github.com/ClickHouse/clickhouse-java/pull/2501, https://github.com/ClickHouse/clickhouse-java/issues/2456)
14-
- [client-v2, jdbc-v2] Added support for `Time` and `Time64` data types. (https://github.com/ClickHouse/clickhouse-java/pull/2487)
1518
- [client-v2] Improved handling error response. (https://github.com/ClickHouse/clickhouse-java/pull/2511)
1619

1720
### Bug Fixes

0 commit comments

Comments
 (0)