v1.13.0
Note: this version was released on 2022-04-02. I am just now backfilling a GitHub Release for it.
Fixed
- A race condition in the Redis broker’s join method. (#480, #481, @CaselIT)
- Skipped messages and messages failed due to AgeLimit now store results more consistently. (#440, #449, @FinnLidbetter)
Changed
- Typing support has been improved. (#482, @staticdev)
- The default broker now falls back to Redis if the RabbitMQ extras are not installed, in an attempt to make the getting started process easier. (#483, #486, @kurtmckee)