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

An in-range update of ioredis is breaking the build 🚨 #2

Open
greenkeeper bot opened this issue Oct 23, 2017 · 23 comments
Open

An in-range update of ioredis is breaking the build 🚨 #2

greenkeeper bot opened this issue Oct 23, 2017 · 23 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Oct 23, 2017

Version 3.2.0 of ioredis was just published.

Branch Build failing 🚨
Dependency ioredis
Current Version 3.1.4
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

ioredis is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci A command timed out during your tests Details

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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2017

Version 3.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2017

After pinning to 3.1.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 30, 2017

Version 3.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.2

Upgrade the debug module: In order to close a low-severity ReDoS vulnerability, the debug
module should be updated to at least v2.6.9

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2018

  • The dependency ioredis was updated from 4.0.0 to 4.0.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.0.1

Bug Fixes

  • cluster: robust solution for pub/sub in cluster (#697) (13a5bc4), closes #696
Commits

The new version differs by 80 commits.

  • 47ab05c chore(release): 4.0.1
  • 0c8b0c6 docs(CHANGELOG): 4.0.1
  • 451d343 chore: set bump type explicitly when releasing
  • f9ec0ac docs(CHANGELOG): 4.0.1
  • 6050b0f test: fail fast when monitor not working
  • 13a5bc4 fix(cluster): robust solution for pub/sub in cluster (#697)
  • 63067c3 chore: updated package.json to require node >=6 (#705)
  • cfa4e86 refactor: use Buffer.from() instead of new Buffer()
  • 551e67f deps: bump redis-commands for Redis 5.0 commands (#692)
  • bd05e53 docs(API.md): Typo in API.md (#686)
  • 9d4a6d4 docs(Changelog): fix syntax error in Changelog.md (#682)
  • 5fbe839 docs(CHANGELOG): add notes for major updates
  • 206b0ed docs(CHANGELOG): 4.0.0
  • e6bf95b 4.0.0
  • eb79e2d docs(README): mention duplicate keys in scan stream example (#681)

There are 80 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2018

  • The dependency ioredis was updated from 4.0.1 to 4.0.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.0.2

Bug Fixes

  • cluster: subscription regards password setting (47e2ab5), closes #718

Performance Improvements

  • reduce package bundle size (eb68e9a)
Commits

The new version differs by 86 commits.

  • cbbdc85 chore(release): 4.0.2
  • 62b5aaa docs(CHANGELOG): 4.0.2
  • 47e2ab5 fix(cluster): subscription regards password setting
  • 65b8204 refactor: add types to utils
  • 9f4cfd2 refactor: transform utils to TypeScript (#715)
  • eb68e9a perf: reduce package bundle size
  • 1493c81 chore(release): 4.0.1
  • 0c8b0c6 docs(CHANGELOG): 4.0.1
  • 451d343 chore: set bump type explicitly when releasing
  • f9ec0ac docs(CHANGELOG): 4.0.1
  • 6050b0f test: fail fast when monitor not working
  • 13a5bc4 fix(cluster): robust solution for pub/sub in cluster (#697)
  • 63067c3 chore: updated package.json to require node >=6 (#705)
  • cfa4e86 refactor: use Buffer.from() instead of new Buffer()
  • 551e67f deps: bump redis-commands for Redis 5.0 commands (#692)

There are 86 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2018

  • The dependency ioredis was updated from 4.0.2 to 4.1.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.1.0

Bug Fixes

  • cluster: quit() ignores errors caused by disconnected connection (#720) (fb3eb76)
  • cluster: robust solution for pub/sub in cluster (#697) (13a5bc4), closes #696
  • cluster: stop subscriber when disconnecting (fb27b66)

Features

  • cluster: re-select subscriber when the currenct one is failed (c091f2e)

Performance Improvements

  • remove lodash deps for smaller memory footprint (80f4a45)
  • cluster: make disconnecting from cluster faster (#721) (ce46d6b)
Commits

The new version differs by 95 commits.

  • aeded57 chore(release): 4.1.0
  • 12aec1f docs(CHANGELOG): 4.1.0
  • 901c47e deps: upgrade redis-commands to v1.4.0 for Redis 5.0 commands
  • ce46d6b perf(cluster): make disconnecting from cluster faster (#721)
  • fb27b66 fix(cluster): stop subscriber when disconnecting
  • fb3eb76 fix(cluster): quit() ignores errors caused by disconnected connection (#720)
  • 16643e2 refactor: migrate cluster-related code to TypeScript (#717)
  • 80f4a45 perf: remove lodash deps for smaller memory footprint
  • c091f2e feat(cluster): re-select subscriber when the currenct one is failed
  • 69712c4 chore(release): 4.0.2
  • 62b5aaa docs(CHANGELOG): 4.0.2
  • 47e2ab5 fix(cluster): subscription regards password setting
  • 65b8204 refactor: add types to utils
  • 9f4cfd2 refactor: transform utils to TypeScript (#715)
  • eb68e9a perf: reduce package bundle size

There are 95 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

  • The dependency ioredis was updated from 4.1.0 to 4.2.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.2.0

4.2.0 (2018-10-17)

Features

Commits

The new version differs by 99 commits.

  • b46016a chore(release): 4.2.0 [skip ci]
  • b9c4793 feat: support customize dns lookup function (#723)
  • 6d13c54 chore: get latest version from git tag (#729)
  • 6ae89b7 chore: automatic deploy with semantic-release (#722)
  • 8196b51 chore(release): 4.1.0
  • 12aec1f docs(CHANGELOG): 4.1.0
  • 901c47e deps: upgrade redis-commands to v1.4.0 for Redis 5.0 commands
  • ce46d6b perf(cluster): make disconnecting from cluster faster (#721)
  • fb27b66 fix(cluster): stop subscriber when disconnecting
  • fb3eb76 fix(cluster): quit() ignores errors caused by disconnected connection (#720)
  • 16643e2 refactor: migrate cluster-related code to TypeScript (#717)
  • 80f4a45 perf: remove lodash deps for smaller memory footprint
  • c091f2e feat(cluster): re-select subscriber when the currenct one is failed
  • 69712c4 chore(release): 4.0.2
  • 62b5aaa docs(CHANGELOG): 4.0.2

There are 99 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2018

  • The dependency ioredis was updated from 4.2.3 to 4.3.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.3.0

4.3.0 (2018-12-09)

Features

Commits

The new version differs by 110 commits.

  • 77231b5 chore(release): 4.3.0 [skip ci]
  • 3702d67 feat(cluster): add NAT support (#758)
  • ab63994 chore(release): 4.2.3 [skip ci]
  • bba418f fix: MOVED slot redirection handler (#749)
  • 416f533 chore: docs changes don't trigger a release
  • d446146 chore(release): 4.2.2 [skip ci]
  • 04bac39 docs(README): add badge for semantic-release & npm version (#737)
  • aad7f46 chore: don't release a new version for code-style changes
  • 48e56da chore(release): 4.2.1 [skip ci]
  • 72a7e2a refactor: migrate script to TypeScript (#735)
  • 9480b72 chore: npmrc dist-tag
  • b46016a chore(release): 4.2.0 [skip ci]
  • b9c4793 feat: support customize dns lookup function (#723)
  • 6d13c54 chore: get latest version from git tag (#729)
  • 6ae89b7 chore: automatic deploy with semantic-release (#722)

There are 110 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 25, 2019

  • The dependency ioredis was updated from 4.9.0 to 4.9.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.9.1

4.9.1 (2019-03-22)

Bug Fixes

Commits

The new version differs by 140 commits.

  • 7736c1c chore(release): 4.9.1 [skip ci]
  • 93ecd70 fix: use flexbuffer from GH with License (#821)
  • 5d50842 chore(release): 4.9.0 [skip ci]
  • 2437eae feat(sentinel): support Sentinel instances with authentication. (#817)
  • 7684b66 chore(release): 4.8.0 [skip ci]
  • 335b3e2 feat: nat support for sentinel connector (#799)
  • 6246b52 chore(release): 4.7.0 [skip ci]
  • 50a9db7 feat: add updateSentinels option to control new sentinel values being added to the original list (#814)
  • 0985ae8 docs: update license to 2019
  • 4068e67 docs: add CODE_OF_CONDUCT.md
  • dff3fe9 refactor: move pipeline & transaction to TypeScript (#794)
  • cb551cb chore(release): 4.6.3 [skip ci]
  • 6049f6c fix: add second arg to "node error" to know which node failed (#793)
  • 85b5326 chore(release): 4.6.2 [skip ci]
  • 32c48ef fix: subscriber initialization when using Cluster (#792)

There are 140 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2019

  • The dependency ioredis was updated from 4.9.2 to 4.9.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.9.3

4.9.3 (2019-05-07)

Bug Fixes

  • more meaningful errors when using pipeline after exec(). (#858) (0c3ef01)
Commits

The new version differs by 145 commits.

  • 519d481 chore(release): 4.9.3 [skip ci]
  • 0c3ef01 fix: more meaningful errors when using pipeline after exec(). (#858)
  • 115a9f4 chore(release): 4.9.2 [skip ci]
  • 35e0c5e fix: removed flexbuffer dependency (#856)
  • 899486b docs: update example with 'del' operation (#855)
  • 7736c1c chore(release): 4.9.1 [skip ci]
  • 93ecd70 fix: use flexbuffer from GH with License (#821)
  • 5d50842 chore(release): 4.9.0 [skip ci]
  • 2437eae feat(sentinel): support Sentinel instances with authentication. (#817)
  • 7684b66 chore(release): 4.8.0 [skip ci]
  • 335b3e2 feat: nat support for sentinel connector (#799)
  • 6246b52 chore(release): 4.7.0 [skip ci]
  • 50a9db7 feat: add updateSentinels option to control new sentinel values being added to the original list (#814)
  • 0985ae8 docs: update license to 2019
  • 4068e67 docs: add CODE_OF_CONDUCT.md

There are 145 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 21, 2019

  • The dependency ioredis was updated from 4.9.4 to 4.9.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.9.5

4.9.5 (2019-05-15)

Bug Fixes

Commits

The new version differs by 149 commits.

  • 9d9c292 chore(release): 4.9.5 [skip ci]
  • 68db71b fix(cluster): make blocking commands works with cluster (#867)
  • b323c1c chore(release): 4.9.4 [skip ci]
  • 9ddb58b fix: handle non-utf8 command name (#866)
  • 519d481 chore(release): 4.9.3 [skip ci]
  • 0c3ef01 fix: more meaningful errors when using pipeline after exec(). (#858)
  • 115a9f4 chore(release): 4.9.2 [skip ci]
  • 35e0c5e fix: removed flexbuffer dependency (#856)
  • 899486b docs: update example with 'del' operation (#855)
  • 7736c1c chore(release): 4.9.1 [skip ci]
  • 93ecd70 fix: use flexbuffer from GH with License (#821)
  • 5d50842 chore(release): 4.9.0 [skip ci]
  • 2437eae feat(sentinel): support Sentinel instances with authentication. (#817)
  • 7684b66 chore(release): 4.8.0 [skip ci]
  • 335b3e2 feat: nat support for sentinel connector (#799)

There are 149 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 8, 2019

  • The dependency ioredis was updated from 4.9.5 to 4.10.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.10.0

4.10.0 (2019-05-23)

Features

Commits

The new version differs by 152 commits.

  • f941f62 chore(release): 4.10.0 [skip ci]
  • 644f5cb feat: upgrade to [email protected] for streams support
  • 5fe9002 docs(README): fix logo.svg being cut off (#845)
  • 9d9c292 chore(release): 4.9.5 [skip ci]
  • 68db71b fix(cluster): make blocking commands works with cluster (#867)
  • b323c1c chore(release): 4.9.4 [skip ci]
  • 9ddb58b fix: handle non-utf8 command name (#866)
  • 519d481 chore(release): 4.9.3 [skip ci]
  • 0c3ef01 fix: more meaningful errors when using pipeline after exec(). (#858)
  • 115a9f4 chore(release): 4.9.2 [skip ci]
  • 35e0c5e fix: removed flexbuffer dependency (#856)
  • 899486b docs: update example with 'del' operation (#855)
  • 7736c1c chore(release): 4.9.1 [skip ci]
  • 93ecd70 fix: use flexbuffer from GH with License (#821)
  • 5d50842 chore(release): 4.9.0 [skip ci]

There are 152 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2019

  • The dependency ioredis was updated from 4.11.0 to 4.11.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.11.1

4.11.1 (2019-06-26)

Bug Fixes

Commits

The new version differs by 177 commits.

  • 4159a0b chore(release): 4.11.1 [skip ci]
  • 3fb2552 fix: use connector as class not value (#909)
  • 7a62aec chore(release): 4.11.0 [skip ci]
  • bf3fe29 feat: support custom connectors (#906)
  • 224df78 refactor: migrate tests to TypeScript (#905)
  • afff43c refactor: make last two files typescript (#902)
  • 04af92a docs(README): add introduction to Kuber (#901)
  • 7f4b3df refactor: migrate more files to TypeScript (#900)
  • 7e65619 chore(release): 4.10.4 [skip ci]
  • 3bc6165 fix(cluster): passing frozen natMap option causes crash
  • 1d606e4 docs: update API doc and README regarding dnsLookup attribute (#893)
  • 0f421bc refactor: prune old options assignment (#890)
  • fc4d096 chore(release): 4.10.3 [skip ci]
  • 8da8d78 fix(cluster): reorder defaults arguments to prioritize user options (#889)
  • e83226b chore(release): 4.10.2 [skip ci]

There are 177 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 13, 2019

  • The dependency ioredis was updated from 4.11.1 to 4.11.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.11.2

4.11.2 (2019-07-13)

Bug Fixes

  • ETIMEDOUT error with Bluebird when connecting. (#925) (4bce38b), closes #918
Commits

The new version differs by 181 commits.

  • c5af1fc chore(release): 4.11.2 [skip ci]
  • 4bce38b fix: ETIMEDOUT error with Bluebird when connecting. (#925)
  • a90f0de style: fix eslint args and fixed new lint errors (#911)
  • 98ebeec style: add eslint & prettier (#907)
  • 4159a0b chore(release): 4.11.1 [skip ci]
  • 3fb2552 fix: use connector as class not value (#909)
  • 7a62aec chore(release): 4.11.0 [skip ci]
  • bf3fe29 feat: support custom connectors (#906)
  • 224df78 refactor: migrate tests to TypeScript (#905)
  • afff43c refactor: make last two files typescript (#902)
  • 04af92a docs(README): add introduction to Kuber (#901)
  • 7f4b3df refactor: migrate more files to TypeScript (#900)
  • 7e65619 chore(release): 4.10.4 [skip ci]
  • 3bc6165 fix(cluster): passing frozen natMap option causes crash
  • 1d606e4 docs: update API doc and README regarding dnsLookup attribute (#893)

There are 181 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 31, 2019

  • The dependency ioredis was updated from 4.13.1 to 4.14.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.14.0

4.14.0 (2019-07-31)

Features

Commits

The new version differs by 200 commits.

  • c1f0d03 chore(release): 4.14.0 [skip ci]
  • 371bb9c feat: support rediss:// URL
  • fd25e89 chore(release): 4.13.1 [skip ci]
  • bacb7e1 fix: keep sentinels of options immutable
  • e593e34 chore(release): 4.13.0 [skip ci]
  • b414ed9 feat(cluster): support binary keys
  • 9a113ca fix(cluster): suppress errors emitted from internal clients
  • c3cf365 chore: upgrade dev dependencies
  • 717fe4d chore(release): 4.12.2 [skip ci]
  • ecc13ad fix(cluster): remove node immediately when slots are redistributed
  • 8fb9f97 fix(cluster): prefer master when there're two same node for a slot
  • 6b67c3f chore(release): 4.12.1 [skip ci]
  • 7bcd8a8 fix: handle connecting immediately after "end" event (#929)
  • 7defb6b chore(release): 4.12.0 [skip ci]
  • 8b150c2 feat(cluster): add #duplicate() method (#926)

There are 200 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2019

  • The dependency ioredis was updated from 4.14.0 to 4.14.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.14.1

4.14.1 (2019-08-27)

Bug Fixes

Commits

The new version differs by 202 commits.

  • 1baff47 chore(release): 4.14.1 [skip ci]
  • ceefcfa fix: don’t clobber passed-in tls options with rediss:/ URLs (#949)
  • c1f0d03 chore(release): 4.14.0 [skip ci]
  • 371bb9c feat: support rediss:// URL
  • fd25e89 chore(release): 4.13.1 [skip ci]
  • bacb7e1 fix: keep sentinels of options immutable
  • e593e34 chore(release): 4.13.0 [skip ci]
  • b414ed9 feat(cluster): support binary keys
  • 9a113ca fix(cluster): suppress errors emitted from internal clients
  • c3cf365 chore: upgrade dev dependencies
  • 717fe4d chore(release): 4.12.2 [skip ci]
  • ecc13ad fix(cluster): remove node immediately when slots are redistributed
  • 8fb9f97 fix(cluster): prefer master when there're two same node for a slot
  • 6b67c3f chore(release): 4.12.1 [skip ci]
  • 7bcd8a8 fix: handle connecting immediately after "end" event (#929)

There are 202 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 19, 2020

  • The dependency ioredis was updated from 4.15.1 to 4.16.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.16.0

4.16.0 (2020-02-19)

Features

  • ability force custom scripts to be readOnly and execute on slaves (#1057) (a24c3ab)
Commits

The new version differs by 224 commits.

  • f4fe62f chore(release): 4.16.0 [skip ci]
  • a24c3ab feat: ability force custom scripts to be readOnly and execute on slaves (#1057)
  • e584473 docs(README): Formatted Cluster docs (#1063)
  • 4a13a1b docs: add more detail to the basic example (#1043)
  • 1d06cf4 chore(release): 4.15.1 [skip ci]
  • d79a8ef fix: ignore empty hosts returned by CLUSTER SLOTS (#1025)
  • 04cad7f fix: prevent exception when send custom command
  • 0e7090a docs(README): fix typo (#1032)
  • 0db527f chore(release): 4.15.0 [skip ci]
  • 51b1478 feat: support multiple fields for hset
  • 06b28e1 Allow sentinelRetryStrategy to be disabled
  • 416591c chore: remove format-check on travis
  • 9bda593 chore(release): 4.14.4 [skip ci]
  • 86470a8 fix: improved performance of Pipeline.exec (#991)
  • 5333468 chore(release): 4.14.3 [skip ci]

There are 224 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 28, 2020

  • The dependency ioredis was updated from 4.16.0 to 4.16.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.16.1

4.16.1 (2020-03-28)

Bug Fixes

Commits

The new version differs by 227 commits.

  • 0b4826f chore(release): 4.16.1 [skip ci]
  • 0013991 fix: abort incomplete pipelines upon reconnect (#1084)
  • 4bbdfd6 docs: fix README typo (#1068)
  • f4fe62f chore(release): 4.16.0 [skip ci]
  • a24c3ab feat: ability force custom scripts to be readOnly and execute on slaves (#1057)
  • e584473 docs(README): Formatted Cluster docs (#1063)
  • 4a13a1b docs: add more detail to the basic example (#1043)
  • 1d06cf4 chore(release): 4.15.1 [skip ci]
  • d79a8ef fix: ignore empty hosts returned by CLUSTER SLOTS (#1025)
  • 04cad7f fix: prevent exception when send custom command
  • 0e7090a docs(README): fix typo (#1032)
  • 0db527f chore(release): 4.15.0 [skip ci]
  • 51b1478 feat: support multiple fields for hset
  • 06b28e1 Allow sentinelRetryStrategy to be disabled
  • 416591c chore: remove format-check on travis

There are 227 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 11, 2020

  • The dependency ioredis was updated from 4.16.1 to 4.16.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.16.2

4.16.2 (2020-04-11)

Bug Fixes

  • dismiss security alerts for dev dependencies [skip release] (758b3f2)
  • handle connection after connect event was emitted (#1095) (16a0610), closes #977
Commits

The new version differs by 233 commits.

  • 5593aa8 chore(release): 4.16.2 [skip ci]
  • 16a0610 fix: handle connection after connect event was emitted (#1095)
  • e22cae6 docs(README): adjust README reconnectOnError code sample (#1089)
  • f275bc2 chore: upgrade devDeps (#1093)
  • 758b3f2 fix: dismiss security alerts for dev dependencies [skip release]
  • 5cdc012 docs: update funding.yml
  • 0b4826f chore(release): 4.16.1 [skip ci]
  • 0013991 fix: abort incomplete pipelines upon reconnect (#1084)
  • 4bbdfd6 docs: fix README typo (#1068)
  • f4fe62f chore(release): 4.16.0 [skip ci]
  • a24c3ab feat: ability force custom scripts to be readOnly and execute on slaves (#1057)
  • e584473 docs(README): Formatted Cluster docs (#1063)
  • 4a13a1b docs: add more detail to the basic example (#1043)
  • 1d06cf4 chore(release): 4.15.1 [skip ci]
  • d79a8ef fix: ignore empty hosts returned by CLUSTER SLOTS (#1025)

There are 233 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020

  • The dependency ioredis was updated from 4.16.3 to 4.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.17.0

4.17.0 (2020-05-16)

Features

Commits

The new version differs by 237 commits.

  • 371b0c4 chore(release): 4.17.0 [skip ci]
  • ad5b455 feat: add auth support for Redis 6 (#1130)
  • a345103 chore(release): 4.16.3 [skip ci]
  • 072d460 fix: scripts may not be loaded correctly in pipeline (#1107)
  • 5593aa8 chore(release): 4.16.2 [skip ci]
  • 16a0610 fix: handle connection after connect event was emitted (#1095)
  • e22cae6 docs(README): adjust README reconnectOnError code sample (#1089)
  • f275bc2 chore: upgrade devDeps (#1093)
  • 758b3f2 fix: dismiss security alerts for dev dependencies [skip release]
  • 5cdc012 docs: update funding.yml
  • 0b4826f chore(release): 4.16.1 [skip ci]
  • 0013991 fix: abort incomplete pipelines upon reconnect (#1084)
  • 4bbdfd6 docs: fix README typo (#1068)
  • f4fe62f chore(release): 4.16.0 [skip ci]
  • a24c3ab feat: ability force custom scripts to be readOnly and execute on slaves (#1057)

There are 237 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2020

  • The dependency ioredis was updated from 4.17.0 to 4.17.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.17.1

4.17.1 (2020-05-16)

Bug Fixes

  • revert parsing username via URI due to potential breaking changes (#1134) (225ef45)
Commits

The new version differs by 239 commits.

  • 1d4330d chore(release): 4.17.1 [skip ci]
  • 225ef45 fix: revert parsing username via URI due to potential breaking changes (#1134)
  • 371b0c4 chore(release): 4.17.0 [skip ci]
  • ad5b455 feat: add auth support for Redis 6 (#1130)
  • a345103 chore(release): 4.16.3 [skip ci]
  • 072d460 fix: scripts may not be loaded correctly in pipeline (#1107)
  • 5593aa8 chore(release): 4.16.2 [skip ci]
  • 16a0610 fix: handle connection after connect event was emitted (#1095)
  • e22cae6 docs(README): adjust README reconnectOnError code sample (#1089)
  • f275bc2 chore: upgrade devDeps (#1093)
  • 758b3f2 fix: dismiss security alerts for dev dependencies [skip release]
  • 5cdc012 docs: update funding.yml
  • 0b4826f chore(release): 4.16.1 [skip ci]
  • 0013991 fix: abort incomplete pipelines upon reconnect (#1084)
  • 4bbdfd6 docs: fix README typo (#1068)

There are 239 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020

  • The dependency ioredis was updated from 4.17.1 to 4.17.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.17.2

4.17.2 (2020-05-30)

Bug Fixes

  • _readyCheck INFO parser's handling of colon characters (#1127) (38a09e1)
Commits

The new version differs by 241 commits.

  • 9721ebd chore(release): 4.17.2 [skip ci]
  • 38a09e1 fix: _readyCheck INFO parser's handling of colon characters (#1127)
  • 1d4330d chore(release): 4.17.1 [skip ci]
  • 225ef45 fix: revert parsing username via URI due to potential breaking changes (#1134)
  • 371b0c4 chore(release): 4.17.0 [skip ci]
  • ad5b455 feat: add auth support for Redis 6 (#1130)
  • a345103 chore(release): 4.16.3 [skip ci]
  • 072d460 fix: scripts may not be loaded correctly in pipeline (#1107)
  • 5593aa8 chore(release): 4.16.2 [skip ci]
  • 16a0610 fix: handle connection after connect event was emitted (#1095)
  • e22cae6 docs(README): adjust README reconnectOnError code sample (#1089)
  • f275bc2 chore: upgrade devDeps (#1093)
  • 758b3f2 fix: dismiss security alerts for dev dependencies [skip release]
  • 5cdc012 docs: update funding.yml
  • 0b4826f chore(release): 4.16.1 [skip ci]

There are 241 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2020

  • The dependency ioredis was updated from 4.17.2 to 4.17.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.17.3

4.17.3 (2020-05-30)

Bug Fixes

  • race conditions in Redis#disconnect() can cancel reconnection unexpectedly (6fad73b), closes #1138 #1007
Commits

The new version differs by 243 commits.

  • 11e5d81 chore(release): 4.17.3 [skip ci]
  • 6fad73b fix: race conditions in Redis#disconnect() can cancel reconnection unexpectedly
  • 9721ebd chore(release): 4.17.2 [skip ci]
  • 38a09e1 fix: _readyCheck INFO parser's handling of colon characters (#1127)
  • 1d4330d chore(release): 4.17.1 [skip ci]
  • 225ef45 fix: revert parsing username via URI due to potential breaking changes (#1134)
  • 371b0c4 chore(release): 4.17.0 [skip ci]
  • ad5b455 feat: add auth support for Redis 6 (#1130)
  • a345103 chore(release): 4.16.3 [skip ci]
  • 072d460 fix: scripts may not be loaded correctly in pipeline (#1107)
  • 5593aa8 chore(release): 4.16.2 [skip ci]
  • 16a0610 fix: handle connection after connect event was emitted (#1095)
  • e22cae6 docs(README): adjust README reconnectOnError code sample (#1089)
  • f275bc2 chore: upgrade devDeps (#1093)
  • 758b3f2 fix: dismiss security alerts for dev dependencies [skip release]

There are 243 commits in total.

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

No branches or pull requests

0 participants