release: 0.106.0 - #172
Merged
stainless-app[bot] merged 5 commits intoSep 16, 2026
Merged
release: 0.106.0#172
Conversation
Stainless-Generated-From: 65cfe5b8da1de339f51b2027237b88f0746f376b
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 16 Oct 2026 17:21:48 GMT |
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 20:02
088f764 to
ee53c11
Compare
Stainless-Generated-From: 1b2956dd517385b95316303d9f6b5e962f8d2a40
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 20:53
ee53c11 to
49b7dd3
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 15, 2026 20:53
49b7dd3 to
a584683
Compare
Stainless-Generated-From: c13de5a1ff00481bd0125cfd74527f4bae1a301f
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 16, 2026 00:47
a584683 to
db15007
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 16, 2026 00:48
db15007 to
ed7db54
Compare
Stainless-Generated-From: 245527a0a5fccc56447f7227e933bc235a78cfe4
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 16, 2026 17:21
ed7db54 to
7cf63c3
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 16, 2026 17:22
7cf63c3 to
765c982
Compare
Contributor
Author
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 16, 2026 17:40
765c982 to
bb42605
Compare
chruffins
approved these changes
Sep 16, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.106.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.106.0 (2026-09-16)
Full Changelog: v0.104.0...v0.106.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
SDK contract changes touch payment checkout preparation and rename/remove Config Registry response fields (
verification,last_verified_at), which can break typed client code even though behavior is API-driven.Overview
Release 0.106.0 bumps package/version metadata and documents four feature areas in the changelog (Config Registry polish, browser
start_urlon update, multi-processor AgentCard prepare-checkout, and unrelated backend placement notes).Browsers:
client.browsers.updatenow accepts optionalstart_urlto navigate after the patch (overrides profile-restored tabs when both are set; best-effort navigation). Browser session types now describestart_urlas the most recent navigation request, not creation-only.Config Registry: Adds
client.config_registry.analyses.cancelfor async cancellation of running analyses.Analysisexposes optionalintent. Recommendation/evidence modeling shifts from “verified” wording to recommended support:Evidence.last_verified_atbecomeslast_supported_at, andRecommendation.verificationis removed (with clearermatch_scopedocs).Vault / AgentCard: Checkout preparation is processor-bound, not Square-only. New
AgentcardPreparedProcessorand optionalpspon checkout context; preparations/responses includepsp, andenvironmentaddssharedfor some processors. Link card state dropsaliasesand docs steer checkout toward fill without egress substitution/alias fallback.Reviewed by Cursor Bugbot for commit bb42605. Bugbot is set up for automated code reviews on this repo. Configure here.