Release SDK updates - #143
Open
kernel-internal[bot] wants to merge 1 commit into
Open
Conversation
Stainless-Generated-From: efeda6464d2aaef6c7323ef46fd10f2844cf2b39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
4fbcc02 Generate SDKs with stlc instead of hosted Stainless
Note
Medium Risk
Wide generated-type changes across telemetry and auth; release/versioning behavior changes on main, but no custom runtime logic beyond OpenAPI sync.
Overview
Syncs the Python SDK with the latest OpenAPI spec and adds OTLP telemetry export on browser telemetry: request params gain
telemetry.export.otlp(destination by id/name, optionalenabled) on browser create/update, pool create/update/acquire, and auth connection create/update/login; responses addBrowserTelemetryExportConfig/BrowserTelemetryOtlpExportConfigand anexportfield on active telemetry config andManagedAuth.browser_telemetry.Browser list/search docs now say the
queryparam matches profile name or ID (not profile ID only). Release Please runs on pushes tomainforkernel/kernel-python-sdk, with config pointed at the googleapis schema andprereleasedisabled. Staging wheel installs usekernel-python-sdk-staginginupload-artifact.sh, and.stats.ymldrops OpenAPI spec URL/hash metadata.Reviewed by Cursor Bugbot for commit 4fbcc02. Bugbot is set up for automated code reviews on this repo. Configure here.