**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](https://github.com/Bogdanp/dramatiq/issues/480), [#481](https://github.com/Bogdanp/dramatiq/pull/481), [CaselIT](https://github.com/CaselIT))
* Skipped messages and messages failed due to [AgeLimit](https://dramatiq.io/reference.html#dramatiq.middleware.AgeLimit) now store results more consistently. ([440](https://github.com/Bogdanp/dramatiq/issues/440), [#449](https://github.com/Bogdanp/dramatiq/pull/449), [FinnLidbetter](https://github.com/FinnLidbetter))
Changed
* Typing support has been improved. ([482](https://github.com/Bogdanp/dramatiq/issues/482), [staticdev](https://github.com/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](https://github.com/Bogdanp/dramatiq/issues/483), [#486](https://github.com/Bogdanp/dramatiq/pull/486), [kurtmckee](https://github.com/kurtmckee))