Skip to content

Releases: temporalio/cli

v0.10.2

18 Jul 03:02
5e668ac
Compare
Choose a tag to compare
  • 2023-07-17 - 5e668ac - Upgrade server to v1.21.2 (#285)
  • 2023-07-12 - 30a73b2 - Fix bash completion bugs (#280)
  • 2023-07-12 - b21ddf1 - Clarify namespace flags (#284)

v0.10.1

12 Jul 04:09
87b78d4
Compare
Choose a tag to compare

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

27 Jun 04:40
d3c09ae
Compare
Choose a tag to compare

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

12 May 18:04
1f078f2
Compare
Choose a tag to compare

What's Changed

  • Renamed the environment variable names as follows:

    • TEMPORAL_CLI_ADDRESSTEMPORAL_ADDRESS
    • TEMPORAL_CLI_NAMESPACETEMPORAL_NAMESPACE
    • TEMPORAL_CLI_TLS_CERTTEMPORAL_TLS_CERT
    • TEMPORAL_CLI_TLS_KEYTEMPORAL_TLS_KEY
    • TEMPORAL_CLI_TLS_CATEMPORAL_TLS_CA
    • TEMPORAL_CLI_TLS_DISABLE_HOST_VERIFICATIONTEMPORAL_TLS_DISABLE_HOST_VERIFICATION
    • TEMPORAL_CLI_TLS_SERVER_NAMETEMPORAL_TLS_SERVER_NAME
    • TEMPORAL_CLI_CODEC_ENDPOINTTEMPORAL_CODEC_ENDPOINT
    • TEMPORAL_CLI_CODEC_AUTHTEMPORAL_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

04 Apr 17:00
d7f2c05
Compare
Choose a tag to compare

What's Changed

  • temporal server start-dev no longer accepts --config parameter as we plan to redesign passing the server & ui configurations

Changelog

  • 2023-03-30 - d7f2c05 - Remove server's support for .yaml based configuration (#183)
  • 2023-03-30 - d4a0004 - Bump go.temporal.io/server from 1.20.0 to 1.20.1 (#182)
  • 2023-03-29 - f129dd6 - Clear unused flag (#181)

v0.7.0

30 Mar 00:08
f129dd6
Compare
Choose a tag to compare
  • 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

13 Mar 04:29
ae597f6
Compare
Choose a tag to compare
  • 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

16 Feb 19:56
a2bd55a
Compare
Choose a tag to compare
Fix goreleaser pipeline trigger syntax (#118)

v0.4.0

08 Feb 16:11
34db2cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Jan 04:04
88a308b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0