Aiochclient Versions Save

Lightweight async http(s) ClickHouse client for python 3.6+ with types converting

v2.6.0

3 months ago
  • Insert file method (https://github.com/maximdanilchenko/aiochclient/pull/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

5 months ago
  • Escape quoted string for container types for cython parser - #100 by @YiuRULE
  • Nested Type support - #99 by @Maksim-Burtsev
  • Datetime64 microseconds loses fix - closes #58

v2.5.0

6 months ago

v2.4.0

1 year ago
  • Bump sqlparse version and don't use a compiled regex (#88) by @YiuRULE
  • Dependencies upgrade, lint (#87) by @GaMeRaM

v2.3.1

1 year ago
  • Httpx client response reading by bytes (#85) by @maximdanilchenko. Closes #38 and #62

v2.3.0

1 year ago
  • Fix deserialization of containerized Nullable types (#73) by @YiuRULE
  • Map type support (#77) by @crmaxx
  • Use headers instead of query parameters to pass authentication data (#80) by @leenr
  • Map converting fixed for cython build (#84) by @maximdanilchenko

v2.1.0

2 years ago
  • Fix py2ch cython ext import - Closes #59
  • Named tuple partial support (transformed into a simple tuple) by @elrik75 closes #63

v2.0.1

2 years ago
  • 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

v2.0.0

3 years ago
  • Interface to use any http client. Using httpx client. Close #30
  • Bugfix: windows related filenames and some docs updates by @ericmccarthy7 (#33)
  • DateTime64 type support. Closes #36
  • Force params copy on _execute, add query_id by @filipecaixeta (#39)
  • Fetch non sql commands results (describe, show) by @pysalt (#40)
  • Fix aiohttp ValueError: Line is too long by @aamalev (#41)

Big thanks to @aamalev, @pysalt, @filipecaixeta, @ericmccarthy7 and others for support and contributions!