We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf8c7a0 + a384140 commit dad7c6fCopy full SHA for dad7c6f
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# 4.x (unreleased)
2
+
3
+## Planned breaking changes:
4
+* `Redis#client` will no longer expose the underlying `Redis::Client`;
5
+ it has not yet been determined how 4.0 will expose the underlying
6
+ functionality, but we will make every attempt to provide a final minor
7
+ release of 3.x that provides the new interfaces in order to facilitate
8
+ a smooth transition.
9
10
+* Ruby 1.8.7 (and the 1.8 modes of JRuby and Rubinius) will no longer be
11
+ supported; 1.8.x entered end-of-life in June of 2012 and stopped receiving
12
+ security updates in June of 2013; continuing to support it would prevent
13
+ the use of newer features of Ruby.
14
15
# 3.1.x (unreleased)
16
17
* Added debug log sanitization (#428).
0 commit comments