Skip to content

Commit 03b060f

Browse files
committed
Update CHANGELOG
1 parent 63befa5 commit 03b060f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
- Removed the `synchrony` driver.
2929
- Removed `Redis.exists_returns_integer`, it's now always enabled.
3030

31+
# 4.8.0
32+
33+
* Introduce `sadd?` and `srem?` as boolean returning versions of `sadd` and `srem`.
34+
* Deprecate `sadd` and `srem` returning a boolean when called with a single argument.
35+
To enable the redis 5.0 behavior you can set `Redis.sadd_returns_boolean = true`.
36+
* Deprecate passing `timeout` as a positional argument in blocking commands (`brpop`, `blop`, etc).
37+
3138
# 4.7.1
3239

3340
* Gracefully handle OpenSSL 3.0 EOF Errors (`OpenSSL::SSL::SSLError: SSL_read: unexpected eof while reading`). See #1106

0 commit comments

Comments
 (0)