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