File tree 2 files changed +6
-5
lines changed
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)
2
2
3
3
Changes:
4
4
8
8
- TLS ServerName defaults to the host (#283 )
9
9
- Refactoring (#400 , #410 , #437 )
10
10
- 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 )
11
13
12
14
New Features:
13
15
@@ -21,6 +23,7 @@ New Features:
21
23
- Support for JSON field type (#414 )
22
24
- Support for multi-statements and multi-results (#411 , #431 )
23
25
- DSN parameter to set the driver-side max_allowed_packet value manually (#489 )
26
+ - Native password authentication plugin support (#494 , #524 )
24
27
25
28
Bugfixes:
26
29
@@ -38,6 +41,8 @@ Bugfixes:
38
41
- Fixed parsing of floats into float64 when placeholders are used (#434 )
39
42
- Fixed DSN tests with Go 1.7+ (#459 )
40
43
- 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 )
41
46
42
47
43
48
## 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
4
4
5
5
![ Go-MySQL-Driver logo] ( https://raw.github.com/wiki/go-sql-driver/mysql/gomysql_m.png " Golang Gopher holding the MySQL Dolphin ")
6
6
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
-
11
7
---------------------------------------
12
8
* [ Features] ( #features )
13
9
* [ Requirements] ( #requirements )
You can’t perform that action at this time.
0 commit comments