Skip to content

Commit a065b60

Browse files
authored
release v1.10.0 (#1765)
1 parent 09e4187 commit a065b60

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## v1.10.0 (2026-04-28)
4+
5+
* Fix `getSystemVar("max_allowed_packet")` potentially returned wrong value. (#1754)
6+
This affects only when `maxAllowedPacket=0` is set.
7+
8+
* Bump filippo.io/edwards25519 from 1.1.1 to 1.2.0. (#1756)
9+
While older versions have reported CVEs, they do not affect go-mysql.
10+
11+
* Update Go versions to 1.24-1.26. (#1763)
12+
13+
* Enhance interpolateParams to correctly handle placeholders. (#1732)
14+
The question mark (?) within strings and comments will no longer be treated as a placeholder.
15+
16+
17+
## v1.9.3 (2025-06-13)
18+
19+
* `tx.Commit()` and `tx.Rollback()` returned `ErrInvalidConn` always.
20+
Now they return cached real error if present. (#1690)
21+
22+
* Optimize reading small result sets to fix a performance regression
23+
introduced by compression protocol support. (`#1707`)
24+
* Fix `db.Ping()` on compressed connection. (#1723)
25+
26+
327
## v1.9.2 (2025-04-07)
428

529
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)