8000 Update CHANGELOG · PyMySQL/PyMySQL@a584952 · GitHub
[go: up one dir, main page]

Skip to content

Commit a584952

Browse files
committed
Update CHANGELOG
1 parent fee5df0 commit a584952

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ Release date: TBD
1010

1111
## v1.0.3
1212

13-
Release date: TBD
13+
Release date: 2023-03-28
1414

1515
* Dropped support of end of life MySQL version 5.6
1616
* Dropped support of end of life MariaDB versions below 10.3
1717
* Dropped support of end of life Python version 3.6
18+
* Removed _last_executed because of duplication with _executed by @rajat315315 in https://github.com/PyMySQL/PyMySQL/pull/948
19+
* Fix generating authentication response with long strings by @netch80 in https://github.com/PyMySQL/PyMySQL/pull/988
20+
* update pymysql.constants.CR by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1029
21+
* Document that the ssl connection parameter can be an SSLContext by @cakemanny in https://github.com/PyMySQL/PyMySQL/pull/1045
22+
* Raise ProgrammingError on -np.inf in addition to np.inf by @cdcadman in https://github.com/PyMySQL/PyMySQL/pull/1067
23+
* Use Python 3.11 release instead of -dev in tests by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1076
1824

1925

2026
## v1.0.2

0 commit comments

Comments
 (0)
0