From fc9967a14000dc871deeec3956d447afd61ec9c4 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 17 Mar 2016 00:02:08 +0100 Subject: [PATCH] v.2.5.2 --- changelog.md | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index f3b49a0..df22c86 100644 --- a/changelog.md +++ b/changelog.md @@ -1,17 +1,23 @@ Changelog ========= -## v.2.5.1 - 15 Mar, 2015 +## v.2.5.2 - 16 Mar, 2016 + +Bugfixes + +- Fixed breaking changes against Redis 2.4 introduced in 2.5.0 / 2.5.1 + +## v.2.5.1 - 15 Mar, 2016 Bugfixes - Fixed info command not working anymore with optional section argument -## v.2.5.0 - 15 Mar, 2015 +## v.2.5.0 - 15 Mar, 2016 Same changelog as the pre-release -## v.2.5.0-1 - 07 Mar, 2015 +## v.2.5.0-1 - 07 Mar, 2016 This is a big release with some substaintual underlining changes. Therefor this is released as a pre-release and I encourage anyone who's able to, to test this out. @@ -73,7 +79,7 @@ Deprecations - The `retry_max_delay` option is deprecated and will be removed in v.3.0.0. Please use the `retry_strategy` instead - The drain event is deprecated and will be removed in v.3.0.0. Please listen to the stream drain event instead - The idle event is deprecated and will likely be removed in v.3.0.0. If you rely on this feature please open a new ticket in node_redis with your use case -- Redis < v. 2.6.11 is not supported anymore and will not work in all cases. Please update to a newer redis version +- Redis < v. 2.6 is not officially supported anymore and might not work in all cases. Please update to a newer redis version as it is not possible to test for these old versions - Removed non documented command syntax (adding the callback to an arguments array instead of passing it as individual argument) ## v.2.4.2 - 27 Nov, 2015 diff --git a/package.json b/package.json index dbe6002..42c9996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis", - "version": "2.5.1", + "version": "2.5.2", "description": "Redis client library", "keywords": [ "database",