Skip to content

Releases: ClickHouse/clickhouse-connect

v0.8.3 Async Client Executor Threads

08 Oct 01:32
ffd01f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2 Arrow Insert Compression

04 Oct 16:08
5b13e6b
Compare
Choose a tag to compare

What's Changed

  • Arrow compression plus another http buffer tweak by @genzgd in #404

Full Changelog: V0.8.1...v0.8.2

V0.8.1 Buffer Cleanup

29 Sep 19:37
5d85563
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...V0.8.1

v0.8.0 New JSON support

26 Sep 01:04
d113091
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.19...v0.8.0

v0.7.19 Fix exception on very large insert rows

21 Aug 21:47
58fbbc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.18...v0.7.19

v0.7.18 Don't throw on retrieving os_user

30 Jul 16:06
2ee0e4b
Compare
Choose a tag to compare

What's Changed

  • Don't throw exception if unable to get os_user by @genzgd in #381

Full Changelog: v0.7.17...v0.7.18

v0.7.17 Fix server_tz, add os_user

24 Jul 11:24
1550e89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.16...v0.7.17

v0.7.16 -- AsyncClient wrapper

08 Jul 17:54
ee3af79
Compare
Choose a tag to compare

Improvement

  • Added the AsyncClient wrapper which is intended for asyncio environment usage. AsyncClient has the same methods with the same parameters as the standard Client, but they are coroutines when applicable. Internally, these methods from the Client that perform I/O operations are wrapped in a run_in_executor call.
    See also the updated run_async example.

Full Changelog: v0.7.15...v0.7.16

v0.7.15 Allow mutual TLS https proxy

01 Jul 09:06
61b4430
Compare
Choose a tag to compare

What's Changed

  • Allow using client cert and key with mutual TLS proxy by @genzgd in #373

Full Changelog: v0.7.14...v0.7.15

v0.7.14 Fix UUID with dashes

24 Jun 21:01
801539f
Compare
Choose a tag to compare

What's Changed

  • Add an example of how to run async by @genzgd in #359
  • Added minimum version for tzlocal by @drew-talon in #362
  • Sercurity issue: remove clickhouse server ip & port in the exception by @andy1xx8 in #364
  • Add the ability to bind binary data parameters by @genzgd in #365
  • Update version for v0.7.13 by @genzgd in #366
  • Update version for v0.7.14, fix UUID dashes by @genzgd in #369

New Contributors

Full Changelog: v0.7.12...v0.7.14