| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Stainless-Generated-From: edf469a448508ce7f57fbabeded1c15af42c3d8c
|
🧪 Testing To try out this version of the SDK: pip install 'https://pkg.stainless.com/s/kernel-python/5c8893379cacd12cf7d5d7db59de01094a5d9dc3/kernel-0.89.0-py3-none-any.whl' Expires at: Fri, 11 Sep 2026 17:20:50 GMT |
Sorry, something went wrong.
Stainless-Generated-From: 99ae9e331b3ab1c83b6142638f9272eda6a5c06b
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.90.0 🌻 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Automated Release PR
0.90.0 (2026-08-12)
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
Renaming project method parameters from id to id_or_name is a breaking change for keyword callers; new default headers can change which project API requests are scoped to.
Overview
Release 0.90.0 ships two SDK-facing features plus the usual version/changelog bumps.
Project selection by ID or name: Sync and async clients accept a new project constructor/copy() option and send X-Kernel-Project on every request (alongside existing project_id / X-Kernel-Project-Id). Project and project-limits retrieve, update, and delete methods now take id_or_name and hit /org/projects/{id_or_name} paths. Project create/update docs note that names cannot contain / or %.
Managed auth metadata: Choice and discovered-field models in connection_follow_response and managed_auth gain optional fields (context, display_text, masked_destination, mfa_type on choices; hint on fields) so canonical submit flows can preserve UI context from the server.
Call sites that passed id= to project helpers must switch to id_or_name=; positional string arguments remain valid.
Reviewed by Cursor Bugbot for commit eeb74df. Bugbot is set up for automated code reviews on this repo. Configure here.