Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 May 18:04
· 381 commits to main since this release
1f078f2

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