Releases: aio-libs/aiomysql
Releases · aio-libs/aiomysql
Release 0.0.15
Release 0.0.14
CHANGES
- Fixed SSL connection finalization #282
Release 0.0.13
CHANGES
- Added SSL support #280 (Thanks @terrycain)
- Fixed all in aiomysql/init #270 (Thanks @matianjun1)
- Added docker fixtures #275 (Thanks @terrycain)
Release 0.0.12
CHANGES
- Fixed support for SQLAlchemy 1.2.0 #244
- Fixed argument for cursor.execute in sa engine #239 (Thanks @NotSoSuper)
Release 0.0.9
Release 0.0.8
Release 0.0.7
Release 0.0.6
CHANGES
- Fixed bug with SA rollback (Thanks @khlyestovillarion!)
- Fixed issue with default no_delay option (Thanks @khlyestovillarion!)
Release 0.0.5
CHANGES
- no_delay option is deprecated and True by default
- Add Cursor.mogrify() method
- Support for "LOAD LOCAL INFILE" query.
- Check connection inside pool, in case of timeout drop it, fixes #25
- Add support of python 3.5 features to pool, connection and cursor
Release 0.0.4
CHANGES
- Allow to call connection.wait_closed twice.
- Fixed sqlalchemy 1.0.0 support.
- Fix #11: Rename Connection.wait_closed() to .ensure_closed()
- Raise ResourceWarning on non-closed Connection
- Rename Connection.connect to _connect