This repository was archived by the owner on Feb 20, 2023. It is now read-only.
fix(deps): update dependency ioredis to v5#135
Open
renovate[bot] wants to merge 1 commit intostagingfrom
Open
Conversation
6d5ecc2 to
94b1d30
Compare
b4f30c2 to
ef5fad4
Compare
46ce0cc to
ff4e072
Compare
3a75bea to
c91f5e8
Compare
c91f5e8 to
0ccfc93
Compare
0ccfc93 to
4895638
Compare
4895638 to
8810dfa
Compare
24583f9 to
6734486
Compare
c3e4c37 to
bd6882d
Compare
bd6882d to
d08ba65
Compare
d08ba65 to
9e657ec
Compare
9e657ec to
5816896
Compare
5816896 to
f27ea32
Compare
f72733f to
d692e18
Compare
d692e18 to
34585f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
4.28.5->5.3.1Release Notes
luin/ioredis
v5.3.1Compare Source
Bug Fixes
v5.3.0Compare Source
Bug Fixes
Features
5.2.6 (2023-01-25)
Bug Fixes
5.2.5 (2023-01-14)
Bug Fixes
Named export to support ESM imports in Typescript (#1695) (cdded57)
With this change, users would be able to import Redis with
import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.5.2.4 (2022-11-02)
Bug Fixes
5.2.3 (2022-08-23)
Bug Fixes
5.2.2 (2022-07-23)
Bug Fixes
5.2.1 (2022-07-16)
Bug Fixes
v5.2.6Compare Source
Bug Fixes
v5.2.5Compare Source
Bug Fixes
Named export to support ESM imports in Typescript (#1695) (cdded57)
With this change, users would be able to import Redis with
import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.v5.2.4Compare Source
Bug Fixes
v5.2.3Compare Source
Bug Fixes
v5.2.2Compare Source
Bug Fixes
v5.2.1Compare Source
Bug Fixes
v5.2.0Compare Source
Features
v5.1.0Compare Source
Features
5.0.6 (2022-05-31)
Bug Fixes
5.0.5 (2022-05-17)
Bug Fixes
5.0.4 (2022-04-09)
Bug Fixes
5.0.3 (2022-03-31)
Bug Fixes
5.0.2 (2022-03-30)
Bug Fixes
5.0.1 (2022-03-26)
Bug Fixes
v5.0.6Compare Source
Bug Fixes
v5.0.5Compare Source
Bug Fixes
v5.0.4Compare Source
Bug Fixes
v5.0.3Compare Source
Bug Fixes
v5.0.2Compare Source
Bug Fixes
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
In the update of v5, we've made ioredis even more stable and developer-friendly while minimizing the number of breaking changes, so you can spend more time enjoying your life 😄.
Please refer to the guideline to upgrade your projects: 🚀 Upgrading from v4 to v5.
Bug Fixes
Features
BREAKING CHANGES
slotsRefreshIntervalis disabled by default,previously, the default value was 5000.
allowUsernameInURIis removed and ioredis will alwaysuse the username passed via URI.
Previously, the
usernamepart innew Redis("redis://username:authpassword@127.0.0.1:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:authpassword@127.0.0.1:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:authpassword@127.0.0.1:6380/4")Redis#serverInfois removed. This field is never documented soyou very likely have never used it.
exports.Promise = require('bluebird')) are kept but they don't take any effects. The native Promise will always be used.Rediscan't be called as a function anymore as it's now a class.Please change
Redis()tonew Redis(). Note thatRedis()was already deprecatedin the previous version.
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.