mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-22 18:26:37 +00:00
Added release notes for 1.1.13
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,5 +1,21 @@
|
|||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
## MariaDB Connector/Python 1.1.13
|
||||||
|
|
||||||
|
Release date: Jul 7 2025
|
||||||
|
|
||||||
|
## Notable changes
|
||||||
|
|
||||||
|
- If a cursor will be reused, methods execute(), executemany() and callproc() will aways reset the cursor to avoid possible memory leaks
|
||||||
|
- Fixed various memory leaks in unittest suite
|
||||||
|
|
||||||
|
## Bug fixes
|
||||||
|
|
||||||
|
* [CONPY-313](https://jira.mariadb.org/browse/CONPY-313): Raise NotSupportedError for unsupported float and Decimal values like "nan" and "inf"
|
||||||
|
* [CONPY-300](https://jira.mariadb.org/browse/CONPY-306): Fix crash when getting invalid unicode from server
|
||||||
|
* [CONPY-314](https://jira.mariadb.org/browse/CONPY-306): Always use binary protocol for callproc() method
|
||||||
|
|
||||||
|
|
||||||
## MariaDB Connector/Python 1.1.12
|
## MariaDB Connector/Python 1.1.12
|
||||||
|
|
||||||
Release date: Feb 24 2025
|
Release date: Feb 24 2025
|
||||||
|
Reference in New Issue
Block a user