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
* fix: add scheme support, centralize BaseURL, fix response body leak
Add --scheme flag to auth login so users can connect over HTTP for local
dev. Centralize host+scheme defaulting in Profile.BaseURL() and use it
everywhere (API client, auth status, login confirmation). Fix response
body leak in UpdateMetricMonitoring by decoding the POST response.
Remove redundant UpdateMetricMonitoringRequest struct in favor of
MetricMonitoringSettings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: replace --scheme flag with scheme-in-host convention
Instead of a separate --scheme parameter, users can now specify
http:// or https:// as part of the --host value. Defaults updated
to https://cloud.soda.io to make the convention visible.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Michael Van de Steene <michael.vandesteene@hotmail.com>
0 commit comments