Releases: long2ice/asynch
Releases · long2ice/asynch
v0.3.1
What's Changed
- Fix params substitution for select queries by @dmkulazhenko in #141
New Contributors
- @dmkulazhenko made their first contribution in #141
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Allow exceeding the pool.maxsize boundary by @stankudrow in #124
- Obsolete
PoolAPI cleansed by @stankudrow in #120 - Remove warnings on deprecated API by @stankudrow in #125
- Gracefully handle connections terminated by the server by @nils-borrmann-tacto in #129
- Add mypy
lintgroup dependency by @stankudrow in #128 - Pyupgrade and ruff the code. by @stankudrow in #134
- Update poetry up to v2 and refresh the "pyproject.toml" file including project dependencies. by @stankudrow in #133
- Reconsider the
ConnectionandPoolclasses APIs -> preparing v0.3.0 release by @stankudrow in #130
New Contributors
- @nils-borrmann-tacto made their first contribution in #129
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- Update project dependencies and metadata by @stankudrow in #106
- Refactor connection classes by @stankudrow in #107
- Fix
Pooldangling connections by @stankudrow in #109 - Fix the
async for row in cursor:infinite loop error by @stankudrow in #112 - Reconsider the
Connection,CursorandPoolclasses in terms of unification and marking some public API deprecated. by @stankudrow in #111 - Remove the
strictoption from theparse_dsnfunction 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
What's Changed
- Connection failure leaves connection in an unusable state by @KPull in #82
- Fix a
bytearray index out of rangeerror 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
SimpleAggregateFunctionfor nested. (#41)