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 banner — temporal 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 set — CountWorkflow 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 help — task-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 patterns — gen-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
- chore: backport server-independent changes from main to release/1.8.x by @chaptersix in https://github.com/temporalio/cli/pull/1104
- Backport to 1.8.x: Add option to disable newsfeed in UI (#1109, #1110) by @chaptersix in https://github.com/temporalio/cli/pull/1111
- Backport to 1.8.x: MDX docs fixes, server v1.31.2, extension exit code (#1112, #1115, #1116) by @chaptersix in https://github.com/temporalio/cli/pull/1118
Full Changelog: https://github.com/temporalio/cli/compare/v1.7.3...v1.8.0