Skip to content

Commit 20ca338

Browse files
authored
Add Redis.current possible breaking change to CHANGELOG 🚧 (#41)
1 parent 26ba637 commit 20ca338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ v2.2.0
2828
Feature:
2929
- Skip throttling when rate limited field is nil (#19)
3030

31+
⚠️ Possibly breaking change:
32+
- If your app relied on `Redis.current`, please provide a `redis_client` option
33+
explicitly, since
34+
[`Redis.current` is deprecated](https://github.com/redis/redis-rb/commit/9745e22db65ac294be51ed393b584c0f8b72ae98)
35+
and will be removed in Redis 5.
36+
3137
v2.1.0
3238
------
3339

0 commit comments

Comments
 (0)