chore(deps): update dependency ioredis to v4.31.0#693
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
4585e15 to
2da282e
Compare
2da282e to
e5a2b58
Compare
e5a2b58 to
ca64319
Compare
ca64319 to
c96c348
Compare
c96c348 to
a5994fe
Compare
a5994fe to
d2548a9
Compare
d2548a9 to
106253e
Compare
106253e to
9c675c2
Compare
9c675c2 to
7bf6a68
Compare
7bf6a68 to
ed27919
Compare
ed27919 to
7b99ea0
Compare
7b99ea0 to
f63d1cd
Compare
f63d1cd to
93ea67c
Compare
93ea67c to
377bb5e
Compare
377bb5e to
874e6f4
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.31.04.26.4→4.28.10Release Notes
luin/ioredis (ioredis)
v4.31.0Compare Source
Features
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: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.
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: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.
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: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.
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: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.
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: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.
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: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.
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
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.