Skip to content

release: 0.57.0#106

Merged
IlyaasK merged 8 commits into
mainfrom
release-please--branches--main--changes--next
May 26, 2026
Merged

release: 0.57.0#106
IlyaasK merged 8 commits into
mainfrom
release-please--branches--main--changes--next

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.56.0...v0.57.0

Features

  • [kernel-1116] browser events api integration (e0a367b)
  • api: dual-route /projects under /org/projects, deprecate /projects (166c834)
  • api: type can_reauth_reason as an enum on ManagedAuth (61f5842)
  • browsers: accept chrome_policy on POST /browsers (KERNEL-1216) (6f29adc)
  • EOL persistent browsers: openapi limits (b79f2fd)
  • Support telemetry enabled request config (ba2ff70)

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
Breaking SDK removals (persistence delete API, project path prefix) and a large new telemetry surface; behavior depends on server dual-routing for deprecated /projects paths.

Overview
v0.57.0 is an OpenAPI/Stainless sync that expands browser and org APIs and retires several deprecated surfaces.

The largest addition is browser telemetry: client.Browsers.Telemetry.StreamStreaming exposes an SSE stream of typed events (console, network, page lifecycle, interaction, monitor), with telemetry request config on browser create/update and echoed telemetry / chrome_policy on session responses.

Projects now call /org/projects (and /org/projects/{id}/limits) instead of /projects; callers must rely on the server’s org-scoped routes. Managed auth types can_reauth_reason as ManagedAuthCanReauthReason instead of a free-form string.

Removed / EOL: deprecated persistent browser types and Browsers.Delete (bulk delete by persistent_id); max_persistent_sessions on project limits; persistence fields on browser models. Docs clarify start URL behavior (fire-and-forget) and proxy check when a custom URL is passed.

Release metadata (CHANGELOG, README, internal/version, .stats.yml) reflects the new spec hash and version.

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

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 19, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/kernel-go/ba2ff705279a32f8a3d91ca85696e398923ebe43/source.zip'. Run 'go mod edit -replace github.com/kernel/kernel-go-sdk=/path/to/unzipped_directory'.

Expires at: Thu, 25 Jun 2026 17:46:32 GMT
Updated at: Tue, 26 May 2026 17:46:32 GMT

@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 for the SDK package, not a change to kernel API endpoints or Temporal workflows in packages/api/cmd/api/ or packages/api/lib/temporal.

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

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 7fb7163 to d291579 Compare May 21, 2026 18:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d291579 to ad1a550 Compare May 22, 2026 16:38
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ad1a550. Configure here.

Comment thread browsertelemetry.go
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ad1a550 to 9b51c99 Compare May 22, 2026 16:49
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9b51c99 to d5b3657 Compare May 22, 2026 19:17
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 816b98c to 98fd50a Compare May 24, 2026 21:26
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 98fd50a to 19427fb Compare May 26, 2026 17:44
@IlyaasK IlyaasK merged commit 3c2ab22 into main May 26, 2026
10 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 26, 2026

🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.57.0 🌻

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