Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 13:36
· 11 commits to master since this release

Added

  • Add request timeout option (#632).

Changed

  • Updated connection schema, Server now in uri format. That's mean you need
    to specify protocol (#634).
  • Removed useHTTPS option. If you need a HTTPS connection,
    specify it in server, e.g. https://node01.clickhouse.cloud.
  • Updated dependencies.