release: 0.61.0#111
Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 03 Jul 2026 20:40:40 GMT |
rgarcia
left a comment
There was a problem hiding this comment.
Verified the generated diff includes the record_audio option on the replay-start endpoint (from kernel/kernel#2284) and the rest is standard Stainless release plumbing (version bump 0.61.0, changelog, .stats.yml). LGTM ✅
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.61.0 🌻 |
|
Created a monitoring plan for this PR. What this PR does: Releases Python SDK v0.61.0, adding a new optional Intended effect:
Risks:
Status updates will be posted automatically on this PR as monitoring progresses. |
Automated Release PR
0.61.0 (2026-06-03)
Full Changelog: v0.60.0...v0.61.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
Low Risk
Small, backward-compatible API surface addition with default video-only behavior unchanged; remainder is version and changelog metadata.
Overview
Release 0.61.0 bumps package version metadata (
pyproject.toml,_version.py, release-please manifest) and refreshes the OpenAPI spec pointer in.stats.yml.The functional change is an optional
record_audioflag onbrowsers.replays.start(sync and async). Callers can opt into capturing audio with the replay; when omitted or false, behavior stays video-only. The flag is added toReplayStartParamsand included in the POST body; tests passrecord_audio=Truein the “all params” start cases.Reviewed by Cursor Bugbot for commit 94b0cb1. Bugbot is set up for automated code reviews on this repo. Configure here.