release: 0.66.0#120
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR is for the To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 10 Jul 2026 20:42:30 GMT |
082685e to
822acf6
Compare
822acf6 to
d49372e
Compare
d49372e to
a41571f
Compare
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.66.0 🌻 |
Automated Release PR
0.66.0 (2026-06-10)
Full Changelog: v0.65.0...v0.66.0
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
Low Risk
Additive OpenAPI-generated client surface and semver release; no changes to auth or request transport beyond new optional PATCH fields.
Overview
Release 0.66.0 bumps the SDK version and OpenAPI metadata (119 endpoints) with two API-facing additions.
Organization limits:
client.Organization.Limitsexposes GET and PATCH/org/limitsto read the org concurrent session ceiling and set or clear a default per-project max concurrent sessions (default_project_max_concurrent_sessions;0removes the default).Browser PATCH:
BrowserUpdateParamsnow includesNameandTagsso sessions can be renamed and tags replaced or cleared viaclient.Browsers.Updateon{id_or_name}; create-param docs are updated to note name/tags can be changed later, not only at creation.Reviewed by Cursor Bugbot for commit a41571f. Bugbot is set up for automated code reviews on this repo. Configure here.