Skip to content

release: 0.109.0 - #189

Merged
stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Sep 17, 2026
Merged

stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.109.0 (2026-09-17)

Features

  • Accept opaque AgentCard vaulted card IDs (a843408)
  • Expose organization-wide concurrent browser capacity (ec6d02f)
  • Preserve credential field order (319cd7e)

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 fields type 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/limits responses now include concurrent_sessions_used and concurrent_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.fields on create/read is now an ordered array of field definitions/inputs, each with an explicit name, 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 built fields as an object.

AgentCard card items document optional card_id as 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.

Stainless-Generated-From: 6a20e3d7f3cddebf49c3f569587deb1fabd29541
@stainless-app

stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/kernel-typescript/a843408e9d90e180a92a7bf86c5110784e419852/dist.tar.gz'

Expires at: Sat, 17 Oct 2026 21:37:02 GMT
Updated at: Thu, 17 Sep 2026 21:37:02 GMT

@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 5fb96a8 to c3ebe2d Compare September 17, 2026 20:03
Stainless-Generated-From: c5b3821f6a2709e60f33d319561c17434b4c831c
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from c3ebe2d to 4368265 Compare September 17, 2026 21:11
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 4368265 to 1f51bca Compare September 17, 2026 21:12
Stainless-Generated-From: ace4769df8e782105aa21e3a01c64d385834d085
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 1f51bca to 43161b6 Compare September 17, 2026 21:36
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 43161b6 to 5bfee17 Compare September 17, 2026 21:37

@masnwilliams masnwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release contents and generated credential field-order types verified; checks are green.

@stainless-app
stainless-app Bot merged commit 009866c into main Sep 17, 2026
11 checks passed
@stainless-app

stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant