Releases: Bogdanp/django_dramatiq
Releases · Bogdanp/django_dramatiq
v0.15.0
What's Changed
- Add support for
--use-spawnby @pencil in #199 - Add support for 3.14 and drop support for 3.9 by @andrewgy8 in #200
- Bump version to 0.15.0 and prep changelog by @andrewgy8 in #201
Full Changelog: v0.14.0...v0.15.0
0.14.0
What's Changed
- Fixes #188: when using the PickleEncoder, fix task view for args by @huubbouma in #189
- Fix flake8 complaint: F824 by @dbowring in #194
- Allow watch directory to be set via CLI by @dbowring in #192
- Add support for Django 5.2 by @michael-provision in #195
- Update changelog for 0.14.0 by @andrewgy8 in #196
New Contributors
- @dbowring made their first contribution in #194
- @michael-provision made their first contribution in #195
Full Changelog: v0.13.0...v0.14.0
0.13.0
What's Changed
- Add docs for the example app by @andrewgy8 in #175
- Add contributing docs and issue template by @andrewgy8 in #176
- Clean up the readme by @andrewgy8 in #177
- Add docs on transactions when depending on the results of the actor by @andrewgy8 in #178
- Use python -m build for building dist of package by @andrewgy8 in #179
- Update CI job with linting and deprecated command by @andrewgy8 in #181
- Remove bumpversion by @andrewgy8 in #180
- Update readme installation instructions by @andrewgy8 in #182
- Add test coverage minimum by @andrewgy8 in #183
- Allow setting number of processes/threads through DRAMATIQ_NPROCS, DRAMATIQ_NTHREADS. by @m000 in #186
- Update changelog by @andrewgy8 in #187
Full Changelog: v0.12.0...v0.13.0
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