forked from sibson/redbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
31 lines (26 loc) · 1.09 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
0.12.0 (2018-12-06)
--------------------
- better Celery 4 support, thanks @az-wegift
- configurably, automatically reconnect to Redis on timeout error rather than terminate, thanks @az-wegift
- password support for Redis Sentinal connections, thanks @az-wegift
- bugfix, rrule serialization under Celery 3, thanks @noamkush
0.11.1 (2018-01-03)
--------------------
- config options and password support for Redis Sentinel, thanks Amadeusz Zolnowski
0.11.0 (2017-10-18)
---------------------
- SECURITY, redact password when logging redis URL
- Celery 3/4 compatibility fixes, thanks Jannis Leidel
- Recurrance Rule support, thanks Aric Huang
- Redis Cluster support, thanks Arthur Lutz
0.10.2 (2017-10-10)
----------------------
- SECURITY, redact password when logging redis URL
0.10.0 (2017-05-10)
----------------------
- minor breaking changes due to reworked API
- celery 4.x support
- python 3 compatability, thanks Christopher Arndt
- be more consistent about using UTC everywhere
- various bugfixes, thanks Christopher Arndt
- improved configuration handling, thanks Jannis Leidel