Skip to content

aiopg 1.2.1 release

Compare
Choose a tag to compare
@Pliner Pliner released this 25 Mar 03:48
· 99 commits to master since this 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)