Skip to content

Commit 7587668

Browse files
committed
Release 4.2.5
1 parent f7d354f commit 7587668

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# 4.2.5
4+
5+
* Optimize the ruby connector write buffering. See #964.
6+
37
# 4.2.4
48

59
* Fix bytesize calculations in the ruby connector, and work on a copy of the buffer. Fix #961, #962.

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

0 commit comments

Comments
 (0)