Skip to content

Releases: aio-libs/aiopg

aiopg 1.4.0 release

27 Oct 21:42
Compare
Choose a tag to compare

What's Changed

  • Add python 3.11 and drop python 3.6 support by @Pliner in #892

Full Changelog: v1.3.5...v1.4.0

aiopg 1.2.1 release

25 Mar 03:48
Compare
Choose a tag to compare

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

09 Dec 20:43
b5880d2
Compare
Choose a tag to compare

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)

aiopg 1.0.0 release

23 Sep 12:34
ea9c039
Compare
Choose a tag to compare
  • Removal of an asynchronous call in favor of issues #550
  • Big editing of documentation and minor bugs #534

aiopg 0.16.0 release

25 Jan 22:13
454ac0b
Compare
Choose a tag to compare

Changes

  • Fix select priority name (#525)

  • Rename psycopg2 to psycopg2-binary to fix deprecation warning (#507)

  • Fix #189 hstore when using ReadDictCursor (#512)

  • close cannot be used while an asynchronous query is underway (#452)

  • sqlalchemy adapter trx begin allow transaction_mode (#498)

aiopg 0.15.0 release

14 Aug 17:10
Compare
Choose a tag to compare

Changes

  • Support Python 3.7 (#437)

aiopg 0.14.0 release

11 May 08:24
Compare
Choose a tag to compare

Changes

  • Add get_dialect func to have ability to pass json_serializer #451

aiopg 0.13.2

03 Jan 20:24
Compare
Choose a tag to compare

Changes

  • Fixed compatibility with SQLAlchemy 1.2.0 #412

  • Added support for transaction isolation levels #219

aiopg 0.13.1

10 Sep 20:13
Compare
Choose a tag to compare

Changes

  • Added connection poll recycling logic #373

aiopg 0.13.0

02 Dec 13:30
Compare
Choose a tag to compare

Changes

  • Add async with support to .begin_nested() #208
  • Fix connection.cancel() #212 #223
  • Raise informative error on unexpected connection closing #191
  • Added support for python types columns issues #217
  • Added support for default values in SA table issues #206