Release SDK updates - #156
Merged
Merged
Conversation
chore: reconcile stlc generation history
Stainless-Generated-From: bf54567a8acdc52aeb3c888518c493f38306bc23
rgarcia
approved these changes
Aug 9, 2026
Stainless-Generated-From: 565691687ba43cd2d5fb88d72e0d25d506372cd6
…oor (packaging PR 5) Stainless-Generated-From: b03c04a8bb6d23ef4f4c6c2ce046991524c168ca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
5819723 feat: Managed auth: free-plan connections (cap 3), credentials, 6h floor (packaging PR 5)
cd3e117 feat: Persist CUA-TS reauth blockers before failure
4e924df feat: Forward egress deploy owner attribution
ba7b0a0 Merge pull request #2 from kernel/hypeship/reconcile-stlc-main
12d68bd chore: reconcile stlc generation history
a291bbe Build SDK
Note
Medium Risk
Large generated API surface with deprecations and proxy/egress semantics; breaking changes are mostly opt-in via new fields, but misconfigured proxy modes could affect session egress.
Overview
Regenerated Go SDK from OpenAPI: browser proxy is now a structured
proxyobject (modedirect/default, orid/name) on create/update, with resolvedproxyon session responses;proxy_id,disable_default_proxy, and top-level connectionproxyare deprecated but retained.Managed auth gains a
browserdefault (stealth,browser.proxy, telemetry with OTLP export) on connections and optionalbrowseroverrides on login;browser_telemetryand connectionproxy_idmove underbrowserwith the same deprecation pattern.Docs and enums add
requires_customer_inputforcan_reauth_reason, and health-check interval copy now includes the Free plan 6h minimum and “default vs plan minimum” wording. Tests serialize the newbrowser/proxyfields on connection create, update, and login.Reviewed by Cursor Bugbot for commit e89fd81. Bugbot is set up for automated code reviews on this repo. Configure here.