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.
1 parent d6a2fd5 commit 9101933Copy full SHA for 9101933
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Unreleased
2
3
+# 4.1.2
4
+
5
+* Fix the client hanging forever when connecting with SSL to a non-SSL server. See #835.
6
+* Fix several authentication problems with sentinel. See #850 and #856.
7
+* Explicitly drop Ruby 2.2 support.
8
9
10
# 4.1.1
11
12
* Fix error handling in multi blocks. See #754.
lib/redis/version.rb
@@ -1,3 +1,3 @@
class Redis
- VERSION = '4.1.1'
+ VERSION = '4.1.2'
end
0 commit comments