Release SDK updates - #152
Merged
Merged
Conversation
Stainless-Generated-From: 05d05e5c10d5a7dce50943f8482e644312ae14d4
Stainless-Generated-From: c3154a77aed79d47586b251ff42bd0ae8afccb77
Stainless-Generated-From: 1de96ec5bdca1abc265cb8d7305b6fb0772dc5f5
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.
d44daa9 feat: Expose authenticated request context
6d7dc2e feat: Add audit logs plan paywall to the dashboard
b6de398 feat: Expose profile save behavior in browser responses
Note
Low Risk
Additive generated client code and types only; no SDK runtime behavior beyond new HTTP wrappers.
Overview
Regenerated Go SDK bindings for new API surface (endpoint count 127 → 134).
Auth: Adds
client.Auth.Context.Get(GET /auth/context) andAuthContexttypes so callers can read the current principal, organization, authentication method/source, and credential vs effective project scope without handling secrets.Audit logs: Nests
AuditLogs.ExportDestinationswith full lifecycle support—create/get/update/list/delete plusTest—for S3jsonl.gzexport destinations (bucket, role ARNs, KMS, active/paused status, delivery metadata).Browsers: Browser-related response structs now include
profile_save_changes, indicating whether session changes persist back to the attached profile when the session ends.Reviewed by Cursor Bugbot for commit d44daa9. Bugbot is set up for automated code reviews on this repo. Configure here.