Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Mar 7, 2024
1 parent c365421 commit 4494fa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions effectum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.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.

# 0.4.1

- Ensure that add_job futures don't do anything if you forget to await the future.
Expand Down

0 comments on commit 4494fa2

Please sign in to comment.