File tree
Expand file treeCollapse file tree1 file changed
+11
-0
lines changed Expand file treeCollapse file tree1 file changed
+11
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # Changelog
|
2 | 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 | + |
3 | 14 | ## v1.9.2 (2025-04-07)
|
4 | 15 |
|
5 | 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.
|
|
You can’t perform that action at this time.
0 commit comments