File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
529v1.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