Releases: sibson/redbeat
Releases · sibson/redbeat
v2.2.0
What's Changed
- test(deps): add pytz which is used in test suites by @miketheman in #250
- fix: Update the utcoffset func call by @ElijahL in #256
- use is for correct type comparison by @sibson in #257
- Add RedisCluster support by @kkinder in #262
- add ssl support for redis with sentinel by @cyberjunk in #258
New Contributors
- @ElijahL made their first contribution in #256
- @kkinder made their first contribution in #262
- @cyberjunk made their first contribution in #258
Full Changelog: 2.1.1...v2.2.0
RedBeat 2.1.0
- BREAKING, drop for support for EOL Python < 3.8
- log message cleanup, thanks @joekohlsdorf
- ensure lock is owned before releasing, fixing #223, thanks @michaelbukachi
- fix #238, #208, failure to aquire lock on startup leads to multiple task executions, thanks @Junzki, @nicklyra, @nigel-gott
- Add options support for RedBeatSchedulerEntry, thanks @anton-petrov
0.10.0
0.9.3rc4
v0.9.3rc3
v0.9.3rc2: Merge pull request #29 from sibson/better-tz-handling
treat all timestamps as UTC