Skip to content

Commit af6b9b4

Browse files
authored
Prepare CHANGELOG for v1.2.0 release from v1.1.3 changes (#1238)
- update `CHANGELOG.md` for `v1.2.0` release preparation - add `Release date: TBD` - add changelog entries for user-visible changes since `v1.1.3` (#1234, #1235, #1236, #1237)
1 parent c7bf73f commit af6b9b4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,24 @@
99

1010
## v1.2.0
1111

12+
Release date: TBD
13+
1214
### Breaking changes
1315

14-
* Reorganize TLS connection behavior. (#1233)
16+
* Reorganize TLS connection behavior. (#1234)
1517

1618
* PyMySQL uses TLS by default when server supports it. (#1213)
1719
Use `ssl_disabled=True` to prohibits SSL, even if the server supports it.
1820
* When `ssl_verify_cert=True`, `ssl_verify_identity=True`, an `ssl.SSLContext` is passed,
1921
or any other SSL option is configured, the connection **requires** SSL and raises
2022
`OperationalError` (CR_SSL_CONNECTION_ERROR) if the server doesn't support it.
2123

24+
### Other changes
25+
26+
* Support MySQL 8 row/column alias syntax in `executemany` INSERT regex. (#1235)
27+
* Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting. (#1236)
28+
* Reject non-finite `decimal.Decimal` query parameters (`NaN`, `sNaN`, `±Infinity`). (#1237)
29+
2230
## v1.1.3
2331

2432
Release date: 2026-05-01

0 commit comments

Comments
 (0)