Releases: temporalio/cli
Releases · temporalio/cli
v0.11.0
What's Changed
- Bump go.temporal.io/api from 1.25.0 to 1.26.0 by @dependabot in #394
- Enhance task-queue describe by @dnr in #399
- Add start delay to workflow start by @Sushisource in #402
- When adding search attributes, do not remove already existing ones by @rodrigozhou in #401
- Add summary to worklow watch by @sebneira in #251
- Insecure CSRF cookie by @ndtretyak in #408
- Embed fallback tzdata by @dnr in #415
- Remote codec-endpoint cherry-pick (#420) by @dandavison in #421
- Bump go.temporal.io/server from 1.22.2 to 1.22.4 by @dependabot in #413
- Properly-parse inputs for commands that take a single
--inputonly by @josh-berry in #423 - Fix the "delete namespace" prompt by @josh-berry in #406
New Contributors
- @ndtretyak made their first contribution in #408
Full Changelog: v0.10.7...v0.11.0
v0.10.7
Highlights
- This release includes Temporal Server v1.22.2 and UI server v2.21.3.
What's Changed
- Update CONTRIBUTING.md with what I learned from doing a release by @josh-berry in #348
- Bump Go version to 1.20 by @rodrigozhou in #356
- Remove double setting of caller-type header by @pdoerner in #355
- Allow passing multiple
--input-files to workflow commands [#351] by @josh-berry in #361 - Fix sources of test instability by @josh-berry in #368
- style: Cleanups to #361 - use more idiomatic Go by @josh-berry in #364
- When dynamic config is mis-specified say what key is incorrect by @tdeebswihart in #371
- Batch operation rate limit by @stephanos in #366
- Print
NamespaceInfo.Datawhen describing a namespace by @josh-berry in #372 - Revert "Batch operation rate limit" by @stephanos in #378
- Remove OpenAPI config by @Alex-Tideman in #379
- Bump github.com/temporalio/ui-server/v2 from 2.18.2 to 2.21.3 by @dependabot in #382
- Bump go.temporal.io/server from 1.22.0 to 1.22.2 by @dependabot in #385
- Bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #340
- Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by @dependabot in #376
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #388
- Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by @dependabot in #390
- Delete .github/workflows/semgrep.yml by @jackdawm in #391
New Contributors
- @tdeebswihart made their first contribution in #371
- @stephanos made their first contribution in #366
- @Alex-Tideman made their first contribution in #379
Full Changelog: v0.10.6...v0.10.7
v0.10.6
Highlights
- This release uses Temporal Server v1.22 and UI server v2.18.2.
temporal server start-devnow includes the experimental Timeline view shown during Replay—turn on Labs to try it out!
What's Changed
- Pin 3rd party actions to a full-length commit SHA. by @jackdawm in #300
- Bump go.temporal.io/sdk from 1.23.1 to 1.24.0 by @dependabot in #298
- Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #299
- Bump github.com/temporalio/ui-server/v2 from 2.17.0 to 2.17.1 by @dependabot in #301
- Update help text by @lorensr in #304
- Bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #308
- Bump github.com/temporalio/ui-server/v2 from 2.17.1 to 2.17.2 by @dependabot in #310
- Allow obtaining the "env" via the TEMPORAL_ENV env var by @bergundy in #319
- Fix batch describe help typo, closes #326 by @lorensr in #327
- Do not print set IDs when updating build IDs by @bergundy in #329
- Fix examples in the usage text of namespace create by @erwinvaneyk in #323
- Bump ui-server. by @robholland in #335
- Update server to 1.22 and add HTTP port option by @cretz in #321
- README and dev doc updates by @josh-berry in #339
- Print groups of count group by response by @rodrigozhou in #322
- Bump github.com/temporalio/ui-server/v2 from 2.18.1 to 2.18.2 by @dependabot in #344
New Contributors
- @erwinvaneyk made their first contribution in #323
- @cretz made their first contribution in #321
- @josh-berry made their first contribution in #339
Full Changelog: v0.10.5...v0.10.6
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
What's Changed
- 2023-07-07 - ba972f4 - Bump go.temporal.io/server from 1.21.0 to 1.21.1 (#277)
- 2023-07-11 - 87b78d4 - Clarify --help text for workflow retention (#283)
- 2023-07-10 - b1366a4 - Fix commands throwing when default env is removed (#264)
- 2023-07-10 - ed09161 - Increase persisence QPS (#130)
- 2023-07-06 - d37f65c - Reorder workflow commands (#274)
v0.10.0
Changelog
- 2023-06-23 - ddb6549 - Bump Temporal server to v1.21.0 (#273)
- 2023-06-23 - d2bb611 - Bump UI to v2.16.2 (#271)
- 2023-06-22 - 20854b8 - Implement update/get worker versioning commands (#166)
- 2023-06-21 - 30704e3 - Get reverse history and set scheduled event task ID properly (#246)
- 2023-06-21 - 2113028 - Clarify environments and their use (#263)
- 2023-06-21 - e40d2a7 - Consider childjobs completed when they're not going to be started (#252)
- 2023-06-21 - a936ed5 - Test Windows build (#257)
- 2023-05-25 - f8c84ed - Add frontend to
tracecommand (#233) by @sikian - 2023-05-24 - 5dcaa37 - Print version when installing CLI with curl (#247)
- 2023-05-15 - 1f17aec - Support custom version in installation via .sh script (#240)
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
-
Renamed the environment variable names as follows:
TEMPORAL_CLI_ADDRESS➡TEMPORAL_ADDRESSTEMPORAL_CLI_NAMESPACE➡TEMPORAL_NAMESPACETEMPORAL_CLI_TLS_CERT➡TEMPORAL_TLS_CERTTEMPORAL_CLI_TLS_KEY➡TEMPORAL_TLS_KEYTEMPORAL_CLI_TLS_CA➡TEMPORAL_TLS_CATEMPORAL_CLI_TLS_DISABLE_HOST_VERIFICATION➡TEMPORAL_TLS_DISABLE_HOST_VERIFICATIONTEMPORAL_CLI_TLS_SERVER_NAME➡TEMPORAL_TLS_SERVER_NAMETEMPORAL_CLI_CODEC_ENDPOINT➡TEMPORAL_CODEC_ENDPOINTTEMPORAL_CLI_CODEC_AUTH➡TEMPORAL_CODEC_AUTH
-
New command:
temporal workflow update- Updates a running workflow synchronously. -
New command:
temporal env list- Prints all local configuration environments. -
New option for workflow delete:
temporal workflow delete --query ..- Delete Workflow Executions with given List Filter -
New option for namespace update:
temporal operator namespace update --verbose- Print applied namespace changes
Changelog
- 2023-05-12 - 1f078f2 - Make ENV names consistent (#239)
- 2023-05-11 - 3a71085 - Add batch workflow delete (#201)
- 2023-05-11 - 855c281 - Create E2E tests for batch jobs (#232)
- 2023-05-09 - 075fc0d - Update Schedule's flag names in prompts (#230)
- 2023-05-08 - 9d15378 - Fix parsing dynamic config numbers (#231)
- 2023-04-18 - 8abf19a - Bump UI from 2.13.3 to 2.15.0 (#237)
- 2023-05-05 - 067a32c - Clarify namespace update result with --verbose flag (#222)
- 2023-05-05 - d3005ba - Replace custom bool conversion with urfave Bool (#227)
- 2023-04-29 - 636fe23 - Clarify prompt result when not selecting an option
- 2023-04-28 - fb903b8 - Add support for --tls flag (#203) (#210)
- 2023-04-28 - 2514127 - Add list env command (#211)
- 2023-04-27 - 90be38c - Test installation in zsh and fish shells (#139)
- 2023-04-26 - a01fea2 - Add command for workflow update (#200)
- 2023-04-21 - 20765bc - Bump go.temporal.io/server from 1.20.1 to 1.20.2 (#207)
Full Changelog: v0.8.0...v0.9.0