Skip to content

Releases: aio-libs/aiomysql

Release 0.0.4

23 May 09:43

Choose a tag to compare

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

Documentation Release

10 Mar 18:19

Choose a tag to compare

Changes

  • Added support for PyMySQL up to 0.6.6.
  • Ported improvements from PyMySQL.
  • Added basic documentation.
  • Fixed and added more examples.

Quickfix Release

17 Feb 22:12

Choose a tag to compare

Changes

  • Added manifest.in

Initial Release

17 Feb 19:47

Choose a tag to compare

Changes

  • Initial release.
  • Implemented plain connections: connect, Connection, Cursor.
  • Implemented database pools.
  • Ported sqlalchemy optional support.