Releases: temporalio/cli
Releases · temporalio/cli
v1.6.3-serverless
v1.6.2
What's Changed
- Add experimental warning around activity batch operations by @spkane31 in #969
- update dev server to 1.30.2 and go to 1.26.1 by @chaptersix in #967
Full Changelog: v1.6.1...v1.6.2
v1.6.2-server-1.31.0-151.6
What's Changed
- Nexus caller timeouts by @bergundy in #904
- bump server version to 151.6 by @chaptersix in #961
Full Changelog: v1.6.1...v1.6.2-server-1.31.0-151.6
v1.6.2-standalone-activity
Standalone Activity Preview Release
What's Changed
- add CI validation for server dependency version by @chaptersix in #933
- fix: replace BuildJet ARM runner with GitHub-hosted runner by @chaptersix in #935
- fix: support multiple -input flags in gen-docs by @chaptersix in #940
- Bump UI server to 2.45.3 and API to 1.60.2 by @laurakwhit in #944
- upgrade go version by @chaptersix in #947
- docs: add note for schedule update command by @lennessyy in #945
- Bug fix: fix --log-level help rendering by @dandavison in #951
- SAA drop type and task queue by @dandavison in #959
New Contributors
- @laurakwhit made their first contribution in #944
Full Changelog: v1.6.0...v1.6.2-standalone-activity
v1.6.1
What's Changed
- add CI validation for server dependency version by @chaptersix in #933
- fix: replace BuildJet ARM runner with GitHub-hosted runner by @chaptersix in #935
- fix: support multiple -input flags in gen-docs by @chaptersix in #940
- Bump UI server to 2.45.3 and API to 1.60.2 by @laurakwhit in #944
- upgrade go version by @chaptersix in #947
- docs: add note for schedule update command by @lennessyy in #945
- Bug fix: fix --log-level help rendering by @dandavison in #951
- update dev server to 1.30.1 by @chaptersix in #958
New Contributors
- @laurakwhit made their first contribution in #944
Full Changelog: v1.6.0...v1.6.1
v1.6.1-server-1.31.0-151.0
What's Changed
- add CI validation for server dependency version by @chaptersix in #933
- fix: replace BuildJet ARM runner with GitHub-hosted runner by @chaptersix in #935
- fix: support multiple -input flags in gen-docs by @chaptersix in #940
- Bump UI server to 2.45.3 and API to 1.60.2 by @laurakwhit in #944
- Bump server to v1.31.0-151.0 by @bergundy in #946
New Contributors
- @laurakwhit made their first contribution in #944
Full Changelog: v1.6.0...v1.6.1-server-1.31.0-151.0
v1.6.1-server-1.31.0-150.0
Full Changelog: v1.6.0...v1.6.1-server-1.31.0-150.0
v1.6.0
What's Changed
- VLN-442: Use first-party action for GitHub app tokens by @picatz in #872
- fix: improve consistency of backticks in usage messages by @stpierre in #863
- Move to internal package by @stephanos in #874
- Commands generator binary by @stephanos in #875
- Automate Docker Image Build and Publish by @chaptersix in #877
- docs: updates cli docs gen script by @lennessyy in #882
- Enable setting of Temporal headers through cli by @Tamoghnasen9 in #883
- Fix worker list example query by @yuandrew in #884
- Move gen commands by @stephanos in #887
- fix: wrong examples for config delete(-profile)? by @deathiop in #888
- Fix envconfig namespace respected bug by @spkane31 in #891
- Invoke CLI extension by @stephanos in #889
- Integrate extensions into help by @stephanos in #894
- fetch task-queue stats only if available by @kokes in #895
- Add OAuth support for CLI extensions by @stephanos in #892
- fix
hiddenflag property by @stephanos in #893 - Fixed CLI hanging when terminal is closed by @moedash in #897
- docs: fix toml file path by @lennessyy in #898
- Suppress logger warnings during start-dev shutdown by @dandavison in #903
- Create versions before setting override, and require Deployment Name for Pinned Override Version by @carlydf in #905
- update server version to v1.30.0-148.3 by @chaptersix in #911
- Add pause/unpause commands (#885) by @gow in #914
- Show pause information in "workflow describe" command (#899) by @gow in #915
- Bump golang.org/x/net from 0.28.0 to 0.38.0 in /cliext by @dependabot[bot] in #917
- Update Alpine Version by @chaptersix in #916
- Tweak OAuth behavior by @stephanos in #913
- Wire enableReplication into CLI by @michaely520 in #919
- update server to 1.48.4 by @chaptersix in #918
- VLN-474: Set explicit permissions for GitHub Actions workflows by @picatz in #869
- Rename
update-metadata-versioncommand toupdate-version-metadataby @ShahabT in #920 - enable the system callback url by @chaptersix in #924
- feat: Add 'Temporal' prefix to server startup logs for clarity by @Abhishek00810 in #926
- Expose Versioning Info from Describe Task Queue by @carlydf in #931
- Show Task Queue Stats in
describe-versionand don't use SDK anymore by @carlydf in #929 - Remove Experimental from Worker Deployment APIs, label previous versioning APIs Deprecated by @carlydf in #930
- bump server version to 1.30 by @chaptersix in #934
- fix build flag by @chaptersix in #937
- bump ui server to 2.45.0 and API to 1.60.1 by @chaptersix in #936
New Contributors
- @picatz made their first contribution in #872
- @stpierre made their first contribution in #863
- @chaptersix made their first contribution in #877
- @lennessyy made their first contribution in #882
- @Tamoghnasen9 made their first contribution in #883
- @deathiop made their first contribution in #888
- @kokes made their first contribution in #895
- @moedash made their first contribution in #897
- @Abhishek00810 made their first contribution in #926
Full Changelog: v1.5.1...v1.6.0
Warning
Deprecation Notice: CLI commands for Rules-based Worker Versioning and Build-ID-based Worker Versioning (pre-release APIs) are now deprecated and will be removed in future releases. Use Worker Deployment Versioning instead.
v1.5.2-standalone-activity-server
This release features Standalone Activity support in the server (but there are no Standalone Activity client commands).
Full Changelog: v1.5.1...v1.5.2-standalone-activity-server
v1.5.1
New Commands
temporal worker describeandtemporal worker listare added as experimental commands, as a part of a new feature, worker heartbeating. Both allow users to query data about a worker.
What's Changed
- fix(help text): wrap flag help texts within a column by @spkane31 in #862
- docs(task-queue): update describe samples and guidance by @billrich2001 in #866
- Upgrade server version to 1.29.1 by @yuandrew in #870
- Bump temporal UI version by @yuandrew in #871
- Implement ListWorkers and DescribeWorker by @yuandrew in #867
New Contributors
- @billrich2001 made their first contribution in #866
Full Changelog: v1.5.0...v1.5.1