September 16, 2024
CLI v1.1.0
temporal workflow update
has been renamed to temporal workflow update execute
to allow for the creation of new workflow update sub-commands. All flags and behavior remain the same.
Introduced the Temporal Nexus suite of commands to support Nexus—a new feature designed to connect durable executions across team, namespace, region, and cloud boundaries.
Promotes a modular architecture for sharing subsets of your team's capabilities via well-defined service API contracts, abstracting underlying Temporal primitives like Workflows or executing arbitrary code.
temporal workflow update start
: Starts an update asynchronously. Callers can wait for completion using update execute
or update result
with the same --workflow-id
and --update-id
.
temporal workflow update result
: Waits for an update to complete and fetches the result.
temporal workflow update describe
: Reports the status of a running or recently completed update without waiting for it to complete.
Temporal Server has been updated to v1.25.0
UI Server has been updated to v2.30.3
Nexus Integration: Added by @bergundy in #577.
Static Membership for Dev Server: Implemented by @stephanos in #582
Help Text Fixes:
Version String Enhancement: Included additional build-time information by @dandavison in #637.
Documentation Corrections:
Command Enhancements:
Added --public-path
option by @ggrebert in #644.
Made task queue stats visible from CLI by @Shivs11 in #638.
Added workflow update start
and workflow update execute
subcommands by @dandavison in #642.
Added workflow update result
,
update describe
, and result
commands by @Sushisource in #658.
Updated tq-describe-command
descriptions by @Shivs11 in #668.
Server Enhancements:
Testing Improvements:
Feature Enhancements:
Dependency Updates: