Skip to content

Release SDK updates - #145

Merged
rgarcia merged 4 commits into
mainfrom
stainless/release
Aug 8, 2026
Merged

Release SDK updates#145
rgarcia merged 4 commits into
mainfrom
stainless/release

Conversation

@kernel-internal

@kernel-internal kernel-internal Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

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 an AuthContext type 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_logs package and adds client.audit_logs.export_destinations for Enterprise S3 export (create/retrieve/update/list/delete plus test), with matching types and generated tests. Existing list / export_chunk paths 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.

Stainless-Generated-From: 10cb93573d25bbe91f431ede4c2804e43faa2568
Stainless-Generated-From: 74632566cb147b88cffc6d024d19d5439aae563c
Stainless-Generated-From: 752706f5daca4d21f33a833f0267a2666d93f153
Stainless-Generated-From: b06245d06729c7754c443005d0479ad52efa2b7f

@rgarcia rgarcia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generated SDK changes are validated and ready for promotion.

@rgarcia
rgarcia merged commit 47af38d into main Aug 8, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant