Skip to content

Commit 5dd7df9

Browse files
committed
Release 4.4.0
1 parent a200ee3 commit 5dd7df9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# 4.4.0
4+
5+
* Redis cluster: fix cross-slot validation in pipelines. Fix ##1019.
6+
* Add support for `XAUTOCLAIM`. See #1018.
7+
* Properly issue `READONLY` when reconnecting to replicas. Fix #1017.
8+
* Make `del` a noop if passed an empty list of keys. See #998.
9+
* Add support for `ZINTER`. See #995.
10+
311
# 4.3.1
412

513
* Fix password authentication against redis server 5 and older.

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

0 commit comments

Comments
 (0)