Skip to content

Commit 4932653

Browse files
committed
Update changelog for 0.3.0
1 parent cceb1cf commit 4932653

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.3.0
2+
* BREAKING CHANGE - dropped JDK 7 support
3+
* BREAKING CHANGE - removed Guava dependency(and so is UnsignedLong)
4+
* JDBC 4.2 support
5+
* add connection setting client_name for load-balancing and troubleshooting
6+
* add writeBytes & writeUUIDArray and remove UnsignedLong related methods in ClickHouseRowBinaryStream
7+
* support more data types: IPv4, IPv6, Int128, UInt128, Int256, UInt256, Decimal256, DateTime*, and Map
8+
* support ORC/Parquet streaming
9+
* support read/write Bitmap from/into AggregateFunction(groupBitmap, UInt[8-64]) column
10+
* throw SQLException instead of RuntimeException when instantiating ClickHouseConnectionImpl
11+
* fix error when using ClickHouseCompression.none against 19.16
12+
* fix NegativeArraySizeException when dealing with large array
13+
* fix datetime/date display issue caused by timezone differences(between client and column/server)
114
0.2.6
215
* add new feature for sending compressed files/streams
316
* introduce an experimental SQL parser to fix parsing related issues - set connection setting use_new_parser to false to disable

0 commit comments

Comments
 (0)