Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ioredis from 4.27.2 to 5.0.3 #160

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps ioredis from 4.27.2 to 5.0.3.

Release notes

Sourced from ioredis's releases.

v5.0.3

5.0.3 (2022-03-31)

Bug Fixes

  • add named exports to keep compatible with @​types/ioredis (#1552) (a89a900)
  • Fix failover detector with sentinel and tls streams (ac00a00)
  • handle NOPERM error for monitor (93b873d), closes #1498
  • Hook up the keepAlive after a successful connect (14f03a4), closes #1339

v5.0.2

5.0.2 (2022-03-30)

Bug Fixes

  • allow option maxRetriesPerRequest to be null (#1553) (d62a808), closes #1550
  • support TypeScript interface as parameters of hmset and mset (#1545) (3444791), closes #1536

v5.0.1

5.0.1 (2022-03-26)

Bug Fixes

  • improve typing compatibility with @​types/ioredis (#1542) (3bf300a)

v5.0.0

5.0.0 (2022-03-26)

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

  • add @​ioredis/interface-generator to dev deps (aa3b3e9)
  • add missing declaration for callBuffer (08c9072)
  • add the missing typing for Redis#call() (747dd30)
  • better support for CJS importing (687d3eb)
  • disable slotsRefreshInterval by default (370fa62)
  • Fix the NOSCRIPT behavior when using pipelines (bc1b168)
  • improve typing for auto pipelining (4e8c567)
  • improve typing for pipeline (d18f3fe)
  • keyPrefix should work with Buffer (6942cec), closes #1486
  • make fields private when possible (d5c2f20)
  • parameter declaration of Redis#duplicate (a29d9c4)
  • pipeline fails when cluster is not ready (af60bb0), closes #1460
  • remove dropBufferSupport option (04e68ac)

... (truncated)

Changelog

Sourced from ioredis's changelog.

5.0.3 (2022-03-31)

Bug Fixes

  • add named exports to keep compatible with @​types/ioredis (#1552) (a89a900)
  • Fix failover detector with sentinel and tls streams (ac00a00)
  • handle NOPERM error for monitor (93b873d), closes #1498
  • Hook up the keepAlive after a successful connect (14f03a4), closes #1339

5.0.2 (2022-03-30)

Bug Fixes

  • allow option maxRetriesPerRequest to be null (#1553) (d62a808), closes #1550
  • support TypeScript interface as parameters of hmset and mset (#1545) (3444791), closes #1536

5.0.1 (2022-03-26)

Bug Fixes

  • improve typing compatibility with @​types/ioredis (#1542) (3bf300a)

5.0.0 (2022-03-26)

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

  • add @​ioredis/interface-generator to dev deps (aa3b3e9)
  • add missing declaration for callBuffer (08c9072)
  • add the missing typing for Redis#call() (747dd30)
  • better support for CJS importing (687d3eb)
  • disable slotsRefreshInterval by default (370fa62)
  • Fix the NOSCRIPT behavior when using pipelines (bc1b168)
  • improve typing for auto pipelining (4e8c567)
  • improve typing for pipeline (d18f3fe)
  • keyPrefix should work with Buffer (6942cec), closes #1486
  • make fields private when possible (d5c2f20)
  • parameter declaration of Redis#duplicate (a29d9c4)
  • pipeline fails when cluster is not ready (af60bb0), closes #1460
  • remove dropBufferSupport option (04e68ac)
  • remove unused Command#isCustomCommand (46ade6b)
  • rename interfaces by dropping prefix I (d1d9dba)
  • Reset loaded script hashes to force a reload of scripts after reconnect of redis (60c2af9)

... (truncated)

Commits
  • 0db2d4f chore(release): 5.0.3 [skip ci]
  • 93b873d fix: handle NOPERM error for monitor
  • ac00a00 fix: Fix failover detector with sentinel and tls streams
  • 14f03a4 fix: Hook up the keepAlive after a successful connect
  • a89a900 fix: add named exports to keep compatible with @​types/ioredis (#1552)
  • 2f3f98f docs: update docs for sendCommand
  • 92e7cd9 chore(release): 5.0.2 [skip ci]
  • 3444791 fix: support TypeScript interface as parameters of hmset and mset (#1545)
  • d62a808 fix: allow option maxRetriesPerRequest to be null (#1553)
  • a84ffbe chore: generate docs on release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ioredis](https://github.com/luin/ioredis) from 4.27.2 to 5.0.3.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v4.27.2...v5.0.3)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Related to updating outdated dependencies label Apr 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 11, 2022

Superseded by #163.

@dependabot dependabot bot closed this Apr 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ioredis-5.0.3 branch April 11, 2022 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to updating outdated dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants