Releases: virtualstaticvoid/taskinator
Releases · virtualstaticvoid/taskinator
v0.5.2
What's Changed
- Fixed redis usage by @epoberezhny in #29
New Contributors
- @epoberezhny made their first contribution in #29
Full Changelog: v0.5.1...v0.5.2
v0.5.1
- Include process definition in processes, tasks and payloads to aid debugging.
- Increased test coverage for process and task specs.
- Removed
statsd
instrumentation. - Removed unused
Taskinator::Visitor::XmlVisitor
implementation. - Various refactorings and clean ups.
- Bug fixes for process class when used as a sub-process
- Add handling for unknown types when deserializing old processes
- Raises
UnknownTypeError
when trying to invoke processes or Jobs of unknown types