Releases: DarkWanderer/ClickHouse.Client
Releases · DarkWanderer/ClickHouse.Client
6.3.0
What's Changed
- Fixed querying Tuple with named values #127 by @DarkWanderer in #256
- Support for multi-word/alias types by @DarkWanderer in #257
- Fixed exception on Json serialization of ClickHouseDecimal #241 by @DarkWanderer in #258
Full Changelog: 6.2.0...6.3.0
6.2.0
6.1.1
6.1.0
⚠️ 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
⚠️ BREAKING CHANGES⚠️
- Starting from version 6,
DateTime
uses server timezone by default. SetUseServerTimezone
tofalse
to revert to old behavior - As netcoreapp2.1 went out of support,
ClickHouse.Client
has switched tonetcoreapp3.1
- Switched to using
ClickHouseDecimal
class for Decimal. This class is interoperable with regulardecimal
but is able to hold larger value ranges
Full Changelog: 5.1.1...6.0.0
5.1.1
5.1.0
5.0.4
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
What's Changed
- Switch to latest language version by @DarkWanderer in #146
- Enable GitHub Actions summary for coverage by @DarkWanderer in #147
- Merge coverage and regression into one config by @DarkWanderer in #148
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #164
- Bump actions/checkout from 2 to 3 by @dependabot in #163
- Bump actions/setup-dotnet from 1 to 2 by @dependabot in #161
- Bump irongut/CodeCoverageSummary from 1.2.0 to 1.3.0 by @dependabot in #162
- Bump Moq from 4.18.1 to 4.18.2 by @dependabot in #160
- Bump actions/download-artifact from 2 to 3 by @dependabot in #159
- Bump Microsoft.EntityFrameworkCore from 5.0.13 to 6.0.7 by @dependabot in #156
- Add SecurityCodeScan by @DarkWanderer in #165
- Use
WHERE 1=0
instead ofLIMIT 0
in BulkCopy #153 by @DarkWanderer in #166 - Adding 2 more custom DataReader methods. Closes #150 #151 by @DarkWanderer in #168
New Contributors
- @dependabot made their first contribution in #164
Full Changelog: 5.0.2...5.0.3
5.0.2
- Updated dependencies
- Removed Newtonsoft.JSON
- Fixed
UInt128
/UInt256
behavior with very large values
Full Changelog: 5.0.1...5.0.2