Skip to content

Releases: dimfeld/effectum

v0.6.0

28 Mar 06:35
Compare
Choose a tag to compare

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

07 Mar 07:09
Compare
Choose a tag to compare

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.