Releases: ClickHouse/clickhouse-connect
Releases · ClickHouse/clickhouse-connect
v0.8.18 Collected bug fixes
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
- @lakako made their first contribution in #491
- @joe-clickhouse made their first contribution in #506
Full Changelog: v0.8.17...v0.8.18
v0.8.17 Transport settings
v0.8.16 Collected Bug Fixes
What's Changed
- Gg/update test matrix by @genzgd in #464
- Fix CI tests with default user by @genzgd in #465
- Replace removal of ; in the loop line with rstrip by @sbobryshev in #472
- Docker test fixes by @genzgd in #473
- Update README.md doc link by @genzgd in #476
- Correct typing of create_client(host, username) by @biggerfisch in #482
- Release 0 8 16 by @genzgd in #485
New Contributors
- @sbobryshev made their first contribution in #472
Full Changelog: v0.8.15...v0.8.16
v0.8.15 AsyncInsert Close Fix
What's Changed
- Update
test_tls.py
reference by @emmanuel-ferdman in #455 - Gg/update test jwt by @genzgd in #458
- Fix memory leak in AsyncClient by @pufit in #457
- 0.8.15 release by @genzgd in #459
- Exclude 3.8 Aarch64 builds by @genzgd in #460
New Contributors
- @emmanuel-ferdman made their first contribution in #455
- @pufit made their first contribution in #457
Full Changelog: v0.8.14...v0.8.15
v0.8.14 Pandas Big Int Insert Fix
v0.8.13 Fix access_token default
What's Changed
- fix: add default value for access token in HttpClient init by @lukasthalerINNIO in #448
- Bump version for release by @genzgd in #449
New Contributors
- @lukasthalerINNIO made their first contribution in #448
Full Changelog: v0.8.12...v0.8.13