Skip to content

Commit 689885c

Browse files
Release sdk-python 0.4.3
1 parent 09f6761 commit 689885c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.3] — 2026-04-24
10+
911
### Added
1012
- `Client.get_schedule_history(schedule_id, *, limit=None, after_sequence=None)`
1113
returns one `ScheduleHistoryPage` of the schedule's audit stream, and

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "0.4.2"
7+
version = "0.4.3"
88
description = "Python SDK for the Durable Workflow server (language-neutral HTTP protocol)"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)