Releases: PyMySQL/PyMySQL
Releases · PyMySQL/PyMySQL
v1.2.0
Sorry, something went wrong.
No results found
What's Changed
- Bump the all-dependencies group with 2 updates by @dependabot[bot] in #1232
- Reorganize TLS options: implement PREFERRED/REQUIRED SSL mode behavior by @Copilot in #1234
- Support MySQL 8 row/column alias syntax in executemany INSERT regex by @Copilot in #1235
- Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting by @Copilot in #1236
- Reject non-finite decimal.Decimal query parameters (NaN, sNaN, ±Infinity) by @Copilot in #1237
- docs: update outdated requirements and reference links by @Copilot in #1239
- Prepare CHANGELOG for v1.2.0 release from v1.1.3 changes by @Copilot in #1238
- deprecate db and passwd again by @methane in #1240
- deprecate reconnect in Connection.ping() by @methane in #1241
- Deprecate Connection.set_charset() at runtime and document warning behavior by @Copilot in #1243
- Release v1.2.0 by @methane in #1244
New Contributors
- @Copilot made their first contribution in #1234
Full Changelog: v1.1.3...v1.2.0
v1.1.3
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Sorry, something went wrong.
No results found
Warning
This release fixes a vulnerability (CVE-2024-36039).
All users are recommended to update to this version.
If you can not update soon, check the input value from untrusted source has an expected type.
Only dict input from untrusted source can be an attack vector.
What's Changed
- Prohibit dict parameter for Cursor.execute(). It didn't produce valid SQL
and might cause SQL injection. (CVE-2024-36039)
- Added ssl_key_password param by @svaskov in #1145
Merged PRs
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.0.3...v1.1.0
v1.1.0rc2
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.1.0rc1...v1.1.0rc2
v1.1.0rc1
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.0.3...v1.1.0rc1
v1.0.3
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.3rc1
Sorry, something went wrong.
No results found
What's Changed
New Contributors
Full Changelog: v1.0.2...v1.0.3rc1
v1.0.2
Sorry, something went wrong.
No results found
v1.0.2