Release SDK updates - #149
Merged
Merged
Conversation
chore: reconcile stlc generation history
Stainless-Generated-From: 00e953c7c4e06216815d4e9f8e53ab7596262ca7
rgarcia
previously approved these changes
Aug 9, 2026
Stainless-Generated-From: 207ec8076e1bcc7c24257506b0d58a18837505bb
…oor (packaging PR 5) Stainless-Generated-From: 27294af8c209bd0f75875350803cd3ec10f081a9
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.
2afe161 feat: Managed auth: free-plan connections (cap 3), credentials, 6h floor (packaging PR 5)
bacb44f feat: Persist CUA-TS reauth blockers before failure
5ae6c3e feat: Forward egress deploy owner attribution
7ee80ac Merge pull request #3 from kernel/hypeship/reconcile-stlc-main
1ec288f chore: reconcile stlc generation history
47ba054 Build SDK
Note
Low Risk
OpenAPI-generated client surface and doc changes; legacy fields remain for backward compatibility with no runtime logic in this repo.
Overview
Regenerated Python SDK from the latest API: unified proxy configuration for browsers and nested browser settings for managed auth connections.
Browser create/update now accept a
proxyobject (modedirect/default, or proxyid/name) with resolvedproxyon responses;proxy_idanddisable_default_proxyare deprecated but still sent for migration. Stealth docs now tie stealth to the CAPTCHA solver and clarify default egress (stealth default proxy vs direct).Auth connection create/update/login gain optional
browser(ManagedAuthBrowserConfig: stealth, proxy, telemetry). Top-levelproxyandbrowser_telemetryare deprecated in favor ofbrowser.proxyandbrowser.telemetry.ManagedAuthaddsbrowserand documentsrequires_customer_inputfor re-auth; health-check interval docs add the Free plan 6h minimum.Exports and skipped API tests are updated for the new types and parameters.
Reviewed by Cursor Bugbot for commit db4cb24. Bugbot is set up for automated code reviews on this repo. Configure here.