serverpod_cloud_shared 0.37.0
serverpod_cloud_shared: ^0.37.0 copied to clipboard
Shared logic between Serverpod Cloud server and its clients.
Changelog #
0.37.0 - 2026-08-20 #
Added #
- Live build log streaming - Interactive deployments now stream Cloud Build logs directly to your terminal and provide clear troubleshooting guidance on failure.
- Large build secrets support - Build secrets now use hybrid encryption, removing the previous size limit to support full SSH keys and larger values.
Changed #
- Dynamic Dart SDK validation - The CLI now retrieves supported Dart SDK versions directly from the server rather than relying on hardcoded constraints.
Fixed #
- Windows archive path formatting - Normalized zip archive entries to use POSIX separators, resolving deployment packaging issues on Windows.
- Lockfile SDK checks - Deploy and launch commands now validate Dart SDK constraints in
pubspec.lockin addition topubspec.yaml. - Workspace deploy cleanup - Deployment preparation no longer generates obsolete
.scloud/scloud_ws_pubspec.yamlfiles. - CLI update check logging - Background version-check timeouts are now treated as debug events and no longer clutter command error output.
0.1.1 #
- Improves the package metadata, documentation, and usage example.
0.1.0 #
- Initial version.
- Contains the file uploader classes
GoogleCloudStorageUploader,FileUploaderClient, andMockFileUploader, moved fromground_control_client.