Skip to content

Releases: maximdanilchenko/aiochclient

v2.6.0

13 Feb 16:43
81a9253
Compare
Choose a tag to compare

v2.5.1

28 Nov 14:32
Compare
Choose a tag to compare
  • 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

09 Nov 16:30
Compare
Choose a tag to compare

v2.4.0

12 May 11:49
Compare
Choose a tag to compare
  • Bump sqlparse version and don't use a compiled regex (#88) by @YiuRULE
  • Dependencies upgrade, lint (#87) by @GaMeRaM

v2.3.1

03 Apr 16:42
26b0185
Compare
Choose a tag to compare

v2.3.0

03 Apr 15:27
26d355d
Compare
Choose a tag to compare
  • 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.2.0

18 Aug 09:10
Compare
Choose a tag to compare

v2.1.0

10 Jan 16:36
Compare
Choose a tag to compare
  • Fix py2ch cython ext import - Closes #59
  • Named tuple partial support (transformed into a simple tuple) by @elrik75 closes #63

v2.0.1

11 Sep 18:16
Compare
Choose a tag to compare
  • 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

1.4.1

14 Nov 07:06
Compare
Choose a tag to compare

#43 Fix ValueError: Line is too long by @aamalev