Releases: aio-libs/aiopg
Releases · aio-libs/aiopg
aiopg 1.4.0 release
What's Changed
Full Changelog: v1.3.5...v1.4.0
aiopg 1.2.1 release
Changes
-
Implement timeout on acquiring connection from pool(#766)
-
Deprecate blocking connection.cancel() method (#570)
-
Fix IsolationLevel.read_committed and introduce IsolationLevel.default (#770)
-
Fix python 3.8 warnings in tests (#771)
-
Don't run ROLLBACK when the connection is closed (#778)
-
Multiple cursors support (#801)
-
Set max supported sqlalchemy version (#805)
-
Pop loop in connection init due to backward compatibility (#808)
aiopg 1.1.0 release
aiopg 1.0.0 release
aiopg 0.16.0 release
aiopg 0.15.0 release
Changes
- Support Python 3.7 (#437)
aiopg 0.14.0 release
Changes
- Add
get_dialect
func to have ability to passjson_serializer
#451
aiopg 0.13.2
aiopg 0.13.1
Changes
- Added connection poll recycling logic #373