Skip to content

release: 0.86.0 - #151

Open
stainless-app[bot] wants to merge 3 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Open

release: 0.86.0#151
stainless-app[bot] wants to merge 3 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.86.0 (2026-07-31)

Full Changelog: v0.85.0...v0.86.0

Features

  • Report the unified concurrency ceiling from the org limits endpoint (791aaa8)

Bug Fixes

  • stlc: stop hand-edited CI workflows from blocking seals and builds (1662249)

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

Low Risk
Mostly version and doc-only changes; limit semantics are clarified, not new runtime logic in this diff.

Overview
Release 0.86.0 bumps package and manifest versions and refreshes the pinned OpenAPI spec (.stats.yml).

The only behavioral/SDK surface change in the diff is documentation on project limits: deprecated max_pooled_sessions is described as always null on read and always rejected with 400 on write, without the previous “once unified concurrency is enabled for your organization” caveat. max_concurrent_sessions remains the unified browser concurrency field.

Changelog also notes reporting the org limits unified concurrency ceiling and an STLC CI workflow fix; those are not reflected in the TypeScript diff beyond the spec pin and version bump. yarn.lock picks up a patch bump for brace-expansion.

Reviewed by Cursor Bugbot for commit 544e20a. Bugbot is set up for automated code reviews on this repo. Configure here.

Editing the generated CI/release workflows in an SDK repo is supported: stlc
writes them once and then leaves them under the repo's ownership. Two safety
checks did not account for that and could refuse to seal custom code, or refuse
to build, over workflow edits that were never at risk of being overwritten. The
seal refusal could not be cleared by rebuilding.

Sealing is also now recorded in place rather than under a new filename each
time, so an interrupted build can no longer leave a workspace with no record of
its sealed custom code, and sealing one branch no longer discards the record for
another.
@stainless-app

stainless-app Bot commented Jul 31, 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/791aaa802ad4d2037daf575826111d2711465907/dist.tar.gz'

Expires at: Sun, 30 Aug 2026 18:07:54 GMT
Updated at: Fri, 31 Jul 2026 18:07:54 GMT

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from b4e9755 to e6bee79 Compare July 31, 2026 18:07
@stainless-app stainless-app Bot changed the title release: 0.85.1 release: 0.86.0 Jul 31, 2026
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from e6bee79 to 544e20a Compare July 31, 2026 18:07
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.

0 participants