clickhouse-connect 1.4.2
Patch release with a single bug fix on top of 1.4.1. No new features and no breaking changes.
Bug Fixes
- Async inserts and queries with an in-memory body larger than 1 MiB no longer emit an aiohttp ResourceWarning about sending a large body directly with raw bytes. Bytes and string request bodies are now wrapped in an io.BytesIO so aiohttp writes them in chunks. This affects the async Arrow insert methods and any large raw insert or query body. Closes #850.
Full Changelog: v1.4.1...v1.4.2