We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324cbb3 commit 62984adCopy full SHA for 62984ad
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## v1.9.2 (2025-04-07)
15
16
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