Skip to content

v0.1.9

Latest

Choose a tag to compare

@affandar affandar released this 22 Feb 07:55
· 2 commits to main since this release

What's New

  • get_custom_status() — new method on OrchestrationContext to read the current custom status (returns Optional[str])
  • Continue-as-new status inheritance — custom status is automatically preserved across CAN boundaries via initial_custom_status
  • Bumped to duroxide 0.1.20 and duroxide-pg 0.1.22

Breaking Changes

  • Custom status is now stored via CustomStatusUpdated history events instead of ExecutionMetadata
  • This is transparent to SDK users — no code changes needed