Skip to content

v0.1.9

Choose a tag to compare

@affandar affandar released this 22 Feb 08:40
· 41 commits to main since this release

What's New

  • getCustomStatus() — new method on OrchestrationContext to read the current custom status (returns string | null)
  • 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

Note: 0.1.8 was yanked due to a CI packaging issue. 0.1.9 is identical in functionality.