File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11v?.?.? - ?? ??? ????
22---
33
4+ v0.6.0 - 15 Jan 2023
5+ ---
6+
7+ * Add ` before_started ` , ` after_completed ` and ` after_failed ` functionality.
8+ * Add ` logger ` helper method, available within task methods.
9+ * Use ` SecureRandom.hex(10) ` instead of ` uuid ` for shorter process and tasks IDs.
10+ * Bug fix for options on ` sequential ` , ` concurrent ` , ` for_each ` and ` sub_process ` methods.
11+ * Bug fix instrumentation payload.
12+ * Documentation updates.
13+
414v0.5.1 - 06 Jan 2023
515---
616* Include process definition in processes, tasks and payloads to aid debugging.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- taskinator (0.5.1 )
4+ taskinator (0.6.0 )
55 builder (>= 3.2.2 )
66 connection_pool (>= 2.2.0 )
77 globalid (>= 0.3 )
@@ -115,10 +115,10 @@ GEM
115115 rspec-mocks (~> 3.12.0 )
116116 rspec-core (3.12.0 )
117117 rspec-support (~> 3.12.0 )
118- rspec-expectations (3.12.1 )
118+ rspec-expectations (3.12.2 )
119119 diff-lcs (>= 1.2.0 , < 2.0 )
120120 rspec-support (~> 3.12.0 )
121- rspec-mocks (3.12.1 )
121+ rspec-mocks (3.12.2 )
122122 diff-lcs (>= 1.2.0 , < 2.0 )
123123 rspec-support (~> 3.12.0 )
124124 rspec-rails (5.1.2 )
Original file line number Diff line number Diff line change 11module Taskinator
2- VERSION = "0.5.1 "
2+ VERSION = "0.6.0 "
33end
You can’t perform that action at this time.
0 commit comments