chore(deps): update dependency ioredis to v4.30.1 #672
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.27.6->4.30.14.26.4->4.28.10Release Notes
luin/ioredis (ioredis)
v4.30.1Compare Source
Bug Fixes
v4.30.0Compare Source
Features
v4.29.1Compare Source
Features
Bug Fixes
v4.28.5Compare Source
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:[email protected]:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:[email protected]: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.
4.28.5 (2022-02-06)
Bug Fixes
4.28.4 (2022-02-02)
Bug Fixes
4.28.3 (2022-01-11)
Bug Fixes
4.28.2 (2021-12-01)
Bug Fixes
4.28.1 (2021-11-23)
Bug Fixes
v4.28.4Compare Source
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:[email protected]:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:[email protected]: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.
4.28.5 (2022-02-06)
Bug Fixes
4.28.4 (2022-02-02)
Bug Fixes
4.28.3 (2022-01-11)
Bug Fixes
4.28.2 (2021-12-01)
Bug Fixes
4.28.1 (2021-11-23)
Bug Fixes
v4.28.3Compare Source
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:[email protected]:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:[email protected]: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.
4.28.5 (2022-02-06)
Bug Fixes
4.28.4 (2022-02-02)
Bug Fixes
4.28.3 (2022-01-11)
Bug Fixes
4.28.2 (2021-12-01)
Bug Fixes
4.28.1 (2021-11-23)
Bug Fixes
v4.28.2Compare Source
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:[email protected]:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:[email protected]: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.
4.28.5 (2022-02-06)
Bug Fixes
4.28.4 (2022-02-02)
Bug Fixes
4.28.3 (2022-01-11)
Bug Fixes
4.28.2 (2021-12-01)
Bug Fixes
4.28.1 (2021-11-23)
Bug Fixes
v4.28.1Compare Source
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:[email protected]:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:[email protected]: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.
4.28.5 (2022-02-06)
Bug Fixes
4.28.4 (2022-02-02)
Bug Fixes
4.28.3 (2022-01-11)
Bug Fixes
4.28.2 (2021-12-01)
Bug Fixes
4.28.1 (2021-11-23)
Bug Fixes
v4.28.0Compare Source
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:[email protected]:6380/4")was ignored unless
allowUsernameInURIis specified:new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").Now, if you don't want to send username to Redis, just leave the username part empty:
new Redis("redis://:[email protected]: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.
4.28.5 (2022-02-06)
Bug Fixes
4.28.4 (2022-02-02)
Bug Fixes
4.28.3 (2022-01-11)
Bug Fixes
4.28.2 (2021-12-01)
Bug Fixes
4.28.1 (2021-11-23)
Bug Fixes
v4.27.11Compare Source
Features
4.27.11 (2021-10-11)
Bug Fixes
4.27.10 (2021-10-04)
Bug Fixes
4.27.9 (2021-08-30)
Bug Fixes
4.27.8 (2021-08-18)
Bug Fixes
4.27.7 (2021-08-01)
Bug Fixes
4.27.6 (2021-06-13)
Bug Fixes
4.27.5 (2021-06-05)
Bug Fixes
4.27.4 (2021-06-04)
Performance Improvements
4.27.3 (2021-05-22)
Bug Fixes
4.27.2 (2021-05-04)
Bug Fixes
4.27.1 (2021-04-24)
Bug Fixes
v4.27.10Compare Source
Features
4.27.11 (2021-10-11)
Bug Fixes
4.27.10 (2021-10-04)
Bug Fixes
4.27.9 (2021-08-30)
Bug Fixes
4.27.8 (2021-08-18)
Bug Fixes
4.27.7 (2021-08-01)
Bug Fixes
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.