File tree Expand file tree Collapse file tree 3 files changed +39
-2
lines changed
Expand file tree Collapse file tree 3 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.82
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: add raise error when pass rerun mode to release method.
10+ - :dart : feat: add skip on workflow release method when audit.
11+ - :dart : feat: add pre-process on trace model.
12+ - :dart : feat: add nested stage error object for dedup trace message.
13+ - :dart : feat: add retry backoff sleep time on stage module.
14+ - :dart : feat: add support runs-on with str type.
15+
16+ ### :bug : Bug fixes
17+
18+ - :gear : fixed: remove message from trigger catch error.
19+ - :gear : fixed: add stopper for disable circle execution.
20+ - :gear : fixed: change cutting running id logic.
21+ - :gear : fixed: add env for use system python.
22+
23+ ### :black_nib : Code Changes
24+
25+ - :art : format: add typed-hint for handler args.
26+ - :lipstick : styled: add nested exception on until stage.
27+ - :lipstick : styled: upgrade nested prefix and emoji.
28+ - :test_tube : tests: update testcase and add type on workflow model.
29+
30+ ### :broom : Deprecate & Clean
31+
32+ - :recycle : clean: remove trancs log route from api.
33+
34+ ### :package : Build & Workflow
35+
36+ - :toolbox : build: update uv version on dockerfile.
37+
38+ ### :book : Documentations
39+
40+ - :page_facing_up : docs: update example conf.
41+
542## 0.0.81
643
744### :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.81 " ,
4+ "version" : " 0.0.82 " ,
55 "$defs" : {
66 "AWSBatchArgs" : {
77 "description" : " AWS Batch arguments." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.81 "
1+ __version__ : str = "0.0.82 "
22__python_version__ : str = "3.9"
You can’t perform that action at this time.
0 commit comments