Skip to content

Commit 9d021d9

Browse files
committed
Update change log.
1 parent 25ac9d4 commit 9d021d9

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0 - 2026-07-27
2+
3+
- Added support for signed and unsigned 64 bit integers (#66 by Mauricio
4+
Fernández).
5+
- Added some reasonable conversions for integer extractors, esp. to avoid
6+
predicting the type in case of expressions.
7+
- Added JSON type support (#69 by Javier Chavarri, jongleb, Gleb Patsiia,
8+
and Petter A. Urkedal).
9+
- Fixed error reporting for blocking connect (#70 by Petter A. Urkedal).
10+
111
## 1.3.0 - 2025-05-08
212

313
- The `mariadb_config` and `mysql_config` scripts are now used, if
@@ -10,7 +20,7 @@
1020
- Avoid possibly blocking calls to `mysql_free_result` in the nonblocking
1121
implementation. This was only an issue if a previous result set had not
1222
been consumed (#68 by Petter A. Urkedal, fixes #67).
13-
- Fix memory leak in non-blocking test suite (Petter A. Urkedal, fixes
23+
- Fix memory leak in non-blocking test suite (Petter A. Urkedal, fixes
1424
#29).
1525

1626
## 1.2.0 - 2024-11-28

0 commit comments

Comments
 (0)