File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release history
2
2
3
+ ## MariaDB Connector/Python 1.1.13
4
+
5
+ Release date: Jul 7 2025
6
+
7
+ ## Notable changes
8
+
9
+ - If a cursor will be reused, methods execute(), executemany() and callproc() will aways reset the cursor to avoid possible memory leaks
10
+ - Fixed various memory leaks in unittest suite
11
+
12
+ ## Bug fixes
13
+
14
+ * [ CONPY-313] ( https://jira.mariadb.org/browse/CONPY-313 ) : Raise NotSupportedError for unsupported float and Decimal values like "nan" and "inf"
15
+ * [ CONPY-300] ( https://jira.mariadb.org/browse/CONPY-306 ) : Fix crash when getting invalid unicode from server
16
+ * [ CONPY-314] ( https://jira.mariadb.org/browse/CONPY-306 ) : Always use binary protocol for callproc() method
17
+
18
+
3
19
## MariaDB Connector/Python 1.1.12
4
20
5
21
Release date: Feb 24 2025
You can’t perform that action at this time.
0 commit comments