Skip to content

Commit fc9967a

Browse files
author
Ruben Bridgewater
committed
v.2.5.2
1 parent bfb8230 commit fc9967a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

changelog.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
Changelog
22
=========
33

4-
## v.2.5.1 - 15 Mar, 2015
4+
## v.2.5.2 - 16 Mar, 2016
5+
6+
Bugfixes
7+
8+
- Fixed breaking changes against Redis 2.4 introduced in 2.5.0 / 2.5.1
9+
10+
## v.2.5.1 - 15 Mar, 2016
511

612
Bugfixes
713

814
- Fixed info command not working anymore with optional section argument
915

10-
## v.2.5.0 - 15 Mar, 2015
16+
## v.2.5.0 - 15 Mar, 2016
1117

1218
Same changelog as the pre-release
1319

14-
## v.2.5.0-1 - 07 Mar, 2015
20+
## v.2.5.0-1 - 07 Mar, 2016
1521

1622
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.
1723

@@ -73,7 +79,7 @@ Deprecations
7379
- The `retry_max_delay` option is deprecated and will be removed in v.3.0.0. Please use the `retry_strategy` instead
7480
- The drain event is deprecated and will be removed in v.3.0.0. Please listen to the stream drain event instead
7581
- 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
76-
- Redis < v. 2.6.11 is not supported anymore and will not work in all cases. Please update to a newer redis version
82+
- 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
7783
- Removed non documented command syntax (adding the callback to an arguments array instead of passing it as individual argument)
7884

7985
## v.2.4.2 - 27 Nov, 2015

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Redis client library",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)