Skip to content

v2.28.0

Compare
Choose a tag to compare
@jkaflik jkaflik released this 23 Aug 08:21
· 28 commits to main since this release

What's Changed

Fixes πŸ›

  • Fix Enum column definition parse logic to match ClickHouse spec by @jkaflik in #1380
  • Fix support custom serialization in Nested type by @jkaflik in #1381
  • Fix panic on nil map append by @jkaflik in #1383

Other Changes πŸ› 

  • Remove test coverage for deprecated Object('JSON') type by @jkaflik in #1377
  • Remove JSON type use from a context use example by @jkaflik in #1379
  • Make sure non-secure port is used during readiness check by @jkaflik in #1382
  • Deprecate Go 1.21 ended support and require Go 1.22 by @jkaflik in #1378

Full Changelog: v2.27.2...v2.28.0