|
2 | 2 |
|
3 | 3 | ## Latest Changes |
4 | 4 |
|
| 5 | +## 0.0.34 |
| 6 | + |
| 7 | +### :stars: Highlight Features |
| 8 | + |
| 9 | +- :star: hl: add confignore support for filter config data. |
| 10 | +- :star: hl: revise job execution logic for fail-fast and complete. |
| 11 | +- :star: hl: change hook stage to call stage. |
| 12 | +- :star: hl: add parent run id trace log. |
| 13 | +- :star: hl: change catch error data from workflow execution. |
| 14 | +- :star: hl: change catch error data from job execution. |
| 15 | +- :star: hl: change catch error data from stage execution. |
| 16 | + |
| 17 | +### :sparkles: Features |
| 18 | + |
| 19 | +- :dart: feat: pass config to trace log object. |
| 20 | +- :dart: feat: add return result from schedule_task function. |
| 21 | +- :dart: feat: update optional arg on app file. |
| 22 | +- :dart: feat: pass parent running id to workflow release from poke method. |
| 23 | +- :dart: feat: change return type of poking from list[Result] to Result. |
| 24 | +- :dart: feat: add filter class on python stage. |
| 25 | +- :dart: feat: add deep_copy util func. |
| 26 | + |
| 27 | +### :bug: Bug fixes |
| 28 | + |
| 29 | +- :gear: fixed: remove format on string datetime. |
| 30 | +- :gear: fixed: default path of audits and logic of shcedule pending. |
| 31 | +- :gear: fixed: change TraceLog from object to dataclass. |
| 32 | +- :gear: fixed: add traceback and adjust stacklevel for logging. |
| 33 | +- :gear: fixed: rename method of audit object that use log prefix. |
| 34 | +- :gear: fixed: fix testcase does not valid. |
| 35 | + |
| 36 | +### :black_nib: Code Changes |
| 37 | + |
| 38 | +- :test_tube: tests: fixed audit on testcase. |
| 39 | +- :test_tube: tests: add result object on hook function. |
| 40 | + |
5 | 41 | ## 0.0.33 |
6 | 42 |
|
7 | 43 | ### :stars: Highlight Features |
|
0 commit comments