Skip to content

Releases: ClickHouse/clickhouse-connect

v0.8.18 Collected bug fixes

24 Jun 17:59
ca60aa1
Compare
Choose a tag to compare

What's Changed

  • Fix SQLAlchemy execution error by using text() function by @lakako in #491
  • Test fixes for main by @genzgd in #497
  • Ensure types are returned even if there are no rows by @orian in #500
  • Fix some issues with cursor behavior by @joe-clickhouse in #506
    • Reset cursor location after performing an execute.
    • Fix behavior of fetchall to only return rows from the current cursor location.
    • Fixes logic of fetchmany to respect size parameter.
  • Added a standalone test file (tests/unit_tests/test_driver/test_cursor.py) for testing cursor behavior

New Contributors

Full Changelog: v0.8.17...v0.8.18

v0.8.17 Transport settings

13 Apr 21:37
50569f4
Compare
Choose a tag to compare

What's Changed

  • Updates for 0.8.17 release by @genzgd in #488
  • Add param extra_http_headers to query/command methods by @orian in #489
  • Change extra_http_headers to transport_settings by @genzgd in #490

Full Changelog: v0.8.16...v0.8.17

v0.8.16 Collected Bug Fixes

28 Mar 23:39
0a77c0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.15...v0.8.16

v0.8.15 AsyncInsert Close Fix

25 Jan 23:52
a15a2ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.14...v0.8.15

v0.8.14 Pandas Big Int Insert Fix

14 Jan 14:34
697794e
Compare
Choose a tag to compare

What's Changed

  • Make all None by default arguments accept None value by @orian in #450
  • Fix pandas large ints by @genzgd in #454

New Contributors

Full Changelog: v0.8.13...v0.8.14

v0.8.13 Fix access_token default

07 Jan 17:10
ab82e89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.12...v0.8.13

v0.8.12 JWT Authentication support

06 Jan 20:57
4cb0f0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.11...v0.8.12

v0.8.11 Nested JSON bug fixes

22 Dec 12:05
51a1c05
Compare
Choose a tag to compare

What's Changed

  • Add a write into file example by @slvrtrn in #437
  • Add support of ISO8601 timestamp strings for columns with DateTime64 type by @rnv812 in #440
  • Dynamic type serialization fixes by @genzgd in #443

New Contributors

Full Changelog: v0.8.10...v0.8.11

v0.8.10 JSON Serialization Updates

15 Dec 10:33
dd9c9db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.9...v0.8.10

v0.8.9 Revert timezone UTC changes

02 Dec 13:48
acc5b1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.8...v0.8.9