release: 0.109.0 - #189
Merged
stainless-app[bot] merged 4 commits intoSep 17, 2026
Merged
release: 0.109.0#189stainless-app[bot] merged 4 commits into
stainless-app[bot] merged 4 commits into
Conversation
Stainless-Generated-From: 6a20e3d7f3cddebf49c3f569587deb1fabd29541
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 17 Oct 2026 21:37:02 GMT |
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 20:03
5fb96a8 to
c3ebe2d
Compare
Stainless-Generated-From: c5b3821f6a2709e60f33d319561c17434b4c831c
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 21:11
c3ebe2d to
4368265
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 21:12
4368265 to
1f51bca
Compare
Stainless-Generated-From: ace4769df8e782105aa21e3a01c64d385834d085
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 21:36
1f51bca to
43161b6
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 21:37
43161b6 to
5bfee17
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-node-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
The credential
fieldstype change from map to ordered array is a breaking change for TypeScript callers; org limit and AgentCard doc updates are additive/low risk.Overview
Release 0.109.0 bumps package/version metadata and changelog; the substantive SDK changes are typed API updates for org limits and vault credentials/payments.
GET /org/limitsresponses now includeconcurrent_sessions_usedandconcurrent_sessions_available(nullable when usage cannot be read), so callers can see org-wide browser concurrency usage and remaining capacity alongside existing auth/vault limits.Credential vault specs change shape:
spec.fieldson create/read is now an ordered array of field definitions/inputs, each with an explicitname, instead of a string-keyed map. Docs state that array order is preserved in collection forms—integrators should list fields top-to-bottom like the target site and update any code that builtfieldsas an object.AgentCard card items document optional
card_idas an opaque AgentCard vaulted card ID to pass through unchanged (no assumed prefix/format).Reviewed by Cursor Bugbot for commit 5bfee17. Bugbot is set up for automated code reviews on this repo. Configure here.