Skip to content

Releases: DarkWanderer/ClickHouse.Client

6.3.0

21 Dec 21:01
9a2580d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.3.0

6.2.0

22 Nov 08:50
2c2068e
Compare
Choose a tag to compare

What's Changed

  • ⚠️ ClickHouseConnection will not use pooled connections when in session mode #152
  • Fixed ClickHouseDecimal not being able to hanlde scale >28 #230
  • Fixed GetDecimal exception #229
  • Fixed precision loss when converting decimal.MaxValue #229

Full Changelog: 6.1.1...6.2.0

6.1.1

30 Oct 20:14
cf4ecc8
Compare
Choose a tag to compare

What's Changed

  • Fixed ClickHouseBulkCopy losing rows #218 #219

Full Changelog: 6.1.0...6.1.1

6.1.0

21 Oct 11:27
0b16b59
Compare
Choose a tag to compare
6.1.0 Pre-release
Pre-release

⚠️ Deprecation notice

Please note that this release is deprecated due to critical bug in ClickHouseBulkCopy (#218). Please use version 6.1.1 instead

What's Changed

  • Improved BulkCopy performance: serialize in main thread, send in background threads
  • Remove localized strings for now
  • Fix DateTimeKind if timezone is UTC #215

Full Changelog: 6.0.0...6.1.0

6.0.0

13 Oct 21:17
1c77b4c
Compare
Choose a tag to compare

⚠️BREAKING CHANGES⚠️

  • Starting from version 6, DateTime uses server timezone by default. Set UseServerTimezone to false to revert to old behavior
  • As netcoreapp2.1 went out of support, ClickHouse.Client has switched to netcoreapp3.1
  • Switched to using ClickHouseDecimal class for Decimal. This class is interoperable with regular decimal but is able to hold larger value ranges

Full Changelog: 5.1.1...6.0.0

5.1.1

19 Sep 18:20
fde1ed8
Compare
Choose a tag to compare

What's Changed

  • Adding QueryStats field to ClickHouseCommand

Full Changelog: 5.1.0...5.1.1

5.1.0

14 Sep 13:25
83995eb
Compare
Choose a tag to compare

What's Changed

  • Better bulk copy exceptions #188
  • New UseServerTimezone flag to tweak unspecified DateTime parsing behavior #95 #119 #124

Full Changelog: 5.0.4...5.1.0

5.0.4

31 Aug 07:56
5e880c8
Compare
Choose a tag to compare

What's Changed

  • Fixed race condition in slow networks, causing premature EndOfStreamException #184
  • Added experimental support for Geo types #84

Full Changelog: 5.0.3...5.0.4

5.0.3

06 Aug 11:36
4fe2093
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

04 Jul 14:40
Compare
Choose a tag to compare
  • Updated dependencies
  • Removed Newtonsoft.JSON
  • Fixed UInt128/UInt256 behavior with very large values

Full Changelog: 5.0.1...5.0.2