PyMySQL v0.9.0 Release Notes

Release Date: 2018-06-27 // almost 6 years ago
  • ๐Ÿš€ Release date: 2018-06-27

    • ๐Ÿ”„ Change default charset from latin1 to utf8mb4. (because MySQL 8 changed) (#692)
    • Support sha256_password and caching_sha2_password auth method (#682)
    • โž• Add cryptography dependency, because it's needed for new auth methods.
    • โœ‚ Remove deprecated no_delay option (#694)
    • ๐Ÿ‘Œ Support connection attributes (#679)
    • Map LOCK_DEADLOCK to OperationalError (#693)