Skip to content

Releases: go-sql-driver/mysql

Version 1.4.0

03 Jun 12:50
d523deb
Compare
Choose a tag to compare

Major Release

  • Multi-Results support
  • context.Context support
  • ColumnType support
  • caching_sha2_password (MySQL 8 default) and sha256_password authentication support
  • Transaction isolation level support
  • Read-Only transactions support
  • Many, many bugfixes

See CHANGELOG.md for full details

Version 1.3.0

01 Dec 11:58
Compare
Choose a tag to compare

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

03 Jun 21:52
Compare
Choose a tag to compare

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

02 Nov 14:17
Compare
Choose a tag to compare

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

01 Nov 17:31
Compare
Choose a tag to compare

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

24 Oct 15:34
Compare
Choose a tag to compare

Minor Bugfix release

  • Fixed false positive io.EOF errors

Version 1.0.1

02 Jul 22:02
Compare
Choose a tag to compare

Minor Bugfix release

  • fixes support for reading split packets

Version 1.0.0

02 Jul 21:59
Compare
Choose a tag to compare

1.0 release

Beta 5

03 Nov 09:46
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release
beta5

Beta 5

Beta 4

03 Nov 09:46
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

Fix DATE values
Fixes #39