v1.1.1
Highlights
- Updates Temporal Server to v1.25.1, and UI Server to v2.31.2
- Improves
--help
documentation in several areas, especially fortemporal operator nexus
commands. - Adds a global
--command-timeout
option to force the CLI to exit with an error if the command cannot be completed in the requested time. - Adds a
--rps
option to batch operations to limit the number of requests per second. - Adds an
--id-conflict-policy
option everywhere workflows are started that specifies what to do if the desired Workflow ID already exists. - Fixes an issue where
--reapply-type All
was not re-applying Updates.
What's Changed
- Cap UI port at max value by @Sushisource in #671
- Use YAML for CLI command generation by @yuandrew in #666
- Batch rate limit by @stephanos in #675
- Create new
string-enum[]
type by @yuandrew in #677 - Add global
context-rpc-timeout
option by @yuandrew in #676 - Make
--reapply-type All
reapply updates in addition to signals by @dandavison in #680 - EDU-3157: Add instructions on how to remove Search Attributes by @fairlydurable in #683
- fix(sqlite): support all sqlite pragma statement by @vbehar in #682
- Improving
Describe-TQ
Command Description by @Shivs11 in #684 - Auto generate CLI docs for documentation repo by @yuandrew in #685
- Add id-conflict-policy by @yuandrew in #688
- Warn users not to use dev-server in production by @josh-berry in #689
- Update nexus commands.yml for docs gen by @prasek in #693
- update --command-timeout description by @prasek in #694
- Version bumps: Server -> 1.25.1; UI Server -> 2.31.2 by @josh-berry in #696
New Contributors
Full Changelog: v1.1.0...v1.1.1