Releases: Bogdanp/django_dramatiq
Releases · Bogdanp/django_dramatiq
v0.12.0
What's Changed
- Fix CustomDjangoDramatiqConfig example by @pencil in #165
- Fix for #135 -- when using the PickleEncoder by @huubbouma in #136
- Fix linting on main branch by @andrewgy8 in #168
- Update to Python 3.13 and Django 5.1 by @andrewgy8 in #169
- Set thread count to 8 as per dramatiq default by @andrewgy8 in #170
- Use ArgumentDefaultsHelpFormatter to show the defaults for rundramatiq options. by @m000 in #167
- Release 0.12.0 by @andrewgy8 in #172
New Contributors
- @pencil made their first contribution in #165
- @huubbouma made their first contribution in #136
- @andrewgy8 made their first contribution in #168
- @m000 made their first contribution in #167
Full Changelog: v0.11.6...v0.12.0
v0.11.6
What's Changed
- Add Python 3.12 to test matrix by @knyghty in #155
- Add support for Django 5 by @scastlara in #158
New Contributors
- @knyghty made their first contribution in #155
- @scastlara made their first contribution in #158
Full Changelog: v0.11.5...v0.11.6