release: 0.68.0#126
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 kernel-node-sdk repository, not the kernel, infra, hypeman, or hypeship repos specified in the filter. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 15 Jul 2026 18:35:47 GMT |
95dedf9 to
9df1a52
Compare
bmsaadat
left a comment
There was a problem hiding this comment.
Do not merge yet! Pending a followup to the deleted status changes.
5d67d3a to
2ee5dd1
Compare
2ee5dd1 to
b01b480
Compare
b01b480 to
d1cf3dc
Compare
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.68.0 🌻 |
Automated Release PR
0.68.0 (2026-06-15)
Full Changelog: v0.67.0...v0.68.0
Features
Bug Fixes
Styles
Refactors
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
rotatemethod (POST /org/api_keys/{id}/rotate) that returns a one-time plaintextCreatedAPIKey, with optionaldays_to_expireandexpire_in_daysgrace on the old key.retrievenow accepts query params (e.g.include_deletedfor audit).listaddsstatus(active|deleted|all) while keeping deprecatedinclude_deleted. TheAPIKeytype addsdeleted_at. Exports and generated tests/docs are updated accordingly; existingretrieve('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.