Skip to content

Bump django-redis from 4.12.1 to 5.2.0#3539

Merged
rtibbles merged 1 commit intounstablefrom
dependabot/pip/django-redis-5.2.0
Aug 15, 2022
Merged

Bump django-redis from 4.12.1 to 5.2.0#3539
rtibbles merged 1 commit intounstablefrom
dependabot/pip/django-redis-5.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps django-redis from 4.12.1 to 5.2.0.

Changelog

Sourced from django-redis's changelog.

django-redis 5.2.0 (2021-12-22)

Bug Fixes

  • Block use with broken redis-py 4.0.0 and 4.0.1 ([#542](https://github.com/jazzband/django-redis/issues/542) <https://github.com/jazzband/django-redis/issues/542>_)

Miscellaneous

  • Unblock redis-py >=4.0.2 ([#576](https://github.com/jazzband/django-redis/issues/576) <https://github.com/jazzband/django-redis/issues/576>_)
  • Add support for django 4 ([#579](https://github.com/jazzband/django-redis/issues/579) <https://github.com/jazzband/django-redis/issues/579>_)

Django_Redis 5.1.0 (2021-11-29)

Features

  • Add Python 3.10 to CI ([#536](https://github.com/jazzband/django-redis/issues/536) <https://github.com/jazzband/django-redis/issues/536>_)
  • Configured towncrier to generate the changelog. ([#548](https://github.com/jazzband/django-redis/issues/548) <https://github.com/jazzband/django-redis/issues/548>_)
  • Added django_redis.compressors.zstd.ZStdCompressor to provide pyzstd cache value compression. ([#551](https://github.com/jazzband/django-redis/issues/551) <https://github.com/jazzband/django-redis/issues/551>_)
  • Change pickle default version to Python default instead of highest version. ([#555](https://github.com/jazzband/django-redis/issues/555) <https://github.com/jazzband/django-redis/issues/555>_)
  • Add hiredis extra dependency to request redis[hiredis]. ([#556](https://github.com/jazzband/django-redis/issues/556) <https://github.com/jazzband/django-redis/issues/556>_)
  • Add pexpireat to allow setting 'expire at' with millisecond precision. ([#564](https://github.com/jazzband/django-redis/issues/564) <https://github.com/jazzband/django-redis/issues/564>_)

Bug Fixes

  • Make expire, pexpire, expireat and persist return the redis client value ([#564](https://github.com/jazzband/django-redis/issues/564) <https://github.com/jazzband/django-redis/issues/564>_)

Miscellaneous

  • Convert most unittest class tests to pytest tests. ([#553](https://github.com/jazzband/django-redis/issues/553) <https://github.com/jazzband/django-redis/issues/553>_)
  • Update type comments to type annotations. ([#568](https://github.com/jazzband/django-redis/issues/568) <https://github.com/jazzband/django-redis/issues/568>_)
  • Pin redis-py to 3.x until 4.x breaking changes can be addressed. ([#570](https://github.com/jazzband/django-redis/issues/570) <https://github.com/jazzband/django-redis/issues/570>_)

Documentation

  • Clarify redis primary name in sentinel documentation. ([#529](https://github.com/jazzband/django-redis/issues/529) <https://github.com/jazzband/django-redis/issues/529>_)
  • Add documentation on configuring self signed SSL certificates. ([#559](https://github.com/jazzband/django-redis/issues/559) <https://github.com/jazzband/django-redis/issues/559>_)

... (truncated)

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 python Pull requests that update Python code TAG: dependencies labels Aug 15, 2022
Bumps [django-redis](https://github.com/jazzband/django-redis) from 4.12.1 to 5.2.0.
- [Release notes](https://github.com/jazzband/django-redis/releases)
- [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-redis@4.12.1...5.2.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 force-pushed the dependabot/pip/django-redis-5.2.0 branch from 90e255a to edfe62d Compare August 15, 2022 16:34
Copy link
Copy Markdown
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only breaking change here appears to be dropping Python 3.5 support and Django 2.2 support.

@rtibbles rtibbles merged commit 90bd7ad into unstable Aug 15, 2022
@dependabot dependabot bot deleted the dependabot/pip/django-redis-5.2.0 branch August 15, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests that update Python code TAG: dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant