September 16, 2024
CLI v1.1.0
Renamed Commands
temporal workflow updatehas been renamed totemporal workflow update executeto allow for the creation of new workflow update sub-commands. All flags and behavior remain the same.
New Features
Temporal Nexus Suite
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.
New Workflow Update Commands
temporal workflow update start: Starts an update asynchronously. Callers can wait for completion usingupdate executeorupdate resultwith the same--workflow-idand--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.
Updates and Improvements
Temporal Server has been updated to v1.25.0
UI Server has been updated to v2.30.3
What's Changed
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-pathoption by @ggrebert in #644.Made task queue stats visible from CLI by @Shivs11 in #638.
Added
workflow update startandworkflow update executesubcommands by @dandavison in #642.Added
workflow update result,update describe, andresultcommands by @Sushisource in #658.Updated
tq-describe-commanddescriptions by @Shivs11 in #668.
Server Enhancements:
Testing Improvements:
Feature Enhancements:
Dependency Updates: