Skip to content

️ deps: Bump ioredis from 4.28.5 to 5.0.4

Yogi Bot requested to merge dependabot-npm_and_yarn-ioredis-5.0.4 into main

Bumps ioredis from 4.28.5 to 5.0.4.

Release notes

Sourced from ioredis's releases.

v5.0.4

5.0.4 (2022-04-09)

Bug Fixes

  • Expose ChainableCommander and other types (#1560) (df04dd8)

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)

... (truncated)

Changelog

Sourced from ioredis's changelog.

5.0.4 (2022-04-09)

Bug Fixes

  • Expose ChainableCommander and other types (#1560) (df04dd8)

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

... (truncated)

Commits
  • 7a9e5fd chore(release): 5.0.4 [skip ci]
  • df04dd8 fix: Expose ChainableCommander and other types (#1560)
  • 4c433ec docs: Update version table to avoid confusions
  • 79ea885 docs: Fix links to Redis class & use https (#1558)
  • 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
  • Additional commits viewable in compare view

Merge request reports