PyMySQL v0.8.1 Release Notes

Release Date: 2018-05-07 // almost 6 years ago
  • 🚀 Release date: 2018-05-07

    • ⬇️ Reduce cursor.callproc() roundtrip time. (#636)

    • 🛠 Fixed cursor.query() is hunged after multi statement failed. (#647)

    • WRONG_DB_NAME and WRONG_COLUMN_NAME is ProgrammingError for now. (#629)

    • 🐳 Many test suite improvements, especially adding MySQL 8.0 and using Docker. Thanks to Daniel Black.

    • ⬇️ Droppped support for old Python and MySQL which is not tested long time.