Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@josh-berry josh-berry released this 15 Jan 20:16
4285d39

Highlights

This release includes the latest versions Temporal Server (v1.26.2) and UI Server (v2.34.0), and provides provides updated support for the revamped experimental Worker Versioning feature, and includes additional commands for managing Activities.

New Commands

  • temporal worker deployment ... commands operate on Worker Deployments, a new concept introduced with the revamped Worker Versioning feature. These commands are experimental (pre-release) and are subject to change and/or removal.
  • temporal workflow update-options adjusts options on specific Workflows related to Worker Versioning. This command is experimental (pre-release) and is subject to change and/or removal.
  • temporal activity update-options adjusts options such as timeout and retry values on running Activities.
  • temporal activity pause stops an Activity from being retried, leaving it in a blocked state.
  • temporal activity unpause allows a previously-paused Activity to be retried once again.
  • temporal activity reset resets the timeouts and number of retry attempts on a running Activity.

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0