Releases: aio-libs/aiopg
Releases · aio-libs/aiopg
aiopg 1.4.0 release
27 Oct 21:42
Compare
Sorry, something went wrong.
No results found
aiopg 1.2.1 release
25 Mar 03:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changes
Support Python 3.7 (#437 )
aiopg 0.14.0 release
11 May 08:24
Compare
Sorry, something went wrong.
No results found
Changes
Add get_dialect func to have ability to pass json_serializer #451
aiopg 0.13.2
03 Jan 20:24
Compare
Sorry, something went wrong.
No results found
aiopg 0.13.1
10 Sep 20:13
Compare
Sorry, something went wrong.
No results found
Changes
Added connection poll recycling logic #373
aiopg 0.13.0
02 Dec 13:30
Compare
Sorry, something went wrong.
No results found
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