Skip to content

v0.4.4

Latest

Choose a tag to compare

@designcomputer designcomputer released this 30 Jul 12:28

Fixed

  • C Extension Fallback: Stopped forcing use_pure=False in the connection config by default. mysql-connector-python treats an explicit use_pure=False as a hard requirement for its C extension, raising ImportError instead of falling back to the pure-Python implementation when the extension can't load (e.g. built against a newer OpenSSL than the host provides, as with mysql-connector-python 26.7.0 on many Linux systems). use_pure is now only set when MYSQL_USE_PURE is explicitly configured.