We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0249f3 commit 8f309eaCopy full SHA for 8f309ea
CHANGELOG.md
@@ -1,6 +1,13 @@
1
v?.?.? - ?? ??? ????
2
---
3
4
+* Add `before_started`, `after_completed` and `after_failed` functionality.
5
+* Add `logger` helper method, available within task methods.
6
+* Use `SecureRandom.hex(10)` instead of `uuid` for shorter process and tasks IDs.
7
+* Bug fix for options on `sequential`, `concurrent`, `for_each` and `sub_process` methods.
8
+* Bug fix instrumentation payload.
9
+* Documentation updates.
10
+
11
v0.5.1 - 06 Jan 2023
12
13
* Include process definition in processes, tasks and payloads to aid debugging.
0 commit comments