v1.4.0
Experimental environment config support
CLI now supports an experimental form of environment config. This is a new approach to environment configuration that draws on config files and environment variables and is usable across all Temporal products including SDKs (when implemented). The config subcommands can interact with environment config. This is experimental and therefore not documented yet. Care was taken to be compatible with existing environment variables. When released non-experimentally, this will deprecate the env subcommands/approach.
💥 TLS now assumed when using API key
When using --api-key (or the environment variable equivalent), --tls is now assumed. Meaning when using API key, TLS is now enabled by default.
This is technically a 💥 BACKWARDS COMPATIBILITY BREAK for those that are using API keys on non-TLS environments. Those users can use --tls=false to re-disable TLS when API key is in use.
What's Changed
- added
workflow start-update-with-startandworkflow execute-update-with-startcommands by @THardy98 in #762 - quote attribute type to make whitespace more obvious by @jmbarzee in #772
- Fix for DescribeWorkflow by @ychebotarev in #773
- Expose parent and root execution in describe call by @Sushisource in #781
- Remove experimental notice on Update by @dandavison in #782
- Pin modernc/sqlite version 1.34.1 by @yuandrew in #784
- Use
requireinstead ofassertin test by @antlai-temporal in #785 - Match tags in documentation repo by @yuandrew in #791
- 💥 Support environment config [BREAKING CHANGES] by @cretz in #764
- Add CODEOWNERS by @Sushisource in #794
- Auto generate and publish CLI docs on each release by @yuandrew in #796
- Print CustomSearchAttributeAliases as part of namespace description by @hehaifengcn in #805
- upgrade golang version to 1.24.4 by @Apurer in #809
- Add server to CODEOWNERS by @Sushisource in #817
- Update Server to v1.28 by @Sushisource in #819
- Bump ui-server dependency to 2.39.0 by @bergundy in #821
- Fix nexus endpoint create error message by @dandavison in #822
New Contributors
- @jmbarzee made their first contribution in #772
- @hehaifengcn made their first contribution in #805
- @Apurer made their first contribution in #809
Full Changelog: v1.3.0...v1.4.0