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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## [0.18.0] - 2025-12-15
4
+
5
+
### Added
6
+
7
+
-**`scloud me` command** - You can now display your current user's email and plan information with the `scloud me` command.
8
+
-**`scloud db wipe` command** - Added a command to the CLI which deletes the database instance.
9
+
10
+
### Changed
11
+
12
+
-**Stripped dev_dependencies** - Development dependencies are now automatically removed from pubspec configuration files during cloud deployment packaging.
13
+
-**Improved log options** - Conflicting log options now display warnings instead of errors, the default log time window is extended to 30 minutes and the default log limit is increased to 100.
14
+
-**Dry-run feedback** - Deploy command now shows a checkmark during dry run.
15
+
16
+
### Fixed
17
+
18
+
-**Domain printing** - The launch command now only prints the domains.
Copy file name to clipboardExpand all lines: serverpod_cloud_cli/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
2
2
# Changelog
3
3
4
+
## [0.18.0] - 2025-12-15
5
+
6
+
### Added
7
+
8
+
-**`scloud me` command** - You can now display your current user's email and plan information with the `scloud me` command.
9
+
-**`scloud db wipe` command** - Added a command to the CLI which deletes the database instance.
10
+
11
+
### Changed
12
+
13
+
-**Stripped dev_dependencies** - Development dependencies are now automatically removed from pubspec configuration files during cloud deployment packaging.
14
+
-**Improved log options** - Conflicting log options now display warnings instead of errors, the default log time window is extended to 30 minutes and the default log limit is increased to 100.
15
+
-**Dry-run feedback** - Deploy command now shows a checkmark during dry run.
16
+
17
+
### Fixed
18
+
19
+
-**Domain printing** - The launch command now only prints the domains.
0 commit comments