Releases: temporalio/cli
Releases · temporalio/cli
Release list
v1.7.4-standalone-nexus-operations
What's Changed
- Fix SANO operation list description by @Quinn-With-Two-Ns in #1119
- ci: support merge queues by @chaptersix in #1124
Full Changelog: v1.7.3-standalone-nexus-operations...v1.7.4-standalone-nexus-operations
v1.8.0
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
v1.7.3-standalone-nexus-operations
What's Changed
- worker deployment update-version-compute-config by @jaypipes in #1001
- Address Nexus Operation command issues by @Quinn-With-Two-Ns in #1087
- prevent create of "empty" WorkerDeploymentVersions by @jaypipes in #1091
- fix: tls is not added for profiles without tls by @spkane31 in #1089
- Add client-authority support to config profile settings by @NasitSony in #1084
- Bump google.golang.org/grpc from 1.80.0 to 1.81.1 by @dependabot[bot] in #1063
- Clarify activity pause timeout behavior by @JLDLaughlin in #1099
- Add one-time move versioning override CLI support by @Shivs11 in #1093
- Bump ui-server to v2.50.1 by @Alex-Tideman in #1109
- Add option to disable newsfeed in UI by @tomwheeler in #1110
- ci/docs: escape MDX-incompatible patterns and add -subdir to gen-docs by @chaptersix in #1112
- Bump UI server v2.52.0 by @Quinn-With-Two-Ns in #1117
- When delegating to an extension, exit with the same code the extension used by @jeri-temporal in #1116
New Contributors
- @JLDLaughlin made their first contribution in #1099
- @tomwheeler made their first contribution in #1110
- @jeri-temporal made their first contribution in #1116
Full Changelog: v1.7.2-standalone-nexus-operations...v1.7.3-standalone-nexus-operations
v1.7.3
What's Changed
- Bump go.temporal.io/server to v1.31.2 to address a security release in the embedded server
Full Changelog: v1.7.2...v1.7.3
v1.7.2-one-time-versioning-override
What's Changed
- Bump the github-actions group with 2 updates by @dependabot[bot] in #1080
- fix: add guidance when search-attribute create hits per-type limit by @amit-writes-code in #1071
- Prefix dev server cluster ID with 'dev-server-' by @NasitSony in #1059
- feat: auto-generate deprecation warnings from YAML config by @chaptersix in #941
- Add support for Standalone Nexus Operations by @Quinn-With-Two-Ns in #1046
- worker deployment update-version-compute-config by @jaypipes in #1001
- Address Nexus Operation command issues by @Quinn-With-Two-Ns in #1087
- prevent create of "empty" WorkerDeploymentVersions by @jaypipes in #1091
- fix: tls is not added for profiles without tls by @spkane31 in #1089
- Add client-authority support to config profile settings by @NasitSony in #1084
- Bump google.golang.org/grpc from 1.80.0 to 1.81.1 by @dependabot[bot] in #1063
- Clarify activity pause timeout behavior by @JLDLaughlin in #1099
- Add one-time move versioning override CLI support by @Shivs11 in #1093
New Contributors
- @amit-writes-code made their first contribution in #1071
- @JLDLaughlin made their first contribution in #1099
Full Changelog: v1.7.1-system-nexus-operations...v1.7.2-one-time-versioning-override
v1.7.2
v1.7.2-standalone-nexus-operations
What's Changed
- Fix help with value flags by @kevinawoo in #1006
- Fix flakey test by disabling EC2 metadata lookup in test case by @kevinawoo in #1005
- Sort output of listing search attributes by @rodrigozhou in #1016
- Refresh Nexus endpoints on read in dev-server by @stephanos in #1025
- 💥 Workflow delete now prompts for confirmation by @jiechenz in #1029
- VLN-1350: remediate missing-dependency-cooldown by @picatz in #1024
- Bump golang.org/x/mod from 0.31.0 to 0.35.0 by @dependabot[bot] in #1040
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #1034
- chore: add PR template by @chaptersix in #1045
- chore: improve dependabot config by @chaptersix in #1044
- Fix task-queue config set help: use real fairness weight flag names by @jpvotta in #1056
- VLN-1354: remediate unpinned-github-actions by @picatz in #1054
- Bump golang.org/x/mod from 0.35.0 to 0.36.0 by @dependabot[bot] in #1052
- Add temporal schedule list-matching-times command … by @NasitSony in #1047
- Remove time.Sleep() in commands.taskqueue_test.go by @hussam-salah in #1020
- Add persistence info to start-dev banner by @SAY-5 in #1033
- fix: skip CountWorkflow in batch operations when --yes is set by @bitalizer in #1012
- Unwrap System Nexus Operations in event history by @spkane31 in #1017
- fix: use allow instead of ignore for dependency-type in dependabot config by @chaptersix in #1057
- Bump the github-actions group with 2 updates by @dependabot[bot] in #1080
- fix: add guidance when search-attribute create hits per-type limit by @amit-writes-code in #1071
- Prefix dev server cluster ID with 'dev-server-' by @NasitSony in #1059
- feat: auto-generate deprecation warnings from YAML config by @chaptersix in #941
- Add support for Standalone Nexus Operations by @Quinn-With-Two-Ns in #1046
New Contributors
- @kevinawoo made their first contribution in #1006
- @jiechenz made their first contribution in #1029
- @jpvotta made their first contribution in #1056
- @NasitSony made their first contribution in #1047
- @hussam-salah made their first contribution in #1020
- @SAY-5 made their first contribution in #1033
- @bitalizer made their first contribution in #1012
- @amit-writes-code made their first contribution in #1071
Full Changelog: v1.7.1-standalone-nexus-operations...v1.7.2-standalone-nexus-operations
v1.7.1-system-nexus-operations
What's Changed
- chore: pin alpine docker image to 3.23.4 by @chaptersix in #1015
- Fix help with value flags by @kevinawoo in #1006
- Fix flakey test by disabling EC2 metadata lookup in test case by @kevinawoo in #1005
- Sort output of listing search attributes by @rodrigozhou in #1016
- Refresh Nexus endpoints on read in dev-server by @stephanos in #1025
- 💥 Workflow delete now prompts for confirmation by @jiechenz in #1029
- VLN-1350: remediate missing-dependency-cooldown by @picatz in #1024
- Bump golang.org/x/mod from 0.31.0 to 0.35.0 by @dependabot[bot] in #1040
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #1034
- chore: add PR template by @chaptersix in #1045
- chore: improve dependabot config by @chaptersix in #1044
- Fix task-queue config set help: use real fairness weight flag names by @jpvotta in #1056
- VLN-1354: remediate unpinned-github-actions by @picatz in #1054
- Bump golang.org/x/mod from 0.35.0 to 0.36.0 by @dependabot[bot] in #1052
- Add temporal schedule list-matching-times command … by @NasitSony in #1047
- Remove time.Sleep() in commands.taskqueue_test.go by @hussam-salah in #1020
- Add persistence info to start-dev banner by @SAY-5 in #1033
- fix: skip CountWorkflow in batch operations when --yes is set by @bitalizer in #1012
- Unwrap System Nexus Operations in event history by @spkane31 in #1017
- fix: use allow instead of ignore for dependency-type in dependabot config by @chaptersix in #1057
New Contributors
- @kevinawoo made their first contribution in #1006
- @jiechenz made their first contribution in #1029
- @jpvotta made their first contribution in #1056
- @NasitSony made their first contribution in #1047
- @hussam-salah made their first contribution in #1020
- @SAY-5 made their first contribution in #1033
- @bitalizer made their first contribution in #1012
Full Changelog: v1.7.1...v1.7.1-system-nexus-operations
v1.7.1
v1.7.1-standalone-nexus-operations
What's Changed
- chore: pin alpine docker image to 3.23.4 by @chaptersix in #1015
- Update server to v1.32.0-155.0
Full Changelog: v1.7.0...v1.7.1-standalone-nexus-operations