Skip to content

release: 0.57.0#110

Merged
stainless-app[bot] merged 12 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
May 26, 2026
Merged

release: 0.57.0#110
stainless-app[bot] merged 12 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.57.0 (2026-05-26)

Full Changelog: v0.55.0...v0.57.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)
  • Support telemetry enabled request config (2aea49f)

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 changes include project endpoints moving to /org/projects and removal of persistent-browser delete/types; telemetry and auth enum changes affect many integrators on upgrade.

Overview
Release 0.57.0 bumps the package and OpenAPI metadata, and regenerates the client from the updated Kernel API spec.

The largest addition is client.browsers.telemetry.stream: a new SSE client for live browser telemetry (console, network, page lifecycle, interactions, monitor events) plus telemetry / chrome_policy on browser create and update. Persistent-browser support is removed from the public surface: BrowserPersistence, persistence fields, and the deprecated DELETE /browsers?persistent_id= helper are gone; project limits no longer expose max_persistent_sessions.

Projects CRUD and limits now call /org/projects (and /org/projects/{id}/limits) instead of /projects, which is a breaking URL change for anyone pinning old paths. Managed auth types can_reauth_reason as a fixed string union instead of a free-form string.

Smaller doc/type updates: clearer start_url semantics on sessions and pools, proxy check behavior when a custom url is supplied, and tsc-multi bumped for Node 26.

Reviewed by Cursor Bugbot for commit 1bf9326. 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/2aea49f341f7cc1a2f8e99a5112e831bbcfdcd4e/dist.tar.gz'

Expires at: Thu, 25 Jun 2026 17:45:55 GMT
Updated at: Tue, 26 May 2026 17:45:55 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
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 7455e88 to 3a09fb9 Compare May 26, 2026 17:43
@IlyaasK IlyaasK self-requested a review May 26, 2026 18:23
@IlyaasK IlyaasK changed the title release: 0.56.0 release: 0.57.0 May 26, 2026
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 26, 2026

Release version edited manually

The Pull Request version has been manually set to 0.57.0 and will be used for the release.

If you instead want to use the version number 0.56.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

Copy link
Copy Markdown

@IlyaasK IlyaasK left a comment

Choose a reason for hiding this comment

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

lgtm

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 3a09fb9 to 1bf9326 Compare May 26, 2026 18:24
@IlyaasK IlyaasK self-requested a review May 26, 2026 18:27
Copy link
Copy Markdown

@IlyaasK IlyaasK left a comment

Choose a reason for hiding this comment

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

lgtm

@stainless-app stainless-app Bot merged commit b82549d into main May 26, 2026
11 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 26, 2026

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