From 98808b3b12ac73e7c66314f2feda70751035ebea Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Fri, 30 Aug 2013 11:40:01 +1000 Subject: [PATCH] v0.10.3 --- Changelog.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index da6c005f6e..4788c70a4e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,12 @@ -// top version is work in progres -0.10.3 +Backlog: - Multiple results support in binary protocol #27 - Apply timezone from config to DATETIME values with no tz #15 + - custom typeCast handlers in generated parser #39 + +0.10.3 + - various ssl fixes and refactoring (ssl was broken for some time) 213d375f7263cb6f5e724fdac3ea156ccee4bbd4 + - Server protocol: handle null values serialisation + (Michael Muturi Njonge) #36 831b2a100795f36649f0c3d79b7839a95f771a05 0.10.2 - return DECIMAL and NEWDECIMAL as string in binary prot #40 969fba6ff1dbf14d53d3efc9f94083b8306cf0b5 diff --git a/package.json b/package.json index 9a0f3ad7f6..778eeb9286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysql2", - "version": "0.10.2", + "version": "0.10.3", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {