release: 0.109.0 - #175
Merged
stainless-app[bot] merged 4 commits intoSep 17, 2026
Merged
release: 0.109.0#175
Conversation
Stainless-Generated-From: 3cbbdadb5bad3b3d3192976206eaf515db7a1263
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 17 Oct 2026 21:36:37 GMT |
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 20:02
21585ec to
4053d34
Compare
Stainless-Generated-From: 0df566e7c79bb73166acc226effc1c9f331264be
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:11
4053d34 to
d0831f4
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:11
d0831f4 to
43f05ca
Compare
Stainless-Generated-From: 77ed6712c80370958baad94c48aa88b305a33690
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:36
43f05ca to
45c30bf
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:36
45c30bf to
79fa360
Compare
masnwilliams
approved these changes
Sep 17, 2026
masnwilliams
left a comment
Contributor
There was a problem hiding this comment.
release contents and generated credential field-order types verified; checks are green.
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.109.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.109.0 (2026-09-17)
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
Credential create/upsert payloads are a breaking SDK shape change (map → ordered list with required
name), and the release touches vault/payment types integrators rely on.Overview
Release 0.109.0 bumps package version metadata and changelog for three API-facing SDK updates.
OrgLimitsfromorganization.limits.retrievenow includesconcurrent_sessions_usedandconcurrent_sessions_available, with docs noting that limits reads cover current org-wide browser concurrency as well as auth and vault usage.Credential vault specs change shape:
spec.fieldsis an ordered list (not a string-keyed map), and each field definition/input must include an explicitname. Docs stress that list order controls collection-form layout. Vault item upsert tests were updated to the new payload shape.AgentCard card items document
card_idas an opaque AgentCard wallet card identifier to pass through unchanged (no assumed format). When omitted, the cardholder still chooses on approval.Reviewed by Cursor Bugbot for commit 79fa360. Bugbot is set up for automated code reviews on this repo. Configure here.