Skip to content

Tags: robertcrockett/mysql-connector-python

Tags

8.3.0

Toggle 8.3.0's commit message
Update copyright year

Change-Id: Iabef4283b8953d0ed044e03601f94b51b4117629

8.2.0

Toggle 8.2.0's commit message
Updated the LICENSE files

8.1.0

Toggle 8.1.0's commit message
ET#78211 MySQL Connector/Python 8.1.0 release, LIUM update includes O…

…penTelemetry lib license info

8.0.33

Toggle 8.0.33's commit message
BUG#35233031: Connector/Python should not default to mysql_native_pas…

…sword

MySQL Connector/Python will default to `mysql_native_password` for
authentication when using the C extension.
This patch fixes this issue by not providing any default authentication
plugin to libmysqlclient.

Change-Id: I511cd151b6070a24a7c8da7a78a40e896f294dd5

8.0.32

Toggle 8.0.32's commit message
Fix MSI GPL package name

Change-Id: Iaa2ccbcc6d4bbcecc62d1f14285b876b340fd115

8.0.31

Toggle 8.0.31's commit message
Skip TLSv1 and TLSv1.1 tests for MySQL > 8.0.27 and > 5.7.36

8.0.30

Toggle 8.0.30's commit message
Update LICENSE.txt

8.0.29

Toggle 8.0.29's commit message
Updated the LICENSE files for C/Python 8.0.29 release

8.0.28

Toggle 8.0.28's commit message
Skip TLS tests for macOS 12

8.0.27

Toggle 8.0.27's commit message
ET#72390: Hide all symbols except 'PyInit__mysqlxpb' in "_mysqlxpb" o…

…n macOS

Loading multiple binary Python plugins linked statically to different
versions of the Protobuf library, caused crashes on macOS. By hiding
all symbols except the initialization function, this is avoided.