You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ground_control_client/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## [0.22.0] - 2026-02-17
4
+
5
+
### Added
6
+
7
+
-**New auth subcommands** - You can now manage authentication tokens with `scloud auth create-token` and `scloud auth list`.
8
+
-**Logout options** - The `scloud auth logout` command now supports logging out specific sessions using the `--token-id` flag or all sessions with `--all`.
9
+
10
+
### Changed
11
+
12
+
-**Launch flow improvements** - The `scloud launch` command now offers pre-deploy code generation as an opt-in hook (default: off). The initial deploy during launch is no longer automatically enabled.
13
+
14
+
### Fixed
15
+
16
+
-**Improved script handling** - Deployments now fail if pre/post-deploy scripts exit with non-zero codes, preventing continuation on script failure.
Copy file name to clipboardExpand all lines: serverpod_cloud_cli/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
2
2
# Changelog
3
3
4
+
## [0.22.0] - 2026-02-17
5
+
6
+
### Added
7
+
8
+
-**New auth subcommands** - You can now manage authentication tokens with `scloud auth create-token` and `scloud auth list`.
9
+
-**Logout options** - The `scloud auth logout` command now supports logging out specific sessions using the `--token-id` flag or all sessions with `--all`.
10
+
11
+
### Changed
12
+
13
+
-**Launch flow improvements** - The `scloud launch` command now offers pre-deploy code generation as an opt-in hook (default: off). The initial deploy during launch is no longer automatically enabled.
14
+
15
+
### Fixed
16
+
17
+
-**Improved script handling** - Deployments now fail if pre/post-deploy scripts exit with non-zero codes, preventing continuation on script failure.
0 commit comments