Skip to content

Commit 62984ad

Browse files
authored
release v1.9.3 (#1725)
1 parent 324cbb3 commit 62984ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## v1.9.3 (2025-06-13)
4+
5+
* `tx.Commit()` and `tx.Rollback()` returned `ErrInvalidConn` always.
6+
Now they return cached real error if present. (#1690)
7+
8+
* Optimize reading small resultsets to fix performance regression
9+
introduced by compression protocol support. (#1707)
10+
11+
* Fix `db.Ping()` on compressed connection. (#1723)
12+
13+
314
## v1.9.2 (2025-04-07)
415

516
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.

0 commit comments

Comments
 (0)