Skip to content

Commit 7ddaf4d

Browse files
committed
🏷️ Bump up to version 0.0.73 -> 0.0.74.
1 parent 75435e8 commit 7ddaf4d

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,61 @@
22

33
## Latest Changes
44

5+
## 0.0.74
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: change audit path config to audit url.
10+
- :star: hl: remove passing result on workflow execute method.
11+
- :star: hl: change trace_path to trace_url for scale trace type.
12+
- :star: hl: remove result passing on stage models.
13+
- :star: hl: rename handler_execute to execute method.
14+
- :star: hl: migrate event object instead crontab object.
15+
- :star: hl: add info field for keeping more audit log.
16+
17+
### :sparkles: Features
18+
19+
- :dart: feat: passing execution time info on the result.
20+
- :dart: feat: remove result transfer from job execute.
21+
- :dart: feat: remove result receive from nested stage process func.
22+
- :dart: feat: add context to param2template function.
23+
- :dart: feat: revise process_item method on foreach.
24+
- :dart: feat: add created_at and updated_at field on workflow model.
25+
- :dart: feat: remove timezone on result module.
26+
- :dart: feat: add more module for rust package.
27+
- :dart: feat: duplicate this package to rust for the best performance.
28+
- :dart: feat: add log id before handle execute stage.
29+
30+
### :bug: Bug fixes
31+
32+
- :gear: fixed: add type hint for audit override model.
33+
- :gear: fixed: serialize urlresult for extras field.
34+
- :gear: fixed: fix remove if it not exist in caller stage.
35+
36+
### :hourglass_flowing_sand: Performance improvements
37+
38+
- :zap: perf: improve code performance and gen docs by ai.
39+
40+
### :broom: Deprecate & Clean
41+
42+
- :recycle: clean: remove construct method on result object.
43+
- :recycle: clean: remove result transfer on job exec.
44+
- :recycle: clean: remove result receive from stage execute method.
45+
- :recycle: clean: remove not-use code.
46+
- :recycle: clean: remove from_conf on crontab model.
47+
- :recycle: clean: remove rust implementation and move to rustflow project.
48+
- :recycle: clean: validate params field on workflow model.
49+
- :recycle: clean: remove prepare on value classmethod.
50+
51+
### :book: Documentations
52+
53+
- :page_facing_up: docs: update docs for json-schema.
54+
- :page_facing_up: docs: update docc on event module.
55+
- :page_facing_up: docs: update readme file.
56+
- :page_facing_up: docs: add docs with Google style batch 2.
57+
- :page_facing_up: docs: add docs with Google style.
58+
- :page_facing_up: docs: update docs-string.
59+
560
## 0.0.73
661

762
### :stars: Highlight Features

src/ddeutil/workflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.73"
1+
__version__: str = "0.0.74"

0 commit comments

Comments
 (0)