Skip to content

Commit 5cc7342

Browse files
committed
Release 4.2.3
1 parent f270e97 commit 5cc7342

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
# 4.2.3
4+
5+
* Use io/wait instead of IO.select in the ruby connector. See #960.
6+
* Use exception free non blocking IOs in the ruby connector. See #926.
7+
* Prevent corruption of the client when an interrupt happen during inside a pipeline block. See #945.
8+
39
# 4.2.2
410

511
* Fix `WATCH` support for `Redis::Distributed`. See #941.

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.2.2'
4+
VERSION = '4.2.3'
55
end

0 commit comments

Comments
 (0)