v1.0.0
Temporal CLI Reaches 1.0
Temporal CLI is now considered featureful enough to be v1.0! 🎉 It continues to be production-quality.
Future releases will maintain the same commands, flags, behaviors, and JSON output to the extent possible (except for experimental features, which will be clearly marked as such in --help
output). Text output is still subject to change.
Release Highlights (since v0.13.0)
- The experimental Worker Versioning feature was added in v0.13.1, making it easier to manage multiple worker versions running on the same task queue. (Commands associated with this feature are subject to change.)
- Search attributes can now be created during dev-server startup using the new
--search-attribute
flag. - The
--help
output has been rewritten top-to-bottom to be more comprehensive and informative.
Upgrading from Older Versions
If you are switching from tctl
or upgrading from a CLI version older than v0.12.0, please note that many commands have changed. See the release notes for v0.12.0 for more details.
What's Changed
- Supported flattened event detail view on workflow show/execute by @cretz in #615
- Tweak server start-up text by @dandavison in #624
- Fix nil deref if the env file can't be parsed by @josh-berry in #625
- Adjust dev-server tunables to avoid persistence rate-limiting by @josh-berry in #626
- EDU-2415: Improve CLI Help content by @fairlydurable in #561
- Dependency Updates: Server -> 1.24.2, Cobra -> 1.8.1, and more by @josh-berry in #630
Full Changelog: v0.13.2...v1.0.0