We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c4eb3 commit 23168eaCopy full SHA for 23168ea
1 file changed
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to the `durable-workflow` Python SDK are documented here.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
+
9
+### Changed
10
+- Worker compatibility checks now use `/api/cluster/info` protocol manifests
11
+ as the authority instead of the top-level server app version. SDK 0.2.x
12
+ requires `control_plane.version: "2"`,
13
+ `control_plane.request_contract` schema
14
+ `durable-workflow.v2.control-plane-request.contract` version `1`, and
15
+ `worker_protocol.version: "1.0"`. Missing, unknown, or undiscoverable
16
+ compatibility states fail closed.
17
18
## [0.2.0] — 2026-04-17
19
20
### Added
0 commit comments