Releases: go-sql-driver/mysql
Releases · go-sql-driver/mysql
Version 1.4.0
Major Release
- Multi-Results support
context.Context
supportColumnType
supportcaching_sha2_password
(MySQL 8 default) andsha256_password
authentication support- Transaction isolation level support
- Read-Only transactions support
- Many, many bugfixes
See CHANGELOG.md for full details
Version 1.3.0
Major Release
- Microsecond resolution on date and time fields
- Placeholder interpolation
- Support for cleartext and native authentication plugins
- Config struct and ParseDSN / FormatDSN funtctions exported
- Read / Write timeouts
- Support for JSON field type
- Support for multi-statements and multi-results
- Many, many bugfixes
See CHANGELOG.md for full details
Version 1.2.0
Major release
- Several important bug fixes
- Custom dial function support
- Custom logger support
- Google CloudSQL support
- New parameter to set the connection collation
See CHANGELOG.md for full details
Version 1.1.0
Major release
- Lowered Memory Footprint
- Improved Stability
- Slightly improved Performance
New Features:
- old_passwords: Old password auth mechanism
- clientFoundRows: Number of matching rows instead of the number of rows changed
- TLS/SSL: TLS/SSL encrypted connections
See CHANGELOG.md for full details
Version 1.0.3
Minor Bugfix release
- Make Close idempotent
- Fix sign byte for positive TIME fields
- No panic on closed connection reuse
- Avoid false nil values for empty strings
Version 1.0.2
Minor Bugfix release
- Fixed false positive
io.EOF
errors
Version 1.0.1
Minor Bugfix release
- fixes support for reading split packets
Version 1.0.0
1.0 release
Beta 5
beta5 Beta 5