All Versions
9
Latest Version
Avg Release Cycle
304 days
Latest Release
425 days ago
Changelog History
Changelog History
-
v1.5
January 07, 2020๐ Changes:
- Dropped support Go 1.9 and lower (#823, #829, #886, #1016, #1017)
- Improve buffer handling (#890)
- Document potentially insecure TLS configs (#901)
- Use a double-buffering scheme to prevent data races (#943)
- Pass uint64 values without converting them to string (#838, #955)
- Update collations and make utf8mb4 default (#877, #1054)
- Make NullTime compatible with sql.NullTime in Go 1.13+ (#995)
- Removed CloudSQL support (#993, #1007)
- Add Go Module support (#1003)
๐ New Features:
- Implement support of optional TLS (#900)
- Check connection liveness (#934, #964, #997, #1048, #1051, #1052)
- Implement Connector Interface (#941, #958, #1020, #1035)
๐ Bugfixes:
- Mark connections as bad on error during ping (#875)
- Mark connections as bad on error during dial (#867)
- Fix connection leak caused by rapid context cancellation (#1024)
- Mark connections as bad on error during Conn.Prepare (#1030)
-
v1.4.1
November 14, 2018๐ Bugfixes:
- Fix TIME format for binary columns (#818)
- Fix handling of empty auth plugin names (#835)
- Fix caching_sha2_password with empty password (#826)
- Fix canceled context broke mysqlConn (#862)
- Fix OldAuthSwitchRequest support (#870)
- Fix Auth Response packet for cleartext password (#887)
-
v1.4.0
June 03, 2018๐ Major Release
- ๐ Multi-Results support
- ๐
context.Context
support - ๐
ColumnType
support caching_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
-
v1.3.0
December 01, 2016๐ 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
-
v1.2.0
June 03, 2014๐ 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
-
v1.1.0
November 02, 2013๐ 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
-
v1.0.3
November 01, 2013๐ 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
-
v1.0.2
October 24, 2013๐ Minor Bugfix release
- ๐ Fixed false positive
io.EOF
errors
- ๐ Fixed false positive
-
v1.0
May 14, 2013๐ Initial Release