Skip to content

Releases: dimfeld/effectum

v0.7.0

Choose a tag to compare

@dimfeld dimfeld released this 23 Jul 18:41

What's Changed

  • upgrade to libsqlite3-sys 0.28 and related deps by @dimfeld in #16

Full Changelog: effectum-v0.6.0...effectum-v0.7.0

v0.6.0

Choose a tag to compare

@dimfeld dimfeld released this 28 Mar 06:35

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

Choose a tag to compare

@dimfeld dimfeld released this 07 Mar 07:09

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.