release: 0.103.0 - #170
Open
stainless-app[bot] wants to merge 4 commits into
Open
release: 0.103.0#170stainless-app[bot] wants to merge 4 commits into
stainless-app[bot] wants to merge 4 commits into
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
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)
Full Changelog: v0.102.0...v0.103.0
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 credential vault and browser-fill client APIs around secrets and optimistic concurrency; lookup/config responses gain a required
working_configurationsfield that may break strict response parsers.Overview
Release 0.103.0 bumps package version and changelog. The substantive SDK changes track new API surface for vault credentials, config lookup, and managed auth.
Vault credentials add a third item type (
credential) with create/update viaupsertand versionedupdate(type,version, optionalexpected_item_id). Items can enterpending_collectionwith hosted collection actions;perform_operationgainscollect, and retrieve/listwaitcovers credential collection. Browserfillis generalized:VaultCardFillFieldParamis replaced byVaultFillFieldParam, fill applies to ready credentials as well as Link cards, andpage_urlis optional for credentials when exactly one page is open. New models cover field definitions (including TOTP), collection actions, and non-return of sensitive values.Config registry and lookup responses now include
working_configurations(ordered list of working configs, recommended first).Managed auth field schemas add optional
input_mode(text,email,tel,numeric) for keyboard hints.Generated tests and
api.mdexports are updated for the new overloads and types.Reviewed by Cursor Bugbot for commit 15dd33c. Bugbot is set up for automated code reviews on this repo. Configure here.