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: error clearly when --draft used against unsupported Connect
should_deploy_as_draft() returned True for --draft regardless of server
support, so --draft against Connect < 2025.06.0 still sent activate:false
and failed with a cryptic "unknown field" error. Raise a clear
RSConnectException instead; silently downgrading to a non-draft deploy
would activate the bundle, the opposite of --draft's intent. Add a unit
test for --draft on an unsupported server.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments