File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
v?.?.? - ?? ??? ????
2
2
---
3
3
4
+ v0.6.0 - ?? ??? 2024
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
+
4
14
v0.5.2 - 04 Oct 2024
5
15
---
6
16
* Time arguments fix for Redis 5.0. Fixes #28
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- taskinator (0.5.2 )
4
+ taskinator (0.6.0 )
5
5
builder (>= 3.2.2 )
6
6
connection_pool (>= 2.2.0 )
7
7
globalid (>= 0.3 )
@@ -115,10 +115,10 @@ GEM
115
115
rspec-mocks (~> 3.12.0 )
116
116
rspec-core (3.12.0 )
117
117
rspec-support (~> 3.12.0 )
118
- rspec-expectations (3.12.1 )
118
+ rspec-expectations (3.12.2 )
119
119
diff-lcs (>= 1.2.0 , < 2.0 )
120
120
rspec-support (~> 3.12.0 )
121
- rspec-mocks (3.12.1 )
121
+ rspec-mocks (3.12.2 )
122
122
diff-lcs (>= 1.2.0 , < 2.0 )
123
123
rspec-support (~> 3.12.0 )
124
124
rspec-rails (5.1.2 )
Original file line number Diff line number Diff line change 1
1
module Taskinator
2
- VERSION = "0.5.2 "
2
+ VERSION = "0.6.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments