Skip to content

Commit bf55bb3

Browse files
committed
Prepare release 1.3.0.
1 parent 0bac3b1 commit bf55bb3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.3.0 - 2025-05-08
2+
3+
- The `mariadb_config` and `mysql_config` scripts are now used, if
4+
available, to discover MariaDB client library (#65 by Albert Peschar).
5+
- Added server-side properties `get_server_info`, `get_server_version`,
6+
`get_host_info` and `get_proto_info` (#62 by Petter A. Urkedal).
7+
- Avoid calling `mysql_stmt_free_result` if there is no result set, since
8+
this is not allowed by recent versions of the client library (by Petter
9+
A. Urkedal, fixes #64).
10+
- Avoid possibly blocking calls to `mysql_free_result` in the nonblocking
11+
implementation. This was only an issue if a previous result set had not
12+
been consumed (#68 by Petter A. Urkedal, fixes #67).
13+
- Fix memory leak in non-blocking test suite (Petter A. Urkedal, fixes
14+
#29).
15+
116
## 1.2.0 - 2024-11-28
217

318
- Added `Stmt.start_txn` (#59 by Corentin Leruth).

0 commit comments

Comments
 (0)