release: 0.103.0 - #170
Merged
stainless-app[bot] merged 5 commits intoSep 15, 2026
Merged
release: 0.103.0#170
Conversation
Stainless-Generated-From: c38e2308cd507f413c42d0d729d082ccd535debe
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 14, 2026 23:50
b6b3625 to
9c5d22a
Compare
Stainless-Generated-From: 641e17ff11ca542895bb45f2e6c06d75f136aa5d
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 00:00
9c5d22a to
27d8717
Compare
Stainless-Generated-From: fafe851cda2bec958cc113405ced9ecd6d1c35e3
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 00:22
27d8717 to
5d627a1
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 00:47
5d627a1 to
15dd33c
Compare
Stainless-Generated-From: 068a33988f678bd0ddafaacdda5828037155b2ed
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 15:11
15dd33c to
05152a1
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 15 Oct 2026 15:11:25 GMT |
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 15:11
05152a1 to
678511b
Compare
Sayan-
approved these changes
Sep 15, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-python-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
High Risk
Adds credential vault APIs and changes vault operation retry semantics on security-sensitive paths (secrets, browser fill, collection URLs).
Overview
Release 0.103.0 bumps the package version and expands the vault and config-registry surface in the generated SDK.
Credential vault items are first-class: new types and params for create/update (
upsert/updatewithtype="credential", optimisticversion, optionalexpected_item_id), collection flows (collectoperation,CredentialCollectionAction), and item GET/list docs for pending collection andwait.perform_operationfill now uses unifiedVaultFillFieldParam(replacing card-only fill params), supports credential field names and TOTP behavior, and makespage_urloptional when exactly one browser page is open (cards still require HTTPS URLs).Vault operations no longer use the client’s automatic HTTP retries—
perform_operationposts withmax_retries=0so ambiguous fill/collect outcomes are not double-applied; ordinary vault reads still honormax_retries(covered by new tests).Managed auth field models gain optional
input_mode(text,email,tel,numeric) for keyboard hints.Lookup and config registry responses add required
working_configurations, ordered with the recommended config first.Reviewed by Cursor Bugbot for commit 678511b. Bugbot is set up for automated code reviews on this repo. Configure here.