Release SDK updates - #145
Merged
Merged
Conversation
Stainless-Generated-From: 10cb93573d25bbe91f431ede4c2804e43faa2568
Stainless-Generated-From: 74632566cb147b88cffc6d024d19d5439aae563c
Stainless-Generated-From: 752706f5daca4d21f33a833f0267a2666d93f153
Stainless-Generated-From: b06245d06729c7754c443005d0479ad52efa2b7f
rgarcia
approved these changes
Aug 8, 2026
rgarcia
left a comment
Contributor
There was a problem hiding this comment.
generated SDK changes are validated and ready for promotion.
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.
9da2570 feat: Expose authenticated request context
18fdd7b feat: Add audit logs plan paywall to the dashboard
b211a4f feat: Expose profile save behavior in browser responses
6135e12 feat: Profiles, file I/O, replays: ungate for Free (packaging PR 3)
Note
Medium Risk
Adds auth-context and customer S3 role-based audit export client APIs (sensitive ops/config), but changes are mostly additive generated bindings with a backward-compatible audit_logs import path via the package
__init__.Overview
OpenAPI/Stainless sync that expands the Python SDK with new API surfaces and a small schema tweak on browser responses.
Auth: Adds
client.auth.context.retrieve()(GET /auth/context) and anAuthContexttype so callers can read principal, organization, authentication method/source, and credential vs effective project scope without secrets.Audit logs: Moves audit log resources into an
audit_logspackage and addsclient.audit_logs.export_destinationsfor Enterprise S3 export (create/retrieve/update/list/delete plustest), with matching types and generated tests. Existinglist/export_chunkpaths are unchanged aside from the new module layout.Browsers: Browser session response models now include optional
profile_save_changes(whether session changes persist to the attached profile).Runtime lockfiles drop several transitive deps (e.g.
standardwebhooks,websockets) from the resolved graph.Reviewed by Cursor Bugbot for commit 9da2570. Bugbot is set up for automated code reviews on this repo. Configure here.