release: 0.109.0 - #186
Merged
stainless-app[bot] merged 4 commits intoSep 17, 2026
Merged
release: 0.109.0#186
Conversation
Stainless-Generated-From: c851fce5b96b2d6a6cbc94ee40d24e6f589d99e9
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 17 Oct 2026 21:36:32 GMT |
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 20:02
94011f3 to
29bf973
Compare
Stainless-Generated-From: e2f4e92a7b1cdaf2b5b27fb94b0d0b00728641c9
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:11
29bf973 to
373cdbf
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:11
373cdbf to
4536455
Compare
Stainless-Generated-From: c3ba93d5808d09ce6dec695fd76b45939abae2a7
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:36
4536455 to
d90f2eb
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 17, 2026 21:37
d90f2eb to
12f9108
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-go-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 vault
Fieldsswitching from map to slice is a breaking Go API change for integrators; vault/payment and concurrency limit types touch capacity-sensitive workflows.Overview
Release v0.109.0 bumps package/docs version strings and documents three API-facing SDK updates.
OrgLimitsfromGET org/limitsnow includesconcurrent_sessions_usedandconcurrent_sessions_available, so callers can read org-wide browser concurrency usage and headroom alongside existing plan limits.Credential vault item field definitions change from a map keyed by name to an ordered slice with an explicit required
nameon eachCredentialVaultFieldDefinition/ input param, matching API behavior where collection form field order is preserved.AgentCard vault specs clarify that
card_idis an opaque AgentCard wallet card identifier to pass through unchanged (no assumed format).Reviewed by Cursor Bugbot for commit 12f9108. Bugbot is set up for automated code reviews on this repo. Configure here.