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