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-devnow 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 deletenow prompts for confirmation before deleting. (#1029)- Batch operations skip the pre-count when
--yesis set —CountWorkflowis no longer called for batch operations run with--yes. (#1012) - Clearer activity pause help — clarified the timeout behavior described in
activity pausehelp text. (#1099) - Correct fairness weight flag names in help —
task-queue config sethelp now shows the real fairness weight flag names. (#1056)
Bug Fixes
--helpno longer errors when combined with value flags — passing--helpalongside a value flag (e.g.--address 123 --help) previously surfacedpflag: help requestedas an error. (#1006, addresses #1003)- TLS now applied for profiles without an explicit TLS block — profiles that omitted a
tlssection were not getting TLS enabled. (#1089) - Extension delegation preserves exit codes — when
temporaldelegates to an extension, it now exits with the same exit code the extension returned. (#1116) - Docs generation escapes MDX-incompatible patterns —
gen-docsnow escapes MDX-incompatible content and supports a-subdirflag, 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 #1104
- Backport to 1.8.x: Add option to disable newsfeed in UI (#1109, #1110) by @chaptersix in #1111
- Backport to 1.8.x: MDX docs fixes, server v1.31.2, extension exit code (#1112, #1115, #1116) by @chaptersix in #1118
Full Changelog: v1.7.3...v1.8.0