release: 0.99.0 - #180
Merged
stainless-app[bot] merged 3 commits intoSep 4, 2026
Merged
Conversation
Stainless-Generated-From: 1e679cbc44b2a9df185702266e0fd950180e2438
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 04 Oct 2026 18:24:33 GMT |
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 3, 2026 14:29
a3bba92 to
94ba150
Compare
Stainless-Generated-From: a3fb6c81211b70d3cfc303a2bc585bbd169e08f1
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 4, 2026 18:23
94ba150 to
2240776
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 4, 2026 18:23
2240776 to
90057b5
Compare
chruffins
approved these changes
Sep 4, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.99.0 🌻 |
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.
Automated Release PR
0.99.0 (2026-09-04)
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
Adds a large Vault/payments-related client surface and immutable browser–vault linking; changes are mostly additive typings but touch sensitive checkout and secret-handling flows.
Overview
Release 0.99.0 bumps package version and changelog; endpoint count in
.stats.ymlrises from 147 to 158.The main functional addition is a
client.vaultsresource: vault upsert/list/retrieve/delete plus nestedvaults.itemsfor wallet and card items (upsert, operations, events, expand/wait params) with AgentCard/Link-oriented types. The rootKernelclient exportsVaultsand related types.Browser sessions gain optional
vaults(VaultReferenceby id or name) on create and on session responses (including pool acquire and invocation payloads), with links described as immutable after creation. Deleted sessions can exposeusage_status(pending|ready).OTLP destinations now surface delivery health on reads:
consecutive_failures,last_export_at, and retainedlast_error/last_error_atfields with documented semantics.Config registry list/summary docs and param descriptions shift from domain-level to exact normalized targets (scheme/host/port/path) and latest-analysis recommendations;
searchis documented as substring search over those targets.Generated API docs (
api.md) and skipped mock-server tests cover the new vault surface; browser create tests include avaultsparam example.Reviewed by Cursor Bugbot for commit 90057b5. Bugbot is set up for automated code reviews on this repo. Configure here.