Releases: temporalio/cli
Releases · temporalio/cli
v0.10.2
v0.10.1
What's Changed
- 2023-07-07 - ba972f4 - Bump go.temporal.io/server from 1.21.0 to 1.21.1 (#277)
- 2023-07-11 - 87b78d4 - Clarify --help text for workflow retention (#283)
- 2023-07-10 - b1366a4 - Fix commands throwing when default env is removed (#264)
- 2023-07-10 - ed09161 - Increase persisence QPS (#130)
- 2023-07-06 - d37f65c - Reorder workflow commands (#274)
v0.10.0
Changelog
- 2023-06-23 - ddb6549 - Bump Temporal server to v1.21.0 (#273)
- 2023-06-23 - d2bb611 - Bump UI to v2.16.2 (#271)
- 2023-06-22 - 20854b8 - Implement update/get worker versioning commands (#166)
- 2023-06-21 - 30704e3 - Get reverse history and set scheduled event task ID properly (#246)
- 2023-06-21 - 2113028 - Clarify environments and their use (#263)
- 2023-06-21 - e40d2a7 - Consider childjobs completed when they're not going to be started (#252)
- 2023-06-21 - a936ed5 - Test Windows build (#257)
- 2023-05-25 - f8c84ed - Add frontend to
trace
command (#233) by @sikian - 2023-05-24 - 5dcaa37 - Print version when installing CLI with curl (#247)
- 2023-05-15 - 1f17aec - Support custom version in installation via .sh script (#240)
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
-
Renamed the environment variable names as follows:
TEMPORAL_CLI_ADDRESS
➡TEMPORAL_ADDRESS
TEMPORAL_CLI_NAMESPACE
➡TEMPORAL_NAMESPACE
TEMPORAL_CLI_TLS_CERT
➡TEMPORAL_TLS_CERT
TEMPORAL_CLI_TLS_KEY
➡TEMPORAL_TLS_KEY
TEMPORAL_CLI_TLS_CA
➡TEMPORAL_TLS_CA
TEMPORAL_CLI_TLS_DISABLE_HOST_VERIFICATION
➡TEMPORAL_TLS_DISABLE_HOST_VERIFICATION
TEMPORAL_CLI_TLS_SERVER_NAME
➡TEMPORAL_TLS_SERVER_NAME
TEMPORAL_CLI_CODEC_ENDPOINT
➡TEMPORAL_CODEC_ENDPOINT
TEMPORAL_CLI_CODEC_AUTH
➡TEMPORAL_CODEC_AUTH
-
New command:
temporal workflow update
- Updates a running workflow synchronously. -
New command:
temporal env list
- Prints all local configuration environments. -
New option for workflow delete:
temporal workflow delete --query ..
- Delete Workflow Executions with given List Filter -
New option for namespace update:
temporal operator namespace update --verbose
- Print applied namespace changes
Changelog
- 2023-05-12 - 1f078f2 - Make ENV names consistent (#239)
- 2023-05-11 - 3a71085 - Add batch workflow delete (#201)
- 2023-05-11 - 855c281 - Create E2E tests for batch jobs (#232)
- 2023-05-09 - 075fc0d - Update Schedule's flag names in prompts (#230)
- 2023-05-08 - 9d15378 - Fix parsing dynamic config numbers (#231)
- 2023-04-18 - 8abf19a - Bump UI from 2.13.3 to 2.15.0 (#237)
- 2023-05-05 - 067a32c - Clarify namespace update result with --verbose flag (#222)
- 2023-05-05 - d3005ba - Replace custom bool conversion with urfave Bool (#227)
- 2023-04-29 - 636fe23 - Clarify prompt result when not selecting an option
- 2023-04-28 - fb903b8 - Add support for --tls flag (#203) (#210)
- 2023-04-28 - 2514127 - Add list env command (#211)
- 2023-04-27 - 90be38c - Test installation in zsh and fish shells (#139)
- 2023-04-26 - a01fea2 - Add command for workflow update (#200)
- 2023-04-21 - 20765bc - Bump go.temporal.io/server from 1.20.1 to 1.20.2 (#207)
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
-
temporal server start-dev
no longer accepts--config
parameter as we plan to redesign passing the server & ui configurations
Changelog
v0.7.0
- 2023-03-29 - 51d2249 - Bump github.com/temporalio/ui-server/v2 from 2.13.0 to 2.13.3 (#180)
- 2023-03-28 - 40f8d0b - Fix batch operations when advanced visibility is not used (#126)
- 2023-03-28 - 48b50b2 - Make workflow show output json usable for replay (#110)
- 2023-03-27 - 5c03c61 - Update installation instructions (#174)
- 2023-03-24 - 3a00ff7 - Update identity name from tctl -> temporal-cli (#160)
- 2023-03-23 - 170e9c0 - Highlight --help code blocks and update template (#167)
- 2023-03-14 - 13c3b95 - Fix reading JSON input in subscommands (#148)
- 2023-03-13 - 7c42c70 - CLI: custom help template + minor fixes (#135)
v0.6.0
- 2023-03-10 - f4de181 - Add Windows tar.gz archive (#144)
- 2023-03-10 - 000d2da - Fix exit code when Ctrl+C'ing dev server (#127)
- 2023-03-09 - 6c66088 - Add Version as ldflag in make script (#143)
- 2023-03-09 - c1a0000 - Bump github.com/temporalio/ui-server/v2 from 2.11.0 to 2.11.1 (#142)
- 2023-03-08 - 4a367d5 - Enable OpenAPI UI (#136)
- 2023-03-01 - 28c9ae0 - Don't prompt when creating search attribute (#129)
- 2023-02-21 - 2a7780d - Add port for the Frontend service. (#123)
- 2023-02-21 - 8a92b18 - Fix notion of non-existing global flag --namespace (#116)
v0.5.0
Fix goreleaser pipeline trigger syntax (#118)
v0.4.0
What's Changed
- Auto generate cli docs by @DJSanti in #71
- Remove unsupported version entry for config file by @feedmeapples in #97
- Upgrade server to v1.19.1@master by @feedmeapples in #96
- Persist cluster Id when running server in-memory by @feedmeapples in #93
- Pass namespace option to search attributes operations by @rodrigozhou in #100
- Add docs generation tool to goreleaser by @feedmeapples in #102
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add autocompletion for zsh and bash by @feedmeapples in #62
- Allowing configuring UI codec URL via flag by @feedmeapples in #54
- Allow using custom assets for the UI. by @robholland in #68
- Copyedit start-dev help text by @lorensr in #65
- Fix server data folder not created & test races by @feedmeapples in #67
- Rename namespace register -> create by @feedmeapples in #80
- Rename release archives to temporal_cli_... by @feedmeapples in #86
- Create install.sh script and add PATH suggestion by @feedmeapples in #74
Full Changelog: v0.2.0...v0.3.0