Skip to content

Commit d6626e6

Browse files
committed
Release 4.7.1
1 parent 6b4b3e8 commit d6626e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
# 4.7.1
4+
5+
* Gracefully handle OpenSSL 3.0 EOF Errors (`OpenSSL::SSL::SSLError: SSL_read: unexpected eof while reading`). See #1106
6+
This happens frequently on heroku-22.
7+
38
# 4.7.0
49

510
* Support single endpoint architecture with SSL/TLS in cluster mode. See #1086.

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Redis
4-
VERSION = '4.7.0'
4+
VERSION = '4.7.1'
55
end

0 commit comments

Comments
 (0)