Skip to content

release: 0.68.0#126

Open
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Open

release: 0.68.0#126
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.68.0 (2026-06-12)

Full Changelog: v0.67.0...v0.68.0

Features

  • api: surface deleted/expired API keys for audit trail (KERNEL-1350) (a2d6792)

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
Touches org API key list/retrieve behavior and changes the retrieve method arity, which can break callers that passed RequestOptions as the second argument only.

Overview
Release 0.68.0 bumps package/version metadata and syncs the OpenAPI spec reference for the generated SDK.

The functional change is API key audit visibility: APIKey responses now include deleted_at and a status of active, expired, or deleted. List and retrieve accept optional include_deleted so soft-deleted keys can be included for audit; without it, deleted keys stay hidden (retrieve still 404s by default).

client.apiKeys.retrieve now takes an optional query object (APIKeyRetrieveParams) before RequestOptions, matching the updated api.md signature. Tests cover passing include_deleted on list/retrieve.

Reviewed by Cursor Bugbot for commit 95dedf9. Bugbot is set up for automated code reviews on this repo. Configure here.

@firetiger-agent

Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

PRs in the kernel, infra, hypeman, and hypeship repos. kernel is a ~mono repo with many logical services underneath, ensure to focus on the implicated service for the PR

Reason: This PR is for the kernel-node-sdk repository, not the kernel, infra, hypeman, or hypeship repos specified in the filter.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app

stainless-app Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/kernel-typescript/a2d67925ba845811e9d33289b1aef717ffcc9b6b/dist.tar.gz'

Expires at: Sun, 12 Jul 2026 16:09:42 GMT
Updated at: Fri, 12 Jun 2026 16:09:42 GMT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants