Skip to content

release: 0.68.0#126

Merged
stainless-app[bot] merged 6 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Jun 15, 2026
Merged

release: 0.68.0#126
stainless-app[bot] merged 6 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-15)

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

Features

  • Add API key rotate endpoint (c0d9f90)
  • api: surface deleted/expired API keys for audit trail (KERNEL-1350) (2b7164c)

Bug Fixes

  • pagination: fail loudly when X-Has-More contradicts a missing X-Next-Offset (994749d)
  • pagination: stop on the X-Next-Offset 0 sentinel, not just has_more (d318410)
  • pagination: stop skipping a page per auto-pagination iteration (f7bf2d9)

Styles

  • prettier-format pagination test (16ee899)

Refactors

  • api: align API key audit surface with browser sibling (KERNEL-1350) (faf4119)

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 lifecycle (rotate, soft-delete visibility) and changes retrieve’s optional second argument shape; behavior is additive but callers managing keys should verify rotate/grace-period semantics.

Overview
Release 0.68.0 bumps package/version metadata and refreshes the OpenAPI/Stainless stats for a new endpoint count (120).

API keys gain a rotate method (POST /org/api_keys/{id}/rotate) that returns a one-time plaintext CreatedAPIKey, with optional days_to_expire and expire_in_days grace on the old key. retrieve now accepts query params (e.g. include_deleted for audit). list adds status (active | deleted | all) while keeping deprecated include_deleted. The APIKey type adds deleted_at. Exports and generated tests/docs are updated accordingly; existing retrieve('id') call sites remain valid via default empty query.

Reviewed by Cursor Bugbot for commit d1cf3dc. 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/faf4119ff60ad8805c20e01f05ea59684dc91205/dist.tar.gz'

Expires at: Wed, 15 Jul 2026 18:35:47 GMT
Updated at: Mon, 15 Jun 2026 18:35:47 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 95dedf9 to 9df1a52 Compare June 12, 2026 19:05

@bmsaadat bmsaadat left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Do not merge yet! Pending a followup to the deleted status changes.

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch 2 times, most recently from 5d67d3a to 2ee5dd1 Compare June 14, 2026 20:21
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2ee5dd1 to b01b480 Compare June 15, 2026 18:35
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from b01b480 to d1cf3dc Compare June 15, 2026 18:42
@IlyaasK IlyaasK requested a review from bmsaadat June 15, 2026 18:55
@stainless-app stainless-app Bot merged commit 516f8f4 into main Jun 15, 2026
11 checks passed
@stainless-app

stainless-app Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

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.

1 participant