Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-13 | 523 Bytes | |
v2.2.6 source code.tar.gz | 2024-11-13 | 94.9 kB | |
v2.2.6 source code.zip | 2024-11-13 | 114.8 kB | |
Totals: 3 Items | 210.2 kB | 1 |
What's Changed
-
MariaDB Connector/C 3.4 and MairaDB 11.4 had enabled SSL and CA verification by default. It affected 2.2.5 windows wheels. This release disables SSL and CA verification by default for backward compatibility. (#731)
-
Add
server_public_key_path
option. It is needed to connect MySQL server withsha256_password
orcaching_sha2_password
authentication plugin without secure connection. (#744)
Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.5...v2.2.6