File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,17 @@ Release date: TBD
10
10
11
11
## v1.0.3
12
12
13
- Release date: TBD
13
+ Release date: 2023-03-28
14
14
15
15
* Dropped support of end of life MySQL version 5.6
16
16
* Dropped support of end of life MariaDB versions below 10.3
17
17
* 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
18
24
19
25
20
26
## v1.0.2
You can’t perform that action at this time.
0 commit comments