Skip to content

Commit 695b6fc

Browse files
Make the published Waterline service image reliably ready for signals and queries
1 parent d892331 commit 695b6fc

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9-
The Python SDK joins the synchronized Durable Workflow `2.0.0-beta.5` product
10-
train. PyPI displays the normalized PEP 440 identity `2.0.0b5`. Earlier SDK
9+
The Python SDK joins the synchronized Durable Workflow `2.0.0-beta.6` product
10+
train. PyPI displays the normalized PEP 440 identity `2.0.0b6`. Earlier SDK
1111
versions remain historical releases and are not alternate supported 2.0
1212
baselines; no prerelease compatibility shim is provided.
1313

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
44

55
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
6-
`2.0.0-beta.5` product train. Core features include workflows, activities,
6+
`2.0.0-beta.6` product train. Core features include workflows, activities,
77
schedules, signals, timers, child workflows, continue-as-new, side effects,
88
version markers, worker-applied accepted updates, replay verification, the
99
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
1010

1111
## Install
1212

1313
```bash
14-
pip install durable-workflow==2.0.0-beta.5
14+
pip install durable-workflow==2.0.0-beta.6
1515
```
1616

1717
Or for development:
@@ -581,7 +581,7 @@ Full documentation is available at
581581

582582
## Compatibility
583583

584-
SDK version `2.0.0-beta.5` is supported with server `2.0.0-beta.5`. The server
584+
SDK version `2.0.0-beta.6` is supported with server `2.0.0-beta.6`. The server
585585
must advertise these protocol manifests from `GET /api/cluster/info`:
586586

587587
- `control_plane.version: "2"`

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "durable-workflow"
7-
version = "2.0.0-beta.5"
7+
version = "2.0.0-beta.6"
88
description = "Python SDK for the Durable Workflow server (language-neutral HTTP protocol)"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -64,9 +64,9 @@ durable-workflow-replay-conformance = "durable_workflow.replay_conformance:main"
6464
durable-workflow-workflow-updates-conformance = "durable_workflow.workflow_updates_conformance:main"
6565

6666
[tool.durable-workflow]
67-
product-train = "2.0.0-beta.5"
68-
registry-version = "2.0.0b5"
69-
supported-server-versions = "2.0.0-beta.5"
67+
product-train = "2.0.0-beta.6"
68+
registry-version = "2.0.0b6"
69+
supported-server-versions = "2.0.0-beta.6"
7070
worker-protocol-version = "1.1"
7171
control-plane-version = "2"
7272

0 commit comments

Comments
 (0)