Skip to content

Releases: long2ice/asynch

v0.2.5

17 Oct 08:23
Compare
Choose a tag to compare

What's Changed

  • Update project dependencies and metadata by @stankudrow in #106
  • Refactor connection classes by @stankudrow in #107
  • Fix Pool dangling connections by @stankudrow in #109
  • Fix the async for row in cursor: infinite loop error by @stankudrow in #112
  • Reconsider the Connection, Cursor and Pool classes in terms of unification and marking some public API deprecated. by @stankudrow in #111
  • Remove the strict option from the parse_dsn function and make the function stricter on URL validation by @stankudrow in #113
  • Switch in singular the names for the Enums classes with non-simultaneously-coexisting-values by @stankudrow in #119

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Jul 03:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

08 Dec 02:26
Compare
Choose a tag to compare
  • Support json column. (#73)
  • Fix connection with secure=True and verify=False.
  • Fix compression.
  • Fix exception Cannot set verify_mode to CERT_NONE when check_hostname is enabled.

v0.2.2

09 Nov 00:27
Compare
Choose a tag to compare
  • Add Int128Column, Int256Column, UInt128Column, UInt256Column, Decimal256Column. (#57)
  • Add Geo type support. (#56)
  • Add decimals in map support. (#55)
  • Add NestedColumn. (#54)
  • Add execution_options support. (#53)
  • Fix IPv6Column. (#52)
  • Fix execution context exception handling. (#51)
  • Fix stream_mode. (#44)
  • Fix SimpleAggregateFunction for nested. (#41)

v0.2.1

07 Sep 00:31
Compare
Choose a tag to compare
  • Fix incorrect merge dev (bd0ed06)

v0.2.0

02 Sep 12:18
Compare
Choose a tag to compare
  • Fix compression not working. (#36)
  • Add BoolColumn. (#38)

v0.1.9

02 Jun 11:53
Compare
Choose a tag to compare
  • Fix LowCardinalityColumn keys column exception. (#17)

v0.1.8

08 Apr 12:18
52c12af
Compare
Choose a tag to compare
  • Fix bug in protocol for FixedString

v0.1.7

06 Apr 02:33
38e2d48
Compare
Choose a tag to compare
  • Fix bug with FixedString

v0.1.6

25 Mar 12:34
9241aa7
Compare
Choose a tag to compare
  • Fix syntax error