Skip to content

Commit 46735b6

Browse files
Add minimal CHANGELOG entry to sdk-python documenting current state (#3)
1 parent e3c8a3d commit 46735b6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Notes
10+
- Current release line is 0.4.x (Alpha). The package covers workflow and
11+
activity authoring, schedules, signals, timers, child workflows,
12+
continue-as-new, side effects, version markers, worker-applied accepted
13+
updates, the in-process `WorkflowEnvironment` test harness, control-plane
14+
parity for workflow / task-queue / worker / namespace / schedule
15+
operations (including the per-schedule audit history stream), external
16+
payload storage with policy and retention helpers, and golden replay
17+
fixtures.
18+
- Targeting continued alignment with the Durable Workflow v2 protocol
19+
surface advertised by `/api/cluster/info`
20+
(`control_plane.version: "2"`, request-contract version `1`,
21+
`worker_protocol.version: "1.0"`). Remaining v2 follow-ups tracked for
22+
this line: server-routed Python query execution and pre-accept update
23+
validator routing.
24+
925
## [0.4.3] — 2026-04-24
1026

1127
### Added

0 commit comments

Comments
 (0)