v1.7.1
版本发布时间: 2023-04-25 18:04:05
go-sql-driver/mysql最新发布版本:v1.8.1(2024-03-26 22:35:51)
What's Changed
- bump actions/checkout@v3 and actions/setup-go@v3 by @shogo82148 in https://github.com/go-sql-driver/mysql/pull/1375
- Use SET syntax as specified in the MySQL documentation by @beautifulentropy in https://github.com/go-sql-driver/mysql/pull/1402
- Add go1.20 and mariadb10.11 to the testing matrix by @pgporada in https://github.com/go-sql-driver/mysql/pull/1403
- Increase default maxAllowedPacket size. by @methane in https://github.com/go-sql-driver/mysql/pull/1411
- Correct maxAllowedPacket default value mentioned in docs to match the… by @sjmudd in https://github.com/go-sql-driver/mysql/pull/1412
- fix some comments by @cuishuang in https://github.com/go-sql-driver/mysql/pull/1417
- Update changelog for version 1.7.1 by @methane in https://github.com/go-sql-driver/mysql/pull/1418
New Contributors
- @beautifulentropy made their first contribution in https://github.com/go-sql-driver/mysql/pull/1402
- @pgporada made their first contribution in https://github.com/go-sql-driver/mysql/pull/1403
Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1