Skip to content

v1.8.0

Latest

Choose a tag to compare

@chaptersix chaptersix released this 10 Jul 20:08
64f5072

New Features

temporal schedule list-matching-times

New command that lists the next matching start times for a schedule, making it easier to preview when a schedule will fire. (#1047)

Improvements

  • Persistence info in the dev server bannertemporal server start-dev now reports its persistence configuration in the startup banner. (#1033)
  • Dev server cluster ID is now prefixed with dev-server- (#1059)
  • Search attributes are now sorted — the output of listing search attributes is sorted for stable, readable output. (#1016)
  • temporal workflow delete now prompts for confirmation before deleting. (#1029)
  • Batch operations skip the pre-count when --yes is setCountWorkflow is no longer called for batch operations run with --yes. (#1012)
  • Clearer activity pause help — clarified the timeout behavior described in activity pause help text. (#1099)
  • Correct fairness weight flag names in helptask-queue config set help now shows the real fairness weight flag names. (#1056)

Bug Fixes

  • --help no longer errors when combined with value flags — passing --help alongside a value flag (e.g. --address 123 --help) previously surfaced pflag: help requested as an error. (#1006, addresses #1003)
  • TLS now applied for profiles without an explicit TLS block — profiles that omitted a tls section were not getting TLS enabled. (#1089)
  • Extension delegation preserves exit codes — when temporal delegates to an extension, it now exits with the same exit code the extension returned. (#1116)
  • Docs generation escapes MDX-incompatible patternsgen-docs now escapes MDX-incompatible content and supports a -subdir flag, fixing documentation builds. (#1112)

Dependency Upgrades

  • UI Server: upgraded to v2.50.1
  • Temporal Server: v1.31.2
  • Go: v1.26.4
  • Pinned Alpine base image and bumped GitHub Actions dependencies (CI/tooling only)

What's Changed

Full Changelog: v1.7.3...v1.8.0