Skip to content

release: 0.56.0#110

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

release: 0.56.0#110
stainless-app[bot] wants to merge 11 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented May 19, 2026

Automated Release PR

0.56.0 (2026-05-24)

Full Changelog: v0.55.0...v0.56.0

Features

  • [kernel-1116] browser events api integration (958614b)
  • api: dual-route /projects under /org/projects, deprecate /projects (e333d62)
  • api: type can_reauth_reason as an enum on ManagedAuth (be986fa)
  • browsers: accept chrome_policy on POST /browsers (KERNEL-1216) (e3b32bb)
  • EOL persistent browsers: openapi limits (4dced80)
  • Expose POST /projects in public API (e251459)

Bug Fixes

  • typescript: upgrade tsc-multi so that it works with Node 26 (46e3fb5)

Chores

  • tests: remove redundant File import (1677dc1)

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

High Risk
Breaking removals (persistent browser delete/types, project URL prefix) plus a large new telemetry surface and org-scoped project routes require consumer updates and careful rollout.

Overview
0.56.0 is an OpenAPI-driven SDK release: new browser telemetry and policy knobs, project API path changes, and removal of deprecated persistent-browser APIs.

Browser telemetry adds client.browsers.telemetry.stream() (SSE on GET /browsers/{id}/telemetry) with a large set of typed events (console, network, page lifecycle, interactions, monitor health). Sessions can pass telemetry on create/update and echo telemetry / chrome_policy on browser responses.

Browsers accept optional chrome_policy on create. Deprecated BrowserPersistence, persistence fields, and client.browsers.delete({ persistent_id }) are removed; use timeouts/profiles and deleteByID instead.

Projects CRUD and limits now call /org/projects (and /org/projects/{id}/limits) instead of /projects. max_persistent_sessions is dropped from project limit types.

Managed auth types can_reauth_reason as a string union with documented affirmative/negative values.

Minor: proxy check docs when a custom url is provided; tsc-multi bumped for Node 26; version 0.56.0 and changelog/metadata only otherwise.

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

@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: This is an automated release PR with no direct file changes shown; the filter requires monitoring of specific API endpoint and Temporal workflow file changes, which cannot be verified from this PR metadata alone.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 19, 2026

🧪 Testing

To try out this version of the SDK:

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

Expires at: Tue, 23 Jun 2026 21:27:05 GMT
Updated at: Sun, 24 May 2026 21:27:05 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from a7bbeea to 93776bc Compare May 19, 2026 02:46
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 93776bc to 1c2bd39 Compare May 21, 2026 18:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 1c2bd39 to 9af20de Compare May 22, 2026 16:38
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 9af20de to cea8a4d Compare May 22, 2026 16:49
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from cea8a4d to d9ac3c3 Compare May 22, 2026 19:17
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d9ac3c3 to 7455e88 Compare May 24, 2026 21:26
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