Releases: dimfeld/effectum
Releases · dimfeld/effectum
Release list
v0.7.0
What's Changed
Full Changelog: effectum-v0.6.0...effectum-v0.7.0
v0.6.0
What's Changed
- Add an option to format errors with the Debug implementation by @dimfeld in #14
- Add a descriptive name field to the job by @dimfeld in #15
Full Changelog: effectum-v0.5.0...effectum-v0.6.0
effectum-v0.5.0
The Job type now contains the UUID which can be used to reference the job, instead of this value being generated
inside the queue and returned by add_job. This helps to know the ID of the job when you may not be able to examine
the return value of add_job, such as when submitting jobs using a transactional outbox pattern.