Skip to content

v1.17.0

Choose a tag to compare

@cludden cludden released this 24 Jul 02:04
· 44 commits to main since this release

⚠ BREAKING CHANGES

  • Signal with start cross-namespace (XNS) methods now utilize dedicated option types instead of using the workflow options. This allows for more flexibility in configuring the signal with start behavior, but may require changes to existing code that uses these methods.

Added

  • #103 add support for experimental update with start
  • #105 add WithDataConverter helper to activity, child workflow options
  • #106 allow update validation to be configured by each workflow
  • #109 add support for urfave/cli/v3
  • #111 add experimental nexus support

Changed

  • #108 allow overriding default task queue at runtime

Fixed

  • #103 support parsing files for signals, updates
  • #103 fix input collision handling for signals, updates
  • #103 fix race condition in xns activity cancellation
  • #108 fix default cli task queue for workflows with custom task queue