release: 0.64.0#118
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is an automated release PR for kernel-go-sdk (a Go SDK), not a PR modifying the kernel service itself or infrastructure/deployment code; clarify if this SDK change requires deploy monitoring. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 05 Jul 2026 21:37:14 GMT |
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.64.0 🌻 |
Automated Release PR
0.64.0 (2026-06-05)
Full Changelog: v0.63.0...v0.64.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
Medium Risk
Telemetry capture defaults and per-category opt-in semantics changed, which can alter what events existing integrations receive without code changes; the large generated union surface is mostly additive but worth validating stream consumers.
Overview
v0.64.0 bumps the SDK from OpenAPI and documents browser telemetry as opt-in by category: only categories explicitly set to
enabled=trueare captured, andtelemetry.enabled=truewithout per-category settings now defaults to control, connection, system, and captcha (CDP categories and screenshot stay off unless opted in).The public model adds eight telemetry categories (
captcha,connection,control,screenshot,system, plus existing console/network/page/interaction) and nine new stream event types (e.g. API calls, CDP/live-view connect/disconnect, captcha outcomes, OOM kills, service crashes), withBrowserTelemetryEventUnionextended to parse and switch on them. Monitor health events are re-tagged to themonitorcategory (and screenshots toscreenshot), and create/update telemetry param docs are aligned with the new semantics.Reviewed by Cursor Bugbot for commit a7e95ca. Bugbot is set up for automated code reviews on this repo. Configure here.