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

Update ioredis to the latest version 🚀 #8

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 18, 2017

Version 3.0.0 of ioredis just got published.

Dependency ioredis
Current Version 2.5.0
Type dependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ioredis.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

Features

  • pipeline: add #length to get the command count (a6060cb), closes #461
  • sentinel: allow connection to IPv6-only sentinels (#463) (a389f3c)
Commits

The new version differs by 22 commits.

  • 38db0cc chore(release): 3.0.0
  • ddb67fc docs(CHANGELOG): 3.0.0
  • b5025eb docs(README): update contributors
  • a6060cb feat(pipeline): add #length to get the command count
  • a389f3c feat(sentinel): allow connection to IPv6-only sentinels (#463)
  • fd9a729 docs(API): remove redundant members (#462)
  • e6054a3 chore(release): 3.0.0-2
  • 9e750e4 docs(CHANGELOG): 3.0.0-2
  • dc8256e fix: restore the default connectTimeout to 10000
  • 9657213 docs: another jsdoc fix (#458)
  • 4e063cb docs(API): fix jsdocs
  • d1c781e chore(release): 3.0.0-1
  • f83d3a2 docs(CHANGELOG): v3.0.0-1
  • ce997fe docs(README): update contributors
  • 626deb4 refactor: better code style for handling sentinel errors

There are 22 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request May 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2017

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

Bug Fixes

  • non-owned properties cause empty args for mset & hmset (#469) (e7b6352)

Features

  • cluster: add option to control timeout on cluster slots refresh (#475) (493d095)
Commits

The new version differs by 6 commits.

  • f6fdc82 chore(release): 3.1.0
  • ebf2e25 docs(CHANGELOG): 3.1.0
  • 105cae9 docs(API): update API docs
  • 83ca9b7 docs(README): update contributors
  • 493d095 feat(cluster): add option to control timeout on cluster slots refresh (#475)
  • e7b6352 fix: non-owned properties cause empty args for mset & hmset (#469)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 31, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2017

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1: Hi, Node.js v8.0.0

Bug Fixes

  • show error name in the error stack for Node.js 8 (a628aa7)
Commits

The new version differs by 4 commits.

  • d287fdc chore(release): 3.1.1
  • e9bae69 docs(CHANGELOG): 3.1.1
  • a628aa7 fix: show error name the error stack for Node.js 8
  • 32a073a test: add test case for Node.js v8

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2017

Version 3.1.2 just got published.

Update to this version instead 🚀

Release Notes v3.1.2

Bug Fixes

  • stop mutating the arguments when calling multi (#480) (a380030)
Commits

The new version differs by 5 commits.

  • f4f8cba chore(release): 3.1.2
  • 85516b6 docs(CHANGELOG): 3.1.2
  • f7b9791 docs(README): update contributors
  • efa5640 docs(README): add documentation for slotsRefreshTimeout (#487)
  • a380030 fix: stop mutating the arguments when calling multi (#480)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2017

Version 3.1.3 just got published.

Update to this version instead 🚀

Release Notes v3.1.3

Bug Fixes

  • allow convertObjectToArray to handle objects with no prototype (#507) (8e17920)
Commits

The new version differs by 8 commits.

  • 4aa4d3d chore(release): 3.1.3
  • 498c534 docs(CHANGELOG): 3.1.3
  • 87dfa15 chore: update release script for "package-lock.json"
  • ee11384 docs(README): update contributors
  • e2325ea deps: upgrade devDependencies
  • d5867f7 deps: prefer to using built-in methods
  • 58dc630 chore: switch from single lodash library to functions required (#494)
  • 8e17920 fix: allow convertObjectToArray to handle objects with no prototype (#507)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2017

Version 3.1.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • b488e08 chore(release): 3.1.4
  • 9cce00d docs(CHANGELOG): 3.1.4
  • b2d2caa Revert "deps: prefer to using built-in methods"

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2017

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes v3.2.0

Features

  • truncate large/long debug output arguments (#523) (cf18554)
Commits

The new version differs by 5 commits.

  • a79024a chore(release): 3.2.0
  • 9aa2741 docs(CHANGELOG): 3.2.0
  • cf18554 feat: truncate large/long debug output arguments (#523)
  • 8228714 chore: fix test for Node.js v0.10.0
  • a7aad85 docs(Changelog): 3.1.4

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2017

Version 3.2.1 just got published.

Update to this version instead 🚀

Release Notes v3.2.1

Bug Fixes

Commits

The new version differs by 4 commits.

  • e5e3c14 chore(release): 3.2.1
  • 9004236 docs(CHANGELOG): 3.2.1
  • e42f30f fix(Cluster): empty key name was sent to random nodes
  • a2efed5 docs(README): update contributors for v3.2.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2017

Version 3.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants