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

[Snyk] Upgrade ioredis from 4.28.4 to 5.4.1 #603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stanislav1975
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade ioredis from 4.28.4 to 5.4.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 25 versions ahead of your current version.

  • The recommended version was released on 4 months ago.

Release notes
Package name: ioredis
  • 5.4.1 - 2024-04-17

    5.4.1 (2024-04-17)

    Bug Fixes

  • 5.4.0 - 2024-04-16

    5.4.0 (2024-04-16)

    Bug Fixes

    • when refreshSlotsCache is called concurrently, call the callback only when the refresh process is done (#1881) (804ee07)

    Features

  • 5.3.2 - 2023-04-15

    5.3.2 (2023-04-15)

    Bug Fixes

  • 5.3.1 - 2023-02-12

    5.3.1 (2023-02-12)

    Bug Fixes

    • Fix commands not resend on reconnect in edge cases (#1720) (fe52ff1), closes #1718
    • Fix db parameter not working with auto pipelining (#1721) (d9b1bf1)
  • 5.3.0 - 2023-01-25

    5.3.0 (2023-01-25)

    Bug Fixes

    Features

  • 5.2.6 - 2023-01-25

    5.2.6 (2023-01-25)

    Bug Fixes

    • remove extraneous TCP/IPC properties from RedisOptions TS type (#1707) (9af7b1c)
  • 5.2.5 - 2023-01-14

    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

    5.2.4 (2022-11-02)

    Bug Fixes

    • passing in family parameter in URL in node 18 (#1673) (6f1ab9f)
  • 5.2.3 - 2022-08-23

    5.2.3 (2022-08-23)

    Bug Fixes

  • 5.2.2 - 2022-07-23
  • 5.2.1 - 2022-07-16
  • 5.2.0 - 2022-07-11
  • 5.1.0 - 2022-06-25
  • 5.0.6 - 2022-05-31
  • 5.0.5 - 2022-05-17
  • 5.0.4 - 2022-04-09
  • 5.0.3 - 2022-03-31
  • 5.0.2 - 2022-03-30
  • 5.0.1 - 2022-03-26
  • 5.0.0 - 2022-03-26
  • 5.0.0-beta.4 - 2022-03-19
  • 5.0.0-beta.3 - 2022-03-19
  • 5.0.0-beta.2 - 2022-03-16
  • 5.0.0-beta.1 - 2022-03-14
  • 4.28.5 - 2022-02-06
  • 4.28.4 - 2022-02-02
from ioredis GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade ioredis from 4.28.4 to 5.4.1.

See this package in npm:
ioredis

See this project in Snyk:
https://app.snyk.io/org/stanislav1975/project/0137394d-a624-4717-a6a5-6014dcdac5f6?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A very fast retry strategy hangs blocking commands forever unsubscribe failed when stringNumbers is True
2 participants