File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.83
6+
7+ ### :stars : Highlight Features
8+
9+ - :star : hl: add sys extras key for stop circle execute.
10+
11+ ### :sparkles : Features
12+
13+ - :dart : feat: fix nested-error handler on case stage.
14+ - :dart : feat: fix nested-error handler on foreach stage.
15+ - :dart : feat: allow pass max-workers with string value on parallel stage.
16+ - :dart : feat: add clean up util func.
17+ - :dart : feat: add convert to empty stage method.
18+ - :dart : feat: add extract id for prepare a pair of parent and running id.
19+ - :dart : feat: move validate release date from workflow to event model.
20+
21+ ### :black_nib : Code Changes
22+
23+ - :test_tube : tests: update testcase that able dynamic expectation.
24+ - :test_tube : tests: update testcase for making coverage.
25+ - :test_tube : tests: prepare testcase for message change.
26+ - :art : format: change path type of audit model.
27+
28+ ### :book : Documentations
29+
30+ - :page_facing_up : docs: update config docs.
31+ - :page_facing_up : docs: update json schema file.
32+
533## 0.0.82
634
735### :sparkles : Features
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
33 "title" : " Workflow Configuration JSON Schema" ,
4- "version" : " 0.0.82 " ,
4+ "version" : " 0.0.83 " ,
55 "$defs" : {
66 "AWSBatchArgs" : {
77 "description" : " AWS Batch arguments." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.82 "
1+ __version__ : str = "0.0.83 "
22__python_version__ : str = "3.9"
You can’t perform that action at this time.
0 commit comments