File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.33
6+
7+ ### :stars : Highlight Features
8+
9+ - :star : hl: add execute_time field on the Audit model.
10+ - :star : hl: split log objects from config module to logs module.
11+
12+ ### :sparkles : Features
13+
14+ - :dart : feat: use result instead of run_id.
15+ - :dart : feat: add result argument on job execution.
16+ - :dart : feat: add trace log on workflow execution.
17+ - :dart : feat: mark TraceLog object for logging.
18+ - :dart : feat: mark TraceLog object for logging.
19+ - :dart : feat: pass result to workflow exec instead of run_id.
20+ - :dart : feat: update log config.
21+
22+ ### :bug : Bug fixes
23+
24+ - :gear : fixed: move default running id function out of model validate.
25+ - :gear : fixed: rename logs module to audit module.
26+
27+ ### :black_nib : Code Changes
28+
29+ - :test_tube : tests: fixed testcase on conf module.
30+ - :fast_forward : merge: branch 'main' of https://github.com/ddeutils/ddeutil-workflow .
31+ - :test_tube : tests: fixed import invalid module.
32+
33+ ### :broom : Deprecate & Clean
34+
35+ - :recycle : clean: remove un-use method on the result model.
36+
537## 0.0.32
638
739### :stars : Highlight Features
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.32 "
1+ __version__ : str = "0.0.33 "
You can’t perform that action at this time.
0 commit comments