Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update dependency redis to v3 #773

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
redis 2.8.0 -> 3.1.2 age adoption passing confidence

Release Notes

NodeRedis/node-redis

v3.1.2

Compare Source

Fixes

Exclude unnecessary files from tarball (#​1600)

v3.1.1

Compare Source

Enhancements

  • Upgrade node and dependencies (#​1578)

Fixes

  • Fix a potential exponential regex in monitor mode (#​1595)

v3.1.0

Compare Source

Enhancements

  • Upgrade node and dependencies and redis-commands to support Redis 6 (#​1578)
  • Add support for Redis 6 auth pass [user] (#​1508)

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

This version is mainly a release to distribute all the unreleased changes on master since 2017 and additionally removes
a lot of old deprecated features and old internals in preparation for an upcoming modernization refactor (v4).

Breaking Changes
  • Dropped support for Node.js < 6
  • Dropped support for hiredis (no longer required)
  • Removed previously deprecated drain event
  • Removed previously deprecated idle event
  • Removed previously deprecated parser option
  • Removed previously deprecated max_delay option
  • Removed previously deprecated max_attempts option
  • Removed previously deprecated socket_no_delay option
Bug Fixes
  • Removed development files from published package (#​1370)
  • Duplicate function now allows db param to be passed (#​1311)
Features
  • Upgraded to latest redis-commands package
  • Upgraded to latest redis-parser package, v3.0.0, which brings performance improvements
  • Replaced double-ended-queue with denque, which brings performance improvements
  • Add timestamps to debug traces
  • Add socket_initial_delay option for socket.setKeepAlive (#​1396)
  • Add support for rediss protocol in url (#​1282)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov-io
Copy link

codecov-io commented Mar 9, 2020

Codecov Report

Merging #773 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #773      +/-   ##
==========================================
- Coverage   95.43%   95.42%   -0.02%     
==========================================
  Files         148      148              
  Lines       10742    10679      -63     
  Branches      802      805       +3     
==========================================
- Hits        10252    10190      -62     
+ Misses        490      489       -1     
Impacted Files Coverage Δ
test/test-object.ts 95.94% <0.00%> (-4.06%) ⬇️
test/test-jaeger-format.ts 92.85% <0.00%> (-3.76%) ⬇️
src/object.ts 100.00% <0.00%> (ø)
src/http-stats.ts 100.00% <0.00%> (ø)
src/grpc-stats/server-stats.ts 100.00% <0.00%> (ø)
src/grpc-stats/stats-common.ts 100.00% <0.00%> (ø)
test/test-zipkin.ts 100.00% <0.00%> (+2.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a8a84bd...9013884. Read the comment docs.

@renovate renovate bot force-pushed the renovate/redis-3.x branch 2 times, most recently from 1b2a66f to 9013884 Compare April 22, 2020 13:29
@renovate renovate bot force-pushed the renovate/redis-3.x branch 2 times, most recently from 27cdabb to a4458fc Compare June 6, 2020 08:39
@renovate renovate bot requested a review from aabmass as a code owner January 6, 2021 12:32
@renovate renovate bot force-pushed the renovate/redis-3.x branch 10 times, most recently from 507e9bc to ac0485e Compare July 20, 2021 22:11
@aabmass aabmass merged commit a07ef30 into master Jul 21, 2021
@renovate renovate bot deleted the renovate/redis-3.x branch July 21, 2021 01:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants