Releases: maximdanilchenko/aiochclient
Releases · maximdanilchenko/aiochclient
v2.6.0
- Insert file method (#109) by @Maksim-Burtsev
- Map fix for cython (#106 closed by #108) by @Maksim-Burtsev
- Exception caused by abandoned cchardet library fixed by @AVMusorin (#104)
- Have Map types use the unconversions of other types by @chrisguidry (#102)
v2.5.1
v2.5.0
- fix deserialization with special characters for container types by @YiuRULE
- fix Map type issue by @tiejunhu
- Int128, Int256, UInt128, UInt256 types added
- Minor tweaks and fixes
v2.4.0
v2.3.1
- Httpx client response reading by bytes (#85) by @maximdanilchenko. Closes #38 and #62
v2.3.0
v2.2.0
- User that don't use query_params should be able to set field aliases they want by @elrik75
- Fix deserialization of containerized LowCardinality types by @vivienm
- Remove unneeded execute permissions by @vivienm
- Add support for Bool type by @vivienm
- Tests and documentation fixes (Closed #65)
v2.1.0
v2.0.1
- Remove aiohttp from must have requirements to give options to choose http client
- EXISTS command support. Closes #50
- Flag to fetch data from clickhouse without encoding. Closes #51
- Support AggregateFunction and SimpleAggregateFunction #55 by @elrik75
- Fix a deprecation warning on httpx usage in AiohttpHttpClient #52 by @elrik75
- Fix rpm packaging issue with shebang calculation #47 by @vicpopov