Releases: DarkWanderer/ClickHouse.Client
Releases · DarkWanderer/ClickHouse.Client
7.3.0
What's Changed
- Fixed nested handling in BulkCopy. fixes #465 by @DarkWanderer in #468
Full Changelog: 7.2.2...7.3.0
7.2.2
What's Changed
Full Changelog: 7.2.1...7.2.2
7.2.1
7.2.0
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
What's Changed
- Conceal password in activity traces by @DarkWanderer in #439
Full Changelog: 7.1.0...7.1.1
7.1.0
7.0.0
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
What's Changed
- Add static factory instance #372 by @DarkWanderer in #394
- BulkCopy rewritten for fully parallel execution - including compression @DarkWanderer in #419
Full Changelog: 6.8.1...7.0.0-alpha1
6.8.1
What's Changed
- Allow to load columns during InitAsync automatically #376 by @DarkWanderer in #387
Full Changelog: 6.8.0...6.8.1
6.8.0
What's Changed
ClickHouseBulkCopy
- Added
ColumnNames
init property andInitAsync
method, allowing to fetch target column types in advance and avoid loading them on everyWriteToServerAsync
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