Skip to content

Releases: DarkWanderer/ClickHouse.Client

7.3.0

17 Apr 09:57
6a14b69
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.2.2...7.3.0

7.2.2

07 Apr 16:55
8cece7d
Compare
Choose a tag to compare

What's Changed

  • Fixed: ClickHouseDecimal: wrong conversion to integral types #459 #460

Full Changelog: 7.2.1...7.2.2

7.2.1

25 Mar 12:13
39fcbc0
Compare
Choose a tag to compare

What's Changed

  • Use POST query to get version/timezone

Full Changelog: 7.2.0...7.2.1

7.2.0

20 Mar 09:28
f609d8f
Compare
Choose a tag to compare

What's Changed

  • Added Decimal value-based type inference to better support Dapper INSERT queries
  • Remove Json type as unsupported

Full Changelog: 7.1.1...7.2.0

7.1.1

18 Feb 17:01
b58d851
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...7.1.1

7.1.0

14 Feb 10:54
8c19be4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.1.0

7.0.0

14 Jan 10:56
aae58a7
Compare
Choose a tag to compare

What's Changed

  • ⚠️BREAKING CHANGE⚠️ BulkCopy rewritten for performance - InitAsync is now required to use #419
  • Fixed schema description to allow DataTable.Load to work #428 in #429

Full Changelog: 6.8.1...7.0.0

7.0.0-alpha1

24 Dec 20:32
458e579
Compare
Choose a tag to compare
7.0.0-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: 6.8.1...7.0.0-alpha1

6.8.1

11 Nov 17:56
cfc0cf6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.8.0...6.8.1

6.8.0

06 Nov 18:48
096f515
Compare
Choose a tag to compare

What's Changed

ClickHouseBulkCopy

  • Added ColumnNames init property and InitAsync method, allowing to fetch target column types in advance and avoid loading them on every WriteToServerAsync invocation
  • Deprecated 2 overloads of WriteToServerAsync - will be removed in next major release

Other

  • Bumped dependency versions

Full Changelog: 6.7.5...6.8.0