Skip to content

Update dependency django-redis to v5.2.0 (develop)

RenovateBot requested to merge renovate/develop-django-redis-5.x into develop

This MR contains the following updates:

Package Type Update Change
django-redis dependencies minor ==5.0.0 -> ==5.2.0

Release Notes

jazzband/django-redis

v5.2.0

Compare Source

===============================

Bug Fixes

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

Miscellaneous

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

v5.1.0

Compare Source

===============================

Features

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

Bug Fixes

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

Miscellaneous

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

Documentation

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

Configuration

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

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

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

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports