Skip to content

v1.4.1

Choose a tag to compare

@carlydf carlydf released this 14 Jul 16:37
· 28 commits to main since this release
9bc3d31

New Commands

  • temporal workflow reset with-workflow-update-options runs Workflow Update Options (temporal workflow update-options) atomically after the Workflow is reset. This is useful for versioned workflows that have progressed on a buggy worker version and must be reset before they can move to and continue running on a version with the fix.

What's Changed

  • Fix docs auto-publish branch by @yuandrew in #823
  • fix: activity pause,unpause,reset accept activity type OR activity id by @spkane31 in #824
  • Reset subcommand to update version by @gow in #812
  • Updated Dockerfile in preparation for public Docker image by @maciejdudko in #826
  • Add "Autogenerated" comment to each generated CLI docs page by @yuandrew in #827
  • docs: update temporal activity docstrings to reflect documentation by @spkane31 in #829
  • Use imperative verbs in cli by @carlydf in #830

New Contributors

Full Changelog: v1.4.0...v1.4.1