| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-19 | 1.6 kB | |
| v1.2.0 source code.tar.gz | 2026-05-19 | 93.1 kB | |
| v1.2.0 source code.zip | 2026-05-19 | 119.1 kB | |
| Totals: 3 Items | 213.8 kB | 11 | |
What's Changed
- Bump the all-dependencies group with 2 updates by @dependabot[bot] in https://github.com/PyMySQL/PyMySQL/pull/1232
- Reorganize TLS options: implement PREFERRED/REQUIRED SSL mode behavior by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1234
- Support MySQL 8 row/column alias syntax in
executemanyINSERT regex by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1235 - Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1236
- Reject non-finite
decimal.Decimalquery parameters (NaN,sNaN,±Infinity) by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1237 - docs: update outdated requirements and reference links by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1239
- Prepare CHANGELOG for v1.2.0 release from v1.1.3 changes by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1238
- deprecate
dbandpasswdagain by @methane in https://github.com/PyMySQL/PyMySQL/pull/1240 - deprecate
reconnectinConnection.ping()by @methane in https://github.com/PyMySQL/PyMySQL/pull/1241 - Deprecate
Connection.set_charset()at runtime and document warning behavior by @Copilot in https://github.com/PyMySQL/PyMySQL/pull/1243 - Release v1.2.0 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1244
New Contributors
- @Copilot made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1234
Full Changelog: https://github.com/PyMySQL/PyMySQL/compare/v1.1.3...v1.2.0