Update module go-sql-driver/mysql to v1.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-sql-driver/mysql | require | minor |
v1.4.0 -> v1.5.0
|
Release Notes
go-sql-driver/mysql
v1.5.0
Major Release
- Added Go Module support
- Dropped support for Go 1.9 and lower
- Implemented
Connector
interface - Improved buffering
- Added connection liveness check
- Improved marking of bad connnections
- Updated collations and made
utf8mb4
default - Made
mysql.NullTime
compatible withsql.NullTime
- Removed support for CloudSQL via
appengine/cloudsql
See CHANGELOG.md for full details
v1.4.1
Bugfix release
- Several fixes of the authentication handling
- Fix TIME format for binary columns
- Fix canceled context broke
mysqlConn
See CHANGELOG.md for full details
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate
Merge request reports
Activity
added 2 commits
added 3 commits
-
64a87dd5...bc338bd6 - 2 commits from branch
master
- 7043927b - Update module go-sql-driver/mysql to v1.5.0
-
64a87dd5...bc338bd6 - 2 commits from branch
mentioned in commit 338d6a8f
Please register or sign in to reply