Highlights
This release includes the latest versions Temporal Server (v1.26.2) and UI Server (v2.34.0), and provides provides updated support for the revamped experimental Worker Versioning feature, and includes additional commands for managing Activities.
New Commands
temporal worker deployment ...
commands operate on Worker Deployments, a new concept introduced with the revamped Worker Versioning feature. These commands are experimental (pre-release) and are subject to change and/or removal.temporal workflow update-options
adjusts options on specific Workflows related to Worker Versioning. This command is experimental (pre-release) and is subject to change and/or removal.temporal activity update-options
adjusts options such as timeout and retry values on running Activities.temporal activity pause
stops an Activity from being retried, leaving it in a blocked state.temporal activity unpause
allows a previously-paused Activity to be retried once again.temporal activity reset
resets the timeouts and number of retry attempts on a running Activity.
What's Changed
- Fix register search attributes when starting server by @rodrigozhou in #653
- Show blocked state for pending nexus operation, cancelation, and callback by @rodrigozhou in #706
- Replace runner macos-14 with macos-13 in CI tests by @rodrigozhou in #709
- Fix whitespace in
temporal batch --help
output by @josh-berry in #722 - ci: Directly check for needed secrets before testing against cloud by @josh-berry in #725
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #703
- CLI comamnd for UpdateActivityOptions API by @ychebotarev in #729
- CLI for pause/unpause activity API by @ychebotarev in #730
- Expose the underlying slog logger to the dev server by @bergundy in #731
- Remove incorrect statement in
workfow list
command description by @mjameswh in #716 - Bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #728
- disable tq info caching in task queue test by @carlydf in #726
- Add CLI command for Reset activity API by @ychebotarev in #732
- Bump server to 1.26.2, enable HTTP by default by @bergundy in #734
- Merge branch 'next-server' into main by @josh-berry in #737
- Bump golang.org/x/net from 0.31.0 to 0.33.0 by @dependabot in #738
- UI Server -> 2.34.0 by @josh-berry in #739
- Versioning 3 by @antlai-temporal in #740
New Contributors
- @ychebotarev made their first contribution in #729
Full Changelog: v1.1.2...v1.2.0