release: 0.68.0#118
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR is for the To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 12 Jul 2026 16:09:27 GMT |
562a254 to
a43f670
Compare
bmsaadat
left a comment
There was a problem hiding this comment.
Do not merge yet! Pending a followup to the deleted status changes.
Automated Release PR
0.68.0 (2026-06-12)
Full Changelog: v0.67.0...v0.68.0
Features
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Changes org API key list/retrieve behavior and response shape (
statusis required onAPIKey), which can break strict client parsers; scope is audit/read-only, not secret issuance.Overview
Release 0.68.0 bumps package version metadata and changelog; OpenAPI/Stainless spec hash is refreshed.
The functional change is API key audit visibility (KERNEL-1350). The
APIKeytype gainsdeleted_atand a derivedstatus(active|expired|deleted).client.api_keys.retrieveandclient.api_keys.listaccept optionalinclude_deleted(default off) so soft-deleted keys can be fetched or listed for audit instead of being hidden/404. NewAPIKeyRetrieveParamswires retrieve query params; tests andapi.mdare updated accordingly.Reviewed by Cursor Bugbot for commit a43f670. Bugbot is set up for automated code reviews on this repo. Configure here.