Releases: ClickHouse/clickhouse-connect
Releases · ClickHouse/clickhouse-connect
v0.7.1 Small maintenance release
What's Changed
- Correct typing of Client.query*(query) by @biggerfisch in #301
- Release 0 7 1 by @genzgd in #306
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - Drop Python 3.7
Drop Python 3.7 builds, minor updates
What's Changed
- Pass init params by @aastafiev in #291
- 0.7.0 fixes and changelog by @genzgd in #294
Full Changelog: v0.6.23...v0.7.0
v0.6.23 Add SQLAlchemy Nothing, Fix Pandas 2.1 Warning
What's Changed
- Add missing Nothing datatype for SQLAlchemy by @elchyn-cheliabiyeu in #279
- Fix Pandas Concatenation Warning by @DylanModesitt in #280
New Contributors
- @elchyn-cheliabiyeu made their first contribution in #279
- @DylanModesitt made their first contribution in #280
Full Changelog: v0.6.22...v0.6.23
v0.6.22 Cleanup release
What's Changed
- fix the small logging message typo by @reijnnn in #275
- Add ATTACH to commands by @alekseipalshin in #276
- Release 0 6 22 by @genzgd in #277
New Contributors
- @alekseipalshin made their first contribution in #276
Full Changelog: v0.6.21...v0.6.22
v0.6.21 Point support
What's Changed
- add point type by @Dhruvit96 in #273
- Release 0 6 21 by @genzgd in #274
New Contributors
- @Dhruvit96 made their first contribution in #273
Full Changelog: v0.6.20...v0.6.21
v0.6.20 Fix datetime timezeon parameter binding
What's Changed
Full Changelog: v0.6.19...v0.6.20
v0.6.19 Fix column names with spaces, invalid None Inserts
v0.6.18 Fix Timeouts on Large Inserts
This reduces the block size for chunked inserts to avoid timeouts over HTTPS
v0.6.17. Fix Numpy/Pandas Date32 issue
v0.6.16 Fix RHEL builds
Fixes an import problem on some Python installations, including RHEL