temporal 1.7.0#280152
Merged
BrewTestBot merged 2 commits intomainfrom Apr 30, 2026
Merged
Conversation
daeho-ro
approved these changes
Apr 30, 2026
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 bumpCreated with
brew bump-formula-pr.Details
release notes
temporal activity start-- Start a new Standalone Activitytemporal activity execute-- Start a Standalone Activity and wait for its resulttemporal activity result-- Wait for and output the result of a Standalone Activitytemporal activity describe-- Show detailed info for a Standalone Activitytemporal activity list-- List Standalone Activities matching a querytemporal activity count-- Count Standalone Activities matching a querytemporal activity cancel-- Request cancellation of a Standalone Activitytemporal activity terminate-- Forcefully end a Standalone ActivityWorker Deployment Commands
Added
temporal worker deployment createandtemporal worker deployment create-versioncommands for managing Worker Deployments via direct gRPC API calls, including AWS Lambda compute configuration.Task Queue Fairness Weight Overrides
Added CLI support for setting fairness key weight overrides via
UpdateTaskQueueConfig. This allows configuring per-key weights on task queues directly from the CLI.Nexus Caller Timeouts
Pending Nexus operations now display
ScheduleToStartandStartToClosetimeouts in workflow output.Reverse workflow history
List workflow history events in reverse (newest event first) using the new
--reverseflag ontemporal workflow show. Helpful for debugging workflows where you only care about the most recent events.Improvements
Bug Fixes
--tls=falsenow correctly disables TLS when used with--api-key-- Previously, passing--api-key X --tls=falsewould still dial with TLS enabled because the SDK auto-enables TLS when credentials are present. The envconfig v1.0.0 upgrade fixesToClientOptionsto respect the explicit--tls=falseflag. (sdk-go#2205)--build-idand--unversionedmutual exclusivity enforced --temporal worker deployment set-current-versionnow returns an error if both flags are provided. Previously the conflict was silently ignored. (#991)activity pausesilently ignored the--identityflag, always sending the global client identityactivity pausewas missing the--reasonflag despite the server accepting one--activity-typedisplayedactivity-idas its value placeholder in help output for pause, unpause, and reset--reset-heartbeatson unpause and reset incorrectly claimed it only works with--reset-attemptsactivity completeandactivity faillacked theashorthand for--activity-idthat other activity subcommands hadtemporal envdeprecation warning now visible at all log levels -- The warning about deprecated positional arguments was routed through the logger, so it was invisible at the new default--log-level never. It now prints directly to stderr.Dependency Upgrades
UseSystemCallbackURLconfig (no longer needed server-side)What's Changed
temporal worker deployment create|create-versionby @jaypipes intemporal worker deployment create|create-versiontemporalio/cli#990temporal workflow showby @veeral-patel in feat: add --reverse flag totemporal workflow showtemporalio/cli#988New Contributors
temporal workflow showtemporalio/cli#988Full Changelog: temporalio/cli@v1.6.2...v1.7.0
View the full release notes at https://github.com/temporalio/cli/releases/tag/v1.7.0.