Update dependency rate-limiter-flexible to v3 #1419
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.4.1
->^3.0.0
Release Notes
animir/node-rate-limiter-flexible (rate-limiter-flexible)
v3.0.4
Compare Source
v3.0.3
Compare Source
v3.0.2
: PostgreSQL quote table name and support for schema name optionCompare Source
schemaName
to RateLimiterPostgres limiter. Thanks to @paulsc54🍯
v3.0.1
Compare Source
v3.0.0
: Support of ioredis v4+ and redis v4+Compare Source
I have really great news!
rate-limiter-flexible
supportsioredis
v4+ andredis
v4+ now.We have been waiting for this moment for years.
Thanks to @roggervalf. And one big thank you from me personally
Since this is major release, there are
BREAKING CHANGES:
rate-limiter-flexible
works withioredis
package of any version (tested versions 2, 3, 4 and 5) by default now.redis
package version 4 or later, you should set useRedisPackage flag.redis
client withlegacyMode: true
, you should remove it.redis
of version 3 or lower, you should stick torate-limiter-flexible
version 2. Or try the experimental useRedis3AndLowerPackage option.inmemory
prefix are removed. You can use inMemoryBlockOnConsumed andinMemoryBlockDuration instead.
redis
option forRateLimiterRedis
was removed. (Most likely you never heard about it, since it was deprecated years ago). You should usestoreClient
option instead.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.