Skip to content

Commit 7c0cde9

Browse files
committed
Release 5.2.0
1 parent b2f9c28 commit 7c0cde9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 5.2.0
4+
5+
- Now require Ruby 2.6 because `redis-client` does.
6+
- Eagerly close subscribed connection when using `subscribe_with_timeout`. See #1259.
37
- Add `exception` flag in `pipelined` allowing failed commands to be returned in the result array when set to `false`.
48

59
# 5.1.0

lib/redis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Redis
4-
VERSION = '5.1.0'
4+
VERSION = '5.2.0'
55
end

0 commit comments

Comments
 (0)