Skip to content

Releases: temporalio/cli

v0.11.0

31 Jan 22:13
7267df6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.7...v0.11.0

v0.10.7

21 Nov 00:22
5a42bcc

Choose a tag to compare

Highlights

  • This release includes Temporal Server v1.22.2 and UI server v2.21.3.

What's Changed

New Contributors

Full Changelog: v0.10.6...v0.10.7

v0.10.6

02 Oct 22:02
b0d1937

Choose a tag to compare

Highlights

  • This release uses Temporal Server v1.22 and UI server v2.18.2.
  • temporal server start-dev now includes the experimental Timeline view shown during Replay—turn on Labs to try it out!

What's Changed

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

01 Aug 19:06
924a12c

Choose a tag to compare

  • 2023-08-01 - 70f2bb3 - Add usage examples with JSON --input (#296)
  • 2023-08-01 - 924a12c - Upgrade server to v1.21.4 (#297)
  • 2023-07-31 - 6d4ee93 - Upgrade UI to v2.17.0 (#295)
  • 2023-07-28 - 8d239b9 - Add semgrep security check (#294)

v0.10.4

26 Jul 18:23
c8a3ed1

Choose a tag to compare

  • 2023-07-26 - c8a3ed1 - Upgrade server to v1.21.3 (#291)

v0.10.3

21 Jul 22:13
7862641

Choose a tag to compare

  • 2023-07-19 - f78339c - Restore showing subcommand list (#288)
  • 2023-07-18 - 6694082 - Fix batch signal's processing of input values (#287)
  • 2023-07-18 - 8ab3866 - Set caller-type header (#286)

v0.10.2

18 Jul 03:02
5e668ac

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

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

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

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