Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps django-redis from 4.11.0 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

Version 4.12.1

Date: 2020-05-27

  • No code changes.
  • Fixed a typo in setup.cfg metadata preventing a successful release.

Version 4.12.0

Date: 2020-05-27

  • The project has moved to Jazzband <https://jazzband.co/>. This is the first release under the new organization. The new repository URL is <https://github.com/jazzband/django-redis>.
  • Removed support for end-of-life Django < 2.2.
  • Removed support for unmaintained redis-py 2.X.
  • Changed uses of deprecated smart_text() to smart_str().
  • Fixed deprecation warning with the msgpack serializer.
  • The .touch() method now uses the default timeout, to cache forever pass None.
  • Subclasses of JSONSerializer can now override the encoder_class attribute to change the JSON encoder. It defaults to DjangoJSONEncoder.
  • Fixed DefaultClient.set() to work with empty Pipeline.
  • The thread_local parameter is now forwarded to the Redis client.
Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2021

Superseded by #567.

@dependabot dependabot bot closed this Dec 1, 2021
@dependabot dependabot bot deleted the 3b95dependabot/pip/django-redis-5.0.0 branch December 1, 2021 08:12
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant