Releases: long2ice/asynch
Releases · long2ice/asynch
v0.2.5
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
andPool
classes in terms of unification and marking some public API deprecated. by @stankudrow in #111 - Remove the
strict
option from theparse_dsn
function and make the function stricter on URL validation by @stankudrow in #113 - Switch in singular the names for the
Enum
s classes with non-simultaneously-coexisting-values by @stankudrow in #119
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Connection failure leaves connection in an unusable state by @KPull in #82
- Fix a
bytearray index out of range
error while reading a string. by @pufit in #90 - Fix #95 by @cortelf in #96
- #71 Correct check life connection by @gnomeby in #98
- #68 Use maxsize for pool connections by @gnomeby in #97
- Attempt to clear the BufferedReader class from IndexError by @stankudrow in #94
- Add lazy date_lut, similar to clickhouse-driver by @DaniilAnichin in #99
- reset connection state by @boolka in #101
- Add connection validity check in acquire method by @lxneng in #81
New Contributors
- @KPull made their first contribution in #82
- @cortelf made their first contribution in #96
- @gnomeby made their first contribution in #98
- @stankudrow made their first contribution in #94
- @DaniilAnichin made their first contribution in #99
- @boolka made their first contribution in #101
- @lxneng made their first contribution in #81
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
- 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)