Skip to content

Commit 391cfff

Browse files
committed
Added release notes for 1.1.13
1 parent db3483b commit 391cfff

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release history
22

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+
319
## MariaDB Connector/Python 1.1.12
420

521
Release date: Feb 24 2025

0 commit comments

Comments
 (0)