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 2.0.0 to 2.5.0 #114

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Mar 6, 2020

Snyk has created this PR to upgrade ioredis from 2.0.0 to 2.5.0.

ℹ️ 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.
  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released 3 years ago, on 2017-01-06.
Release notes
Package name: ioredis
  • 2.5.0 - 2017-01-06

    Features

    • quit immediately when in reconnecting state (#410) (a6f04f2)
  • 2.4.3 - 2016-12-15

    Bug Fixes

  • 2.4.2 - 2016-12-04

    Bug Fixes

    • handle error when creating tls connection (904f433)
  • 2.4.1 - 2016-12-04

    Performance Improvements

    • by default call setNoDelay on the stream (#406) (990a221)
  • 2.4.0 - 2016-09-24

    Features

  • 2.3.1 - 2016-09-24

    Bug Fixes

    • prevent sentinel from getting duplicated nodes (0338677)
  • 2.3.0 - 2016-08-11

    Bug Fixes

    • reject with general error in Redis#connect (#354) (8f7a436)

    Features

  • 2.2.0 - 2016-06-28

    Bug Fixes

    • cluster: ensure node exists before being redirected via an ASK (#341) (5d9d0d3)

    Features

    • cluster: add Cluster#quit() to quit cluster gracefully. (#339) (68c4ccc), closes #315
  • 2.1.0 - 2016-06-22

    Bug Fixes

    • remove unnecessary unhandled error warnings (#322) (a1ff2f6)

    Features

    • sentinel: update sentinels after getting master (e3f14b2)

    Performance Improvements

    • cluster: improve the performance of calculating slots (#323) (3ab4e8a)
  • 2.0.1 - 2016-06-01

    Bug Fixes

    • fix transaction with dropBufferSupport:true(47a2d9a)
  • 2.0.0 - 2016-05-29
from ioredis GitHub release notes
Commit messages
Package name: ioredis
  • 865219c chore(release): 2.5.0
  • 950f1a4 docs(CHANGELOG): 2.5.0
  • 564592b docs(README): update contributors
  • a6f04f2 feat: quit immediately when in reconnecting state (#410)
  • f526ae1 chore(release): 2.4.3
  • 3cf4dd6 docs(CHANGELOG): 2.4.3
  • 01fc417 docs(README): remove the dependency status badge
  • 26f45bc test: fix test coverage of codeclimate
  • 4e340d5 docs(README): update contributors
  • bfa879a fix: wait all the commands in a pipeline before sending #411 (#413)
  • 26dd792 style: format test code
  • 266d497 docs(README): typo (#412)
  • aa4bd1d test: fix test for not release "end" binding
  • 0b50a56 chore(release): 2.4.2
  • 06b9c40 docs(CHANGELOG): 2.4.2
  • 904f433 fix: handle error when creating tls connection
  • bbab295 chore(release): 2.4.1
  • 19cb942 docs(CHANGELOG): 2.4.1
  • 990a221 perf: by default call setNoDelay on the stream (#406)
  • ea6fbf2 docs(API.md): fixing spelling of "recommended" (#386)
  • d34bfd0 chore: restrict files included in npm package (#385)
  • 5f74075 chore(release): 2.4.0
  • d5425d5 docs(CHANGELOG): 2.4.0
  • ee0b605 docs(README): update contributors

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@qubyte qubyte merged commit b8d24c1 into master Mar 6, 2020
@qubyte qubyte deleted the snyk-upgrade-a4d6b6f9520bb0fe132e5c522c65d795 branch March 6, 2020 01:13
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.

Disconnecting from Cluster while waiting for all pending commands
2 participants