recipes
recipes copied to clipboard
chore(deps): bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.2 in /ent-mysql
Bumps github.com/go-sql-driver/mysql from 1.8.1 to 1.9.2.
Release notes
Sourced from github.com/go-sql-driver/mysql's releases.
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
v1.9.0
Major Changes
- Implement zlib compression. (#1487)
- Supported Go version is updated to Go 1.21+. (#1639)
- Add support for VECTOR type introduced in MySQL 9.0. (#1609)
- Config object can have custom dial function. (#1527)
Bugfixes
- Fix auth errors when username/password are too long. (#1625)
- Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
- Fix auth switch request handling. (#1666)
Other changes
- Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
- Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
- Use
strconv.Atoito parse max_allowed_packet. (#1661)rejectReadOnlyoption now handles ER_READ_ONLY_MODE (1290) error too. (#1660)Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0
New Contributors
@dbussinkmade their first contribution in go-sql-driver/mysql#1609@yokonaomade their first contribution in go-sql-driver/mysql#1615@pengbanbanmade their first contribution in go-sql-driver/mysql#1620@aaronjhengmade their first contribution in go-sql-driver/mysql#1527@kratkyzobakmade their first contribution in go-sql-driver/mysql#1625@raffertyyumade their first contribution in go-sql-driver/mysql#1640@minhquang4334made their first contribution in go-sql-driver/mysql#1647
... (truncated)
Changelog
Sourced from github.com/go-sql-driver/mysql's changelog.
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
v1.9.0 (2025-02-18)
Major Changes
- Implement zlib compression. (#1487)
- Supported Go version is updated to Go 1.21+. (#1639)
- Add support for VECTOR type introduced in MySQL 9.0. (#1609)
- Config object can have custom dial function. (#1527)
Bugfixes
- Fix auth errors when username/password are too long. (#1625)
- Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
- Fix auth switch request handling. (#1666)
Other changes
Commits
21ef4c6release v1.9.2 (#1693)1fbafa8release v1.9.1 (#1683)b84ac5ago.mod: fix go version format (#1682)88ff88bFix FormatDSN missing ConnectionAttributes (#1619)c879816add Charset() option (#1679)58941ddrelease v1.9.0 (#1662)5d1bb8afix flaky test. (#1663)341a5a5Fix auth_switch_request packet handling85c6311Add error 1290/ER_READ_ONLY_MODE to rejectReadOnly handling (#1660)255d1adbetter max_allowed_packet parsing (#1661)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.