IMA-WorldHealth / topic

NodeJS + Redis for Pub/Sub
MIT License
0 stars 0 forks source link

Update ioredis to the latest version πŸš€ #11

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency ioredis was updated from 3.2.2 to 4.2.0.

This version 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.


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

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.3.0

4.3.0 (2018-12-09)

Features

Commits

The new version differs by 11 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

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.5.1

4.5.1 (2019-01-13)

Performance Improvements

  • add checking and loading scripts uniqueness in pipeline (#781) (66075ba)
Commits

The new version differs by 11 commits.

  • 5099e39 chore(release): 4.5.1 [skip ci]
  • 66075ba perf: add checking and loading scripts uniqueness in pipeline (#781)
  • 580094d docs(README): add license scan report and status (#766)
  • 788d373 chore(release): 4.5.0 [skip ci]
  • b4675e8 Merge branch 'feat/sentinel-tls'
  • ebef8f5 feat: allow TLS when using Sentinel
  • 2d241ac docs(README): typo: proctected -> protected (#771)
  • 16bddc3 chore(release): 4.4.0 [skip ci]
  • 2d591b7 feat: support setting connectTimeout in Electron (#770)
  • ec1e852 chore(release): 4.3.1 [skip ci]
  • 21138af fix(cluster): handle connection errors by reconnection (#762)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.6.2

4.6.2 (2019-02-02)

Bug Fixes

  • subscriber initialization when using Cluster (#792) (32c48ef), closes #791
Commits

The new version differs by 6 commits.

  • 85b5326 chore(release): 4.6.2 [skip ci]
  • 32c48ef fix: subscriber initialization when using Cluster (#792)
  • f46490d chore(release): 4.6.1 [skip ci]
  • f368c8a fix(Cluster): ignore connection errors for subscriber. (#790)
  • fbcf692 chore(release): 4.6.0 [skip ci]
  • 0e7713f feat: add maxLoadingRetryTime option when redis server not ready (#784)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.9.1

4.9.1 (2019-03-22)

Bug Fixes

Commits

The new version differs by 13 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)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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 5 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)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€