3.0.0
💥 Breaking Changes
- Add explicit task
classfield.
✨ Improvements
- Simplify task run duration calculation.
- Transform exception to log entry, so that the worker doesn't constantly fail.
🐛 Bug Fixes
- Add missing run integration for
DispatchAfterRunTaskHandler.
👋 Deprecations
- Deprecate entity getters in favor of properties.
What's Changed
- Use timestamps for duration calculation by @apfelbox in #40
- Log instead of exception [req #40] by @apfelbox in #41
- Deprecate entity getters [req #41] by @apfelbox in #42
- Add Task class in explicit field in entity by @apfelbox in #43
- Fix service exclusion by @apfelbox in #44
- Add missing run integration for
DispatchAfterRunTaskHandlerby @apfelbox in #45 - Release 3.0.0 by @apfelbox in #46
Full Changelog: 2.3.2...3.0.0