Python Connector for MySQL Revision History

1.3.0 30-Oct-25

  • Added support for Python 3.14
  • Added support for MySQL 9
  • Added support for MariaDB 12
  • Added support for the UUID data type in MariaDB 10.7 and later
  • Added support for the INET4 and INET6 data types in MariaDB 10.10 and later
  • Added support for password-protected private key for SSL protocol
  • Added support for Bearer Token authentication when using an HTTP tunnel
  • Fixed a bug with unloading OpenSSL libraries when connection pooling is used
  • Fixed an issue with handling stored procedures when SELECT privileges were not granted
  • Resolved an issue where connecting to MySQL 4.0 or earlier caused the "sql_mode is not supported in MySQL versions 4.0 and earlier" error

1.2.0 23-Oct-24

  • Added support for Python 3.13

1.1.1 17-Aug-24

  • Updated License Agreement

1.1.0 29-Jul-24

  • Added support for connection pooling
  • Added activation by license key
  • Added subscription license type

1.0.1 01-Dec-23

  • Initial release of MySQL Python Connector
  • Windows 32-bit and 64-bit is supported
  • Linux 64-bit is supported
  • macOS 64-bit and ARM (Apple Silicon M1 and M2) is supported