You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add get_custom_status() API and bump to duroxide 0.1.20
- Add get_custom_status() to OrchestrationContext for reading custom status
within orchestrations (returns str or None)
- Bump duroxide to 0.1.20, duroxide-pg to 0.1.22
- Bump package version to 0.1.9 (pyproject.toml), crate to 0.1.8
- Add e2e tests: basic get/set across turns + CAN boundary persistence
- Update CHANGELOG.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.9] - 2026-02-21
9
+
10
+
### Added
11
+
-**`ctx.get_custom_status()`** — read the current custom status value from within an orchestration. Returns the status string or `None` if none has been set. Reflects all `set_custom_status`/`reset_custom_status` calls, including across turn boundaries and continue-as-new.
12
+
13
+
### Changed
14
+
- Upgraded duroxide to 0.1.20, duroxide-pg to 0.1.22
0 commit comments