Skip to content

Commit 75d97ae

Browse files
authored
Merge pull request #824 from framp/master
Added changelog for next release
2 parents f11fef9 + ba17e98 commit 75d97ae

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.6.0 (01/08/2018)
2+
- Fixed `PromiseConnection.ping()` ignoring errors #813
3+
- Added a uri parameter to the connection config #815
4+
- Added a `.promise()` method shortcut on Pool,
5+
Connection and PoolConnection #810
6+
- Added more functions from node-mysql:
7+
`createQuery`, `raw`, `escape`, `escapeId`,
8+
`format` #799
9+
- Added `acquire` and `release` and release events
10+
on Connection #783
11+
- Added support for a Japanese charset `ujis` #772
12+
- Improved error handling on `ECONNRESET` #768
13+
- Drop support for Node 4 #791
14+
115
1.5.3 (19/03/2018)
216
- fix incorrect denque dependency #740
317
- build: bump to node 8.10 and 6.16

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql2",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)