Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Bumps django-redis from 4.12.1 to 5.0.0.

Changelog

Sourced from django-redis's changelog.

Version 5.0.0

Date: 2021-05-30

  • supporting django 3.1 and django 3.2
  • dropped support for python 3.5
  • added support for python 3.9
  • started type hinting the codebase
  • ensure connections are closed
  • fixed ShardClient .clear() method
  • .delete() now returns boolean from django 3.1 onwards
  • disconnect connection pools on .close()
  • added support for redis sentinel
  • added .expire_at() method
  • fixed .incr() when ttl is None or when the number is larger than 64 bit
  • fixed .incr_version() when ttl is None
  • added .pttl() method to the clients to support milli-second precision for ttl of a key
  • added .pexpire() method to the clients to support milli-second precision for setting expiry of a key
Commits
  • 68c0567 Make twine check pass
  • 7d5f2b5 Drop caption attribute from README.rst
  • 0614da0 Prepare for 5.0.0 release
  • ae9d2ec [Update] expire and ttl are replaced by pexipre and pttl to provide milli-sec...
  • c7ccefc Added changelog for the new version (#531)
  • 7db3008 fix deprecation warning for Django changing USE_TZ (#534)
  • 683ebcf tweak codecov.io settings (#525)
  • 620a5df add expire_at method (#472)
  • c878216 Fix incr_version of key with no expiration (#523)
  • 6be1cc7 Fixed incr when number is larger than 64 bit and has no timeout (#524)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [django-redis](https://github.com/jazzband/django-redis) from 4.12.1 to 5.0.0.
- [Release notes](https://github.com/jazzband/django-redis/releases)
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGES.rst)
- [Commits](jazzband/django-redis@4.12.1...5.0.0)

---
updated-dependencies:
- dependency-name: django-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 21, 2021
@dependabot dependabot bot requested a review from a team June 21, 2021 23:00
@ghost
Copy link

ghost commented Jun 21, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #64 opened

  • Start Time: 2021-06-21T23:00:34.716+0000

  • Duration: 9 min 40 sec

  • Commit: a38b933

Test stats 🧪

Test Results
Failed 0
Passed 5
Skipped 0
Total 5

Trends 🧪

Image of Build Times

Image of Tests

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2021

Looks like django-redis is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 22, 2021
@dependabot dependabot bot deleted the dependabot/pip/django-redis-5.0.0 branch June 22, 2021 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant