Skip to content

Commit c7c3ab3

Browse files
authored
Preparing release of version 5.1.0 (#573)
* Preparing release of version 5.1.0 * Changed release version
1 parent b5c5959 commit c7c3ab3

File tree

14 files changed

+36
-13
lines changed

14 files changed

+36
-13
lines changed

CHANGELOG.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@ Changelog
33

44
.. towncrier release notes start
55
6+
Django_Redis 5.1.0 (2021-11-29)
7+
===============================
8+
9+
Features
10+
--------
11+
12+
- Add Python 3.10 to CI (`#536 <https://github.com/jazzband/django-redis/issues/536>`_)
13+
- Configured ``towncrier`` to generate the changelog. (`#548 <https://github.com/jazzband/django-redis/issues/548>`_)
14+
- Added ``django_redis.compressors.zstd.ZStdCompressor`` to provide ``pyzstd`` cache value compression. (`#551 <https://github.com/jazzband/django-redis/issues/551>`_)
15+
- Change pickle default version to Python default instead of highest version. (`#555 <https://github.com/jazzband/django-redis/issues/555>`_)
16+
- Add ``hiredis`` extra dependency to request ``redis[hiredis]``. (`#556 <https://github.com/jazzband/django-redis/issues/556>`_)
17+
- Add pexpireat to allow setting 'expire at' with millisecond precision. (`#564 <https://github.com/jazzband/django-redis/issues/564>`_)
18+
19+
20+
Bug Fixes
21+
---------
22+
23+
- Make expire, pexpire, expireat and persist return the redis client value (`#564 <https://github.com/jazzband/django-redis/issues/564>`_)
24+
25+
26+
Miscellaneous
27+
-------------
28+
29+
- Convert most unittest class tests to pytest tests. (`#553 <https://github.com/jazzband/django-redis/issues/553>`_)
30+
- Update type comments to type annotations. (`#568 <https://github.com/jazzband/django-redis/issues/568>`_)
31+
- Pin redis-py to 3.x until 4.x breaking changes can be addressed. (`#570 <https://github.com/jazzband/django-redis/issues/570>`_)
32+
33+
34+
Documentation
35+
-------------
36+
37+
- Clarify redis primary name in sentinel documentation. (`#529 <https://github.com/jazzband/django-redis/issues/529>`_)
38+
- Add documentation on configuring self signed SSL certificates. (`#559 <https://github.com/jazzband/django-redis/issues/559>`_)
39+
40+
641
django-redis 5.0.0 (2021-05-30)
742
===============================
843

changelog.d/529.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/536.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/548.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/551.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/553.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/555.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/556.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/559.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/564.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)