C4Coin / api-regulation-a-plus-crowdsale

The API that interfaces between C4Coin's Regulation A+ Crowdsale website and smart contracts
1 stars 2 forks source link

Update ioredis to the latest version 🚀 #21

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

Version 4.0.0 of ioredis was just published.

Dependency ioredis
Current Version 3.2.2
Type dependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ioredis.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.0.0 Native Promise

Bug Fixes

  • port is ignored when path set to null (d40a99e), closes #668

Features

  • export Pipeline for inheritances enabling (#675) (ca58249)
  • export ScanStream at package level (#667) (5eb4198)

Refer to changes between v4.0.0-0~v4.0.0-3 on https://github.com/luin/ioredis/blob/master/Changelog.md for the full diffs from v3.x.

Commits

The new version differs by 68 commits.

  • 206b0ed docs(CHANGELOG): 4.0.0
  • e6bf95b 4.0.0
  • eb79e2d docs(README): mention duplicate keys in scan stream example (#681)
  • ca58249 feat: export Pipeline for inheritances enabling (#675)
  • d40a99e fix: port is ignored when path set to null
  • 5eb4198 feat: export ScanStream at package level (#667)
  • a57c2a8 docs: v4.0.0-3
  • 3746a2c 4.0.0-3
  • 6144c56 fix: resolve warning for Buffer() in Node.js 10
  • a28983d chore: package settings
  • e76c44f Merge branch 'fix-sentinel-warning'
  • 032e08b refactor: fix denque not working with es module
  • 3c7519c refactor: move connection_pool to TypeScript
  • 1397247 refactor: move more files to TypeScript
  • 4369295 test: fix tests for connectors

There are 68 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

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 12 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

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

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 7 commits ahead by 7, behind by 1.

  • 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

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

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 10 commits ahead by 10, behind by 1.

  • 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

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v4.2.0

4.2.0 (2018-10-17)

Features

Commits

The new version differs by 5 commits ahead by 5, behind by 1.

  • 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

See the full diff