PyMySQL v0.9.3 Release Notes

Release Date: 2019-01-08 // about 5 years ago
  • ๐Ÿš€ Release date: 2018-12-18

    • cryptography dependency is optional now.
    • ๐Ÿ›  Fix old_password (used before MySQL 4.1) support.
    • ๐Ÿ—„ Deprecate old_password.
    • Stop sending sys.argv[0] for connection attribute "program_name".
    • Close connection when unknown error is happened.
    • ๐Ÿ—„ Deprecate context manager API of Connection object.