retail-store-sample-app
retail-store-sample-app copied to clipboard
fix(deps): update module github.com/go-sql-driver/mysql to v1.9.2
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/go-sql-driver/mysql | v1.8.1 -> v1.9.2 |
Release Notes
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.9.2
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
Major Changes
- Add Charset() option. (#​1679)
Bugfixes
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)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.