-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
temporal 0.12.0 #170352
Merged
Merged
temporal 0.12.0 #170352
Conversation
This file contains 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
github-actions
bot
added
go
Go use is a significant feature of the PR or issue
bump-formula-pr
PR was created using `brew bump-formula-pr`
labels
Apr 29, 2024
fxcoudert
approved these changes
Apr 29, 2024
chenrui333
reviewed
Apr 29, 2024
chenrui333
reviewed
Apr 29, 2024
github-actions
bot
added
the
autosquash
Automatically squash pull request commits according to Homebrew style.
label
Apr 29, 2024
also squash the commits into one, thanks! :) |
Will do once I confirm the ldflags fix works. |
Bump to `temporal` 0.12.0, which now supports bash, fish and zsh for auto-completion, and requires a small change for how the version number is set in the final `temporal` binary. Co-authored-by: Rui Chen <[email protected]>
josh-berry
force-pushed
the
bump-temporal-0.12.0
branch
from
April 29, 2024 17:06
6ea6ed9
to
7df0812
Compare
github-actions
bot
removed
the
autosquash
Automatically squash pull request commits according to Homebrew style.
label
Apr 29, 2024
chenrui333
approved these changes
Apr 29, 2024
Thanks @josh-berry! |
🤖 An automated task has requested bottles to be published to this PR. |
github-actions
bot
added
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Apr 29, 2024
Thank you @chenrui333 for the quick review and suggestions! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bump-formula-pr
PR was created using `brew bump-formula-pr`
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
go
Go use is a significant feature of the PR or issue
outdated
PR was locked due to age
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 with
brew bump-formula-pr
.Additionally, updated the formula to include support for auto-completion in
fish
.release notes
--output json
now makes sure to only output JSON to stdout (instances of invalid JSON output have been fixed)--output jsonl
now exists which disables indention/newline and, in some commands, streams lines of JSON instead of producing a single array--input-meta
is now supported so different encodings can be specified (e.g. Protobuf JSON)env
file path can be customized--api-key
can now be used to set anAuthorization
header withBearer
prefixed token--tls-cert
and--tls-key
data now accepted in addition to just filesserver start-dev
now uses common log framework so log level can be more easily customizedserver start-dev
has reduced output noise (with more reduction to come)workflow describe
now has a text form instead of always JSONworkflow execute
now streams event table instead of waiting on completionworkflow execute
properly shows non-zero exit code on failureworkflow execute
follows continue-as-new by default:boom: Known Incompatibilities
All Commands
--workflow-timeout 5
becomes--workflow-timeout 5s
)--output table
and--output card
removed and merged into--output text
TEMPORAL_CLI_SHOW_STACKS
environment variable no longer supported--tls-ca-path
can no longer be a URL--fields
command removed, commands now decide which fields should be present or notSpecific Commands
env
commands now expect--env
,-k
and-v
flags rather than positional arguments (positional arguments will continue to work, but are now deprecated and a warning is emitted)operator namespace
commands now expect a-n
flag to specify the namespace rather than a positional argument (the positional argument will continue to work, but is now deprecated and a warning is emitted)operator namespace update
no longer supports--verbose
schedule create
changed--workflow-type
to be--type
server start-dev
with--db-filename
no longer auto-creates directory path of 0777 dirs if not presentworkflow
and its subcommands no longer support--memo-file
workflow execute
does not dump history by default when JSON is enabledworkflow execute
when using--event-details
(née--fields long
) shows full JSON attributes instead of wrapped partial tableworkflow execute
no longer succeeds if workflow exists, but--allow-existing
is presentworkflow reset-batch
removed in favor ofworkflow reset --query
with reset options (some previous reset types may not be supported)workflow show
does not allow-f
as an alias for--follow
workflow start
no longer succeeds if workflow exists, but--allow-existing
is presentworkflow trace
removed while being repaired (inadvertently broken in last release)What's Changed
workflow signal
command by @cretz in CLI Refresh:workflow signal
command temporalio/cli#432workflow terminate
command by @tdeebswihart in Implementworkflow terminate
command temporalio/cli#436workflow cancel
command by @tdeebswihart in Implementworkflow cancel
command temporalio/cli#435workflow reset
by @tdeebswihart in CLI Refresh: Implementworkflow reset
temporalio/cli#443workflow update
command by @pdoerner in CLI Refresh:workflow update
command temporalio/cli#462workflow stack
command by @Sushisource in Addworkflow stack
command temporalio/cli#457workflow show
by @Sushisource in Implementworkflow show
temporalio/cli#458batch
commands by @stephanos in CLI Refresh:batch
commands temporalio/cli#464batch terminate
test by @stephanos in fixbatch terminate
test temporalio/cli#488workflow delete
command by @carlydf in CLI Refresh:workflow delete
command temporalio/cli#496temporal workflow fix-history-json
subcommand. by @chronos-tachyon in Addtemporal workflow fix-history-json
subcommand. temporalio/cli#504schedule
commands by @dnr in Implementschedule
commands temporalio/cli#459Full Changelog: temporalio/cli@v0.11.0...v0.12.0