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

chore(deps): update redis requirement from ~=3.2 to ~=3.3 #6255

Merged
merged 1 commit into from Jul 30, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 29, 2019

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Updates the requirements on redis to permit the latest version.

Changelog

Sourced from redis's changelog.

  • 3.3.2
    • Further fixed a regression introduced in 3.3.0 involving SSL and
      non-blocking sockets. #1197
  • 3.3.1
    • Fixed a regression introduced in 3.3.0 involving SSL and non-blocking
      sockets. #1197
  • 3.3.0
    • Resolve a race condition with the PubSubWorkerThread. #1150
    • Cleanup socket read error messages. Thanks Vic Yu. #1159
    • Cleanup the Connection's selector correctly. Thanks Bruce Merry. #1153
    • Added a Monitor object to make working with MONITOR output easy.
      Thanks Roey Prat #1033
    • Internal cleanup: Removed the legacy Token class which was necessary
      with older version of Python that are no longer supported. #1066
    • Response callbacks are now case insensitive. This allows users that
      call Redis.execute_command() directly to pass lower-case command
      names and still get reasonable respones. #1168
    • Added support for hiredis-py 1.0.0 encoding error support. This should
      make the PythonParser and the HiredisParser behave identically
      when encountering encoding errors. Thanks Brian Candler. #1161/#1162
    • All authentication errors now properly raise AuthenticationError.
      AuthenticationError is now a subclass of ConnectionError, which will
      cause the connection to be disconnected and cleaned up appropriately.
      #923
    • Add READONLY and READWRITE commands. Thanks @​theodesp. #1114
    • Remove selectors in favor of nonblocking sockets. Selectors had
      issues in some environments including eventlet and gevent. This should
      resolve those issues with no other side effects.
    • Fixed an issue with XCLAIM and previously claimed but not removed
      messages. Thanks @​thomdask. #1192/#1191
    • Allow for single connection client instances. These instances
      are not thread safe but offer other benefits including a subtle
      performance increase.
    • Added extensive health checks that keep the connections lively.
      Passing the "health_check_interval=N" option to the Redis client class
      or to a ConnectionPool ensures that a round trip PING/PONG is successful
      before any command if the underlying connection has been idle for more
      than N seconds. ConnectionErrors and TimeoutErrors are automatically
      retried once for health checks.
    • Changed the PubSubWorkerThread to use a threading.Event object rather
      than a boolean to control the thread's life cycle. Thanks Timothy
      Rule. #1194/#1195.
    • Fixed a bug in Pipeline error handling that would incorrectly retry
      ConnectionErrors.
  • 3.2.1
    • Fix SentinelConnectionPool to work in multiprocess/forked environments.
  • 3.2.0
    • Added support for select.poll to test whether data can be read
      on a socket. This should allow for significantly more connections to
      be used with pubsub. Fixes #486/#1115
... (truncated)
Commits
  • f307878 Version 3.3.2, SSL Blocking Exceptions don't use errno.EWOULDBLOCK
  • e897c17 version 3.3.1, fixed a regression involving SSL and non-blocking sockets
  • 0de7c82 clearer language in docs
  • d9227fe update readme with health_check_interval option
  • 06b6113 version 3.3.0
  • 9e4c1ff Pipelines shouldn't retry ConnectionErrors implicitly
  • 6ce11f1 Add an Event parameter to PubSubWorkerThread and run_in_thread so (#1195)
  • f60b2b0 PING/PONG health checks
  • 0984b10 Ability to create a client that uses a single connection
  • 6e23760 Fix typo in README and CHANGELOG (#1133)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [redis](https://github.com/andymccurdy/redis-py) to permit the latest version.
- [Release notes](https://github.com/andymccurdy/redis-py/releases)
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@3.2.0...3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Jul 29, 2019

Codecov Report

Merging #6255 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #6255   +/-   ##
============================================
  Coverage        65.84%   65.84%           
============================================
  Files              286      286           
  Lines            14501    14501           
============================================
  Hits              9548     9548           
  Misses            4953     4953

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 78fb877...a658d1c. Read the comment docs.

@iamareebjamal iamareebjamal merged commit adf81d6 into development Jul 30, 2019
@iamareebjamal iamareebjamal deleted the dependabot/pip/redis-approx-eq-3.3 branch July 30, 2019 11:01
mrsaicharan1 pushed a commit to mrsaicharan1/open-event-server that referenced this pull request Aug 9, 2019
)

Updates the requirements on [redis](https://github.com/andymccurdy/redis-py) to permit the latest version.
- [Release notes](https://github.com/andymccurdy/redis-py/releases)
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@3.2.0...3.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.

None yet

1 participant