Release SDK updates - #161
Merged
Merged
Conversation
chore: reconcile stlc generation history
Stainless-Generated-From: 9f0bddd58b8a7b9cc9ae055626a54658cb3b30f3
rgarcia
previously approved these changes
Aug 9, 2026
Stainless-Generated-From: a8f15837d92315716733cf68cb1b2df88d83aeab
…oor (packaging PR 5) Stainless-Generated-From: 81de6bb28c173802133f8660014090c7608fa2fe
sjmiller609
approved these changes
Aug 10, 2026
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.
96f7dbe feat: Managed auth: free-plan connections (cap 3), credentials, 6h floor (packaging PR 5)
e3b2e73 feat: Persist CUA-TS reauth blockers before failure
254197d feat: Forward egress deploy owner attribution
d84edf9 Merge pull request #3 from kernel/hypeship/reconcile-stlc-main
849f8fb chore: reconcile stlc generation history
e531a61 Build SDK
Note
Medium Risk
Clients must migrate proxy and managed-auth configuration to new fields; incorrect proxy mode handling could change browser egress, though deprecated fields remain during migration.
Overview
Regenerated OpenAPI/Stainless SDK types for browser egress and managed auth browser settings.
Browsers gain
BrowserProxy,BrowserProxyConfig, andBrowserProxyMode(direct|default). Create/update accept aproxyobject (by id, name, or mode) instead of relying only onproxy_id; session responses expose a resolvedproxyobject.proxy_idanddisable_default_proxyare marked deprecated but still typed for migration.Managed auth connections add
ManagedAuthBrowserConfig(proxy,stealth,telemetry) and a top-levelbrowserfield on connections and on create/update/login params. Legacybrowser_telemetry, connectionproxy, and responseproxy_idare deprecated in favor ofbrowser.*.can_reauth_reasonaddsrequires_customer_input, and health-check interval docs note the Free plan 6h minimum.Exports,
api.md, and skipped API tests are updated to match the new shapes.Reviewed by Cursor Bugbot for commit 5eb21f5. Bugbot is set up for automated code reviews on this repo. Configure here.