release: 0.103.0 - #184
Merged
stainless-app[bot] merged 6 commits intoSep 15, 2026
Merged
release: 0.103.0#184stainless-app[bot] merged 6 commits into
stainless-app[bot] merged 6 commits into
Conversation
Stainless-Generated-From: c3915d9147a14b8d22e68e09fcaaf7642474794f
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 14, 2026 23:50
8c78591 to
bfb02ed
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bfb02ed. Configure here.
Stainless-Generated-From: e66c2d41585215bffa7576d2eeafce549b2e72fc
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 00:00
bfb02ed to
8fb7aec
Compare
Stainless-Generated-From: 35c5e368dd43b13409fa324092ab8abb80cdac57
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 00:22
8fb7aec to
5460d13
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 15 Oct 2026 15:11:46 GMT |
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 00:48
5460d13 to
c01ce07
Compare
Stainless-Generated-From: 1f607a14a1348d95981417c56fea0d91ee5c7e3c
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 01:22
c01ce07 to
d3fa2b8
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 01:23
d3fa2b8 to
de76b03
Compare
Stainless-Generated-From: 58cec1ab6a594996c3e3ea346bfe2770be6cfa34
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 15:11
de76b03 to
c794ec0
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 15, 2026 15:12
c794ec0 to
30aeaf6
Compare
Sayan-
approved these changes
Sep 15, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.103.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.103.0 (2026-09-15)
Features
Bug Fixes
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 large vault credential/collect/fill API surface and disables retries on vault operations (behavior change for integrators who relied on client retries for fills); otherwise mostly generated types and additive fields.
Overview
Release 0.103.0 bumps the package and changelog. The substantive SDK changes track new API surface and one client behavior fix.
Vault credential items are added end-to-end: new types (
CredentialVaultItem, field specs/states,collectoperation, hosted collection actions),VaultItemand upsert/update/operation params extended fortype: 'credential', and fill generalized viaVaultFillFieldso credentials (and optionalpage_url) can be filled alongside cards. Docs and exports initems.ts,vaults.ts, andapi.mdreflect this.Config registry responses now include
working_configurations(ordered recommendations) on lookup/resolve-style responses.Managed auth field metadata gains optional
input_mode(text,email,tel,numeric) for virtual keyboard hints.performOperationon vault items setsmaxRetries: 0, so fill and other vault operations no longer auto-retry when the client has retries enabled (covered byvault-operation-retries.test.ts). Credential create inputs can includevalueon fields for initial non-secret values per the OpenAPI fix.Reviewed by Cursor Bugbot for commit 30aeaf6. Bugbot is set up for automated code reviews on this repo. Configure here.