Skip to content

Commit a0583e0

Browse files
Release v1.3 (go-sql-driver#517)
* Update CHANGELOG * README: Removed most recent version and build status
1 parent 4ac31a9 commit a0583e0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## Version 1.3 (2016-12-01)
22

33
Changes:
44

@@ -8,6 +8,8 @@ Changes:
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

1214
New 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

2528
Bugfixes:
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)

README.md

-4
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)