File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- ## HEAD
1+ ## Version 1.3 (2016-12-01)
22
33Changes:
44
88 - TLS ServerName defaults to the host (#283 )
99 - Refactoring (#400 , #410 , #437 )
1010 - Adjusted documentation for second generation CloudSQL (#485 )
11+ - Documented DSN system var quoting rules (#502 )
12+ - Made statement.Close() calls idempotent to avoid errors in Go 1.6+ (#512 )
1113
1214New Features:
1315
@@ -21,6 +23,7 @@ New Features:
2123 - Support for JSON field type (#414 )
2224 - Support for multi-statements and multi-results (#411 , #431 )
2325 - DSN parameter to set the driver-side max_allowed_packet value manually (#489 )
26+ - Native password authentication plugin support (#494 , #524 )
2427
2528Bugfixes:
2629
@@ -38,6 +41,8 @@ Bugfixes:
3841 - Fixed parsing of floats into float64 when placeholders are used (#434 )
3942 - Fixed DSN tests with Go 1.7+ (#459 )
4043 - Handle ERR packets while waiting for EOF (#473 )
44+ - Invalidate connection on error while discarding additional results (#513 )
45+ - Allow terminating packets of length 0 (#516 )
4146
4247
4348## Version 1.2 (2014-06-03)
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
44
55![ Go-MySQL-Driver logo] ( https://raw.github.com/wiki/go-sql-driver/mysql/gomysql_m.png " Golang Gopher holding the MySQL Dolphin ")
66
7- ** Latest stable Release:** [ Version 1.2 (June 03, 2014)] ( https://github.com/go-sql-driver/mysql/releases )
8-
9- [ ![ Build Status] ( https://travis-ci.org/go-sql-driver/mysql.png?branch=master )] ( https://travis-ci.org/go-sql-driver/mysql )
10-
117---------------------------------------
128 * [ Features] ( #features )
139 * [ Requirements] ( #requirements )
You can’t perform that action at this time.
0 commit comments