Skip to content

Commit 7ab0195

Browse files
committed
2.0.0-alpha9
1 parent 9f76bf6 commit 7ab0195

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Changes.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## v2.0.0-alpha9 (2013-08-27)
8+
9+
* Add query to pool to execute queries directly using the pool
10+
* Pool option to set queue limit
11+
* Pool sends 'connection' event when it opens a new connection
12+
* Added stringifyObjects option to treat input as strings rather than objects (#501)
13+
* Support for poolClusters
14+
* Datetime improvements
15+
* Bug fixes
16+
717
## v2.0.0-alpha8 (2013-04-30)
818

919
* Switch to old mode for Streams 2 (Node.js v 0.10.x)

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Install
66

77
```bash
8-
npm install [email protected]alpha8
8+
npm install [email protected]alpha9
99
```
1010

1111
Despite the alpha tag, this is the recommended version for new applications.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "mysql",
44
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
5-
"version": "2.0.0-alpha8",
5+
"version": "2.0.0-alpha9",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/felixge/node-mysql"

0 commit comments

Comments
 (0)