Skip to content

0.8.0

Choose a tag to compare

@RealOrangeOne RealOrangeOne released this 24 Jun 07:53
· 56 commits to master since this release
bc801e8

Breaking changes

  • The task status NEW has been renamed to READY, to better support future retry functionality. Existing tasks are automatically migrated
  • Exceptions and tracebacks are moved to a .errors list, rather than being on the TaskResult directly. This allows multiple errors to be tracked

Notable changes

Other changes

  • Fix outdated type annotation by @mportesdev in #173
  • Terminate worker a little harder by @RealOrangeOne in #159
  • Allow disabling auto-reload for db_worker when settings.DEBUG is True by @janheini in #176
  • Disable autoreload when using --batch

New Contributors

Full Changelog: 0.7.0...0.8.0