Skip to content

Releases: temporalio/cli

v1.5.1

03 Nov 22:19
2445cda

Choose a tag to compare

New Commands

  • temporal worker describe and temporal worker list are added as experimental commands, as a part of a new feature, worker heartbeating. Both allow users to query data about a worker.

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

10 Oct 18:17
424a7dc

Choose a tag to compare

New Commands

  • temporal task-queue config commands (set and get). Allows user to set and get Task Queue configs such as rate limit.
  • temporal worker deployment manager-identity commands (set and unset). Allows CLI clients of Worker Deployments that are managed by an automated system (such as the Kubernetes Worker Controller) to safely coordinate with that client to make intended changes and ensure they are not overwritten.

What's Changed

  • Added Docker instructions to README by @maciejdudko in #828
  • [docgen] Fix typo, add validity check to tool by @yuandrew in #832
  • display and update namespace replication state by @hai719 in #844
  • Add new client-connect-timeout arg by @yuandrew in #845
  • Adds --client-authority flag to set the ConnectionOptions.Authority field on clients by @wcharczuk-stripe in #846
  • Moved autogen comments out of the doc headers by @flippedcoder in #842
  • Added backticks around ascii warnings to format correctly in docs by @flippedcoder in #852
  • Annotate --activity-type as experimental in activity pause command by @gow in #854
  • Fix doc on dev server's --metrics-port by @mjameswh in #855
  • Merge next-server into main by @bergundy in #856
  • Update Go SDK to v1.37 by @carlydf in #859
  • Add temporal worker deployment manager-identity commands by @carlydf in #858
  • Add --allow-no-pollers flag to set-current-version and set-ramping-version by @carlydf in #860
  • Upgrade UI to v2.41.0 by @ShahabT in #861

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.5.0-rc

07 Oct 18:55

Choose a tag to compare

v1.5.0-rc Pre-release
Pre-release

What's Changed

  • Added Docker instructions to README by @maciejdudko in #828
  • [docgen] Fix typo, add validity check to tool by @yuandrew in #832
  • display and update namespace replication state by @hai719 in #844
  • Add new client-connect-timeout arg by @yuandrew in #845
  • Adds --client-authority flag to set the ConnectionOptions.Authority field on clients by @wcharczuk-stripe in #846
  • Moved autogen comments out of the doc headers by @flippedcoder in #842
  • Added backticks around ascii warnings to format correctly in docs by @flippedcoder in #852
  • Annotate --activity-type as experimental in activity pause command by @gow in #854
  • Fix doc on dev server's --metrics-port by @mjameswh in #855
  • Merge next-server into main by @bergundy in #856

New Contributors

Full Changelog: v1.4.1...v1.5.0-rc

v1.4.2-fairness.0

27 Aug 20:45
7e98af6

Choose a tag to compare

v1.4.2-fairness.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.1-cloud-v1-29-0-139-2.0...v1.4.2-fairness.0

v1.4.1-cloud-v1-29-0-139-2.0

14 Aug 20:29

Choose a tag to compare

Pre-release

What's Changed

  • Added Docker instructions to README by @maciejdudko in #828
  • [docgen] Fix typo, add validity check to tool by @yuandrew in #832
  • Update next-server branch with changes in main by @spkane31 in #834
  • activity: support batch operations in reset and update-options by @spkane31 in #831
  • Fix default value for address by @bergundy in #839
  • Support multiple --input-meta flags for the same key by @bergundy in #836

Full Changelog: v1.4.1...v1.4.1-cloud-v1-29-0-139-2.0

v1.4.1

14 Jul 16:37
9bc3d31

Choose a tag to compare

New Commands

  • temporal workflow reset with-workflow-update-options runs Workflow Update Options (temporal workflow update-options) atomically after the Workflow is reset. This is useful for versioned workflows that have progressed on a buggy worker version and must be reset before they can move to and continue running on a version with the fix.

What's Changed

  • Fix docs auto-publish branch by @yuandrew in #823
  • fix: activity pause,unpause,reset accept activity type OR activity id by @spkane31 in #824
  • Reset subcommand to update version by @gow in #812
  • Updated Dockerfile in preparation for public Docker image by @maciejdudko in #826
  • Add "Autogenerated" comment to each generated CLI docs page by @yuandrew in #827
  • docs: update temporal activity docstrings to reflect documentation by @spkane31 in #829
  • Use imperative verbs in cli by @carlydf in #830

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

08 Jul 20:16
025a816

Choose a tag to compare

Experimental environment config support

CLI now supports an experimental form of environment config. This is a new approach to environment configuration that draws on config files and environment variables and is usable across all Temporal products including SDKs (when implemented). The config subcommands can interact with environment config. This is experimental and therefore not documented yet. Care was taken to be compatible with existing environment variables. When released non-experimentally, this will deprecate the env subcommands/approach.

💥 TLS now assumed when using API key

When using --api-key (or the environment variable equivalent), --tls is now assumed. Meaning when using API key, TLS is now enabled by default.

This is technically a 💥 BACKWARDS COMPATIBILITY BREAK for those that are using API keys on non-TLS environments. Those users can use --tls=false to re-disable TLS when API key is in use.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.1-nexus-links.0

06 May 22:08
ac24a2c

Choose a tag to compare

v1.3.1-nexus-links.0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.1-nexus-cancellation.0...v1.3.1-nexus-links.0

v1.3.1-nexus-cancellation.0

01 May 21:07
71484b7

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.3.1-persistence-fix.0...v1.3.1-nexus-cancellation.0

v1.3.1-persistence-fix.0

17 Apr 20:48
f5eb9e3

Choose a tag to compare

Pre-release

DO NOT USE IN PRODUCTION. This is a development release that fixes some persistence issues with sqlite.

What's Changed

Full Changelog: v1.3.1-priority.0...v1.3.1-persistence-fix.0