Skip to content

aiopg 1.1.0 release

Compare
Choose a tag to compare
@Pliner Pliner released this 09 Dec 20:43
· 141 commits to master since this release
b5880d2

Changes

  • Fix on_connect multiple call on acquire(#552)

  • Fix python 3.8 warnings(#622)

  • Bump minimum psycopg version to 2.8.4(#754)

  • Fix Engine.release method to release connection in any way(#756)

  • Added missing slots to context managers (#763)