Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
temporal worker deployment
commands to expose new Worker Deployment features.New Commands
temporal workflow metadata
shows user-set metadata for a specific Workflow Execution.temporal workflow signal-with-start
starts a new Workflow Execution and immediately sends it a Signal.Updated Commands
temporal worker deployment
set of commands has been updated to expose new Worker Deployment features and improve the user experience.temporal task-queue versioning
set of commands is now deprecated in favor oftemporal worker deployment
.temporal activity pause
andtemporal activity unpause
can now pause and resume all Activities of a specified type.temporal activity unpause
can now resume batches of activities, with jitter applied.temporal workflow list
now takes a--page-size
option, to be used in exceptional situations when fetching Workflow Executions from the server takes too long.--static-summary
and--static-details
flags can be passed to any command that starts a Workflow Execution, to provide user-defined metadata retrievable via the UI or withtemporal workflow metadata
.What's Changed
temporal batch --help
output by @josh-berry in Fix whitespace intemporal batch --help
output temporalio/cli#722workfow list
command description by @mjameswh in Remove incorrect statement inworkfow list
command description temporalio/cli#716workflow metadata
command by @Sushisource in Addworkflow metadata
command temporalio/cli#743temporal workflow signal-with-start
command by @THardy98 in Addtemporal workflow signal-with-start
command temporalio/cli#758New Contributors
temporal workflow signal-with-start
command temporalio/cli#758Full Changelog: temporalio/cli@v1.1.2...v1.3.0