|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
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 |
5 | 11 |
|
6 | 12 | Bugfixes
|
7 | 13 |
|
8 | 14 | - Fixed info command not working anymore with optional section argument
|
9 | 15 |
|
10 |
| -## v.2.5.0 - 15 Mar, 2015 |
| 16 | +## v.2.5.0 - 15 Mar, 2016 |
11 | 17 |
|
12 | 18 | Same changelog as the pre-release
|
13 | 19 |
|
14 |
| -## v.2.5.0-1 - 07 Mar, 2015 |
| 20 | +## v.2.5.0-1 - 07 Mar, 2016 |
15 | 21 |
|
16 | 22 | 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.
|
17 | 23 |
|
@@ -73,7 +79,7 @@ Deprecations
|
73 | 79 | - The `retry_max_delay` option is deprecated and will be removed in v.3.0.0. Please use the `retry_strategy` instead
|
74 | 80 | - The drain event is deprecated and will be removed in v.3.0.0. Please listen to the stream drain event instead
|
75 | 81 | - 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 |
77 | 83 | - Removed non documented command syntax (adding the callback to an arguments array instead of passing it as individual argument)
|
78 | 84 |
|
79 | 85 | ## v.2.4.2 - 27 Nov, 2015
|
|
0 commit comments