Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aiopg 1.2.1 release source code.tar.gz | 2021-03-23 | 197.1 kB | |
aiopg 1.2.1 release source code.zip | 2021-03-23 | 222.1 kB | |
README.md | 2021-03-23 | 488 Bytes | |
Totals: 3 Items | 419.7 kB | 0 |
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)