jet
jet copied to clipboard
Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.3
Bumps github.com/go-sql-driver/mysql from 1.9.0 to 1.9.3.
Release notes
Sourced from github.com/go-sql-driver/mysql's releases.
v1.9.3
What's Changed
- [1.9] test stability improvement. by
@methanein go-sql-driver/mysql#1699- [1.9] Transaction Commit/Rollback returns conn's cached error by
@methanein go-sql-driver/mysql#1702- backport benchmark_test by
@methanein go-sql-driver/mysql#1706- [1.9] optimize readPacket (#1705) by
@methanein go-sql-driver/mysql#1707- [1.9] fix PING on compressed connections by
@methanein go-sql-driver/mysql#1723- release v1.9.3 by
@methanein go-sql-driver/mysql#1725Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3
v1.9.2
What's Changed
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.
Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2
v1.9.1
What's Changed
- add Charset() option by
@methanein go-sql-driver/mysql#1679- Fix FormatDSN missing ConnectionAttributes by
@bogconin go-sql-driver/mysql#1619- go.mod: fix go version format by
@methanein go-sql-driver/mysql#1682- release v1.9.1 by
@methanein go-sql-driver/mysql#1683New Contributors
@bogconmade their first contribution in go-sql-driver/mysql#1619Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1
Changelog
Sourced from github.com/go-sql-driver/mysql's changelog.
v1.9.3 (2025-06-13)
tx.Commit()andtx.Rollback()returnedErrInvalidConnalways. Now they return cached real error if present. (#1690)Optimize reading small resultsets to fix performance regression introduced by compression protocol support. (#1707)
Fix
db.Ping()on compressed connection. (#1723)v1.9.2 (2025-04-07)
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.
v1.9.1 (2025-03-21)
Major Changes
- Add Charset() option. (#1679)
Bugfixes
Commits
62984adrelease v1.9.3 (#1725)324cbb3[1.9] fix PING on compressed connections (#1723)dfd973aoptimize readPacket (#1707)2ed589bbackport benchmark_test (#1706)ac04e5fTransaction Commit/Rollback returns conn's cached error (#1702)1bee809test stability improvement. (#1699)21ef4c6release v1.9.2 (#1693)1fbafa8release v1.9.1 (#1683)b84ac5ago.mod: fix go version format (#1682)88ff88bFix FormatDSN missing ConnectionAttributes (#1619)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)