Skip to content

2.4.0

Compare
Choose a tag to compare
@Enmk Enmk released this 17 Apr 15:53
· 139 commits to master since this release
5a140ad

Fixes

  • fix bug in ColumnLowCardinality::Load (#270 by @den818)
  • fix bug with load/save Array with empty arrays (#272 by @den818)
  • Fix crash on invalid AST (#273 by @Enmk)
  • Fix getaddrinfo error reporting (#278 by @nUl1)
  • Fixed deprecation warning (#285 by @Enmk)

New features

New options (clickhouse::ClientOptions)

  • connection_connect_timeout - socket connect timeout, milliseconds
  • connection_recv_timeout - socket recv timeout, milliseconds
  • connection_send_timeout - socket send timeout, milliseconds

Other

CI/CD

  • Scheduling CI/CD runs on Monday midnight (#263 by @Enmk)
  • Explicitly using ubuntu-20.04 instead of ubuntu-latest (#264 by @Enmk)
  • Disabled system.query_logs-dependent unit-tests (#267 by @Enmk)
  • Don't run query id tests on non linux (#298 by @Enmk)
  • Fix Windows build (#299 by @Enmk)

New Contributors

Full Changelog: v2.3.0...v2.4.0