Skip to content

Commit

Permalink
Add Redis.current possible breaking change to CHANGELOG 🚧 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny authored Nov 11, 2023
1 parent 26ba637 commit 20ca338
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ v2.2.0
Feature:
- Skip throttling when rate limited field is nil (#19)

⚠️ Possibly breaking change:
- If your app relied on `Redis.current`, please provide a `redis_client` option
explicitly, since
[`Redis.current` is deprecated](https://github.com/redis/redis-rb/commit/9745e22db65ac294be51ed393b584c0f8b72ae98)
and will be removed in Redis 5.

v2.1.0
------

Expand Down

0 comments on commit 20ca338

Please sign in to comment.