Skip to content

Commit a24a894

Browse files
committed
Added SDKs 0.2.5 changelog updates.
1 parent 0425c95 commit a24a894

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

releases/sdks/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## SDKs v0.2.5
2+
3+
### Features
4+
- Added task abort capabilities
5+
- Enhanced compensation context for better failure and abort management
6+
7+
### Javascript SDK v0.2.4
8+
9+
#### Features
10+
- Added `task.abort()` method to allow explicit task termination with context
11+
- Enhanced compensation functionality with new context injection
12+
13+
### Python SDK v0.2.4
14+
15+
#### Features
16+
- Added `task.abort()` method to allow explicit task termination with context
17+
- Enhanced compensation functionality with new context injection
18+
119
## SDKs v0.2.4
220

321
### Features

releases/sdks/versions/0.2.5.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## SDKs v0.2.5
2+
3+
### Features
4+
- Added task abort capabilities
5+
- Enhanced compensation context for better failure and abort management
6+
7+
### Javascript SDK v0.2.4
8+
9+
#### Features
10+
- Added `task.abort()` method to allow explicit task termination with context
11+
- Enhanced compensation functionality with new context injection
12+
13+
### Python SDK v0.2.4
14+
15+
#### Features
16+
- Added `task.abort()` method to allow explicit task termination with context
17+
- Enhanced compensation functionality with new context injection

0 commit comments

Comments
 (0)