release: 0.112.0 - #192
Merged
stainless-app[bot] merged 8 commits intoSep 24, 2026
Merged
release: 0.112.0#192stainless-app[bot] merged 8 commits into
stainless-app[bot] merged 8 commits into
Conversation
Stainless-Generated-From: 84c2ba1598b099a044f45d52e07c3ca1cabcee9c
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 22, 2026 19:15
5ea71d3 to
63e1bdb
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 23 Oct 2026 19:16:07 GMT |
Stainless-Generated-From: 292847796a6ae9d3913a3c78aa61b84d488b1bd9
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 22, 2026 23:10
63e1bdb to
86bc3a8
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 22, 2026 23:11
86bc3a8 to
9c0753a
Compare
Stainless-Generated-From: bffdddcb6c7e050cf71c47c97ad694cfd807a313
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 23, 2026 19:15
9c0753a to
b691616
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 23, 2026 19:15
b691616 to
9bd718d
Compare
Stainless-Generated-From: c39d272cb7cd201ac01a26c116d52222989d4556
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 23, 2026 22:29
9bd718d to
43bff8f
Compare
Stainless-Generated-From: 80d2d6eb34035a69b825f2bae03d2fae06aa2003
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 24, 2026 15:18
43bff8f to
14f1f15
Compare
Stainless-Generated-From: e1016a15f4f2aaf3891086b5142859bbcf5d62d1
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 24, 2026 18:37
14f1f15 to
9f452d3
Compare
Stainless-Generated-From: 83f6535711408f6676bc3c1d8e5824c0120066e1
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 24, 2026 19:19
9f452d3 to
2d8fe34
Compare
rgarcia
approved these changes
Sep 24, 2026
Contributor
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.112.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.112.0 (2026-09-24)
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
Adds proxy routing and WebMCP custom-tool APIs with reshaped WebMCP types that may break typed consumers; pool acquire/release semantics change when profiles are used at acquire time.
Overview
Release 0.112.0 bumps the SDK to match new Kernel API surface (172 endpoints) with browser networking, WebMCP custom tools, pool profiles, telemetry filters, and org entitlements updates.
WebMCP is reorganized under
browsers/webmcp/and addsclient.browsers.webmcp.customTools(list,add,remove) for registering page- or CDP-backed tools. Tool listings and invocations now cover custom tools;listToolsacceptsexclude_custom. Response types shift to nestedToolMetadata(MCP/WebMCP-aligned annotations and optionaloutputSchema).Browsers gain
network.proxy_routesfor per-host proxy selection (documented as proxy v3, not pools). Browser pool acquire accepts optionalprofile; releases note that acquire-time profiles force instance replacement even whenreuse: true.Telemetry adds archived
typefiltering onevents,iframe/workertarget_typevalues, clarifiedmonitor_disconnectedbehavior, anddestination_route_unavailableon proxy errors.Organization entitlements expose a
searchrollout flag. Version, changelog, and release metadata are updated accordingly.Reviewed by Cursor Bugbot for commit 2d8fe34. Bugbot is set up for automated code reviews on this repo. Configure here.