release: 0.90.0 - #161
Merged
stainless-app[bot] merged 5 commits intoAug 13, 2026
Merged
Conversation
Stainless-Generated-From: 1e38bfb1a4fe9067677b94c42d243729102ef9a9
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 12, 2026 17:19
5c3e9d3 to
59d8e07
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 11 Sep 2026 23:35:32 GMT |
Stainless-Generated-From: 2b635b10cbd732d85925d7d166623c3f94e0ef4d
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 12, 2026 23:35
59d8e07 to
dc67e66
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
August 12, 2026 23:35
dc67e66 to
e8382ff
Compare
rgarcia
approved these changes
Aug 13, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.90.0 🌻 |
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.
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
Low Risk
Additive SDK surface and parameter renames with the same URL shape; no auth or breaking compile changes beyond clearer
idOrNamenaming.Overview
Release 0.90.0 bumps the SDK version and changelog; behavior changes are in project scoping and managed-auth response types.
Project Get, Update, Delete, and Limits now take an
idOrNameargument (ID or unique org name) instead of ID-only, with updated validation messages and docs. A newoption.WithProjectsets theX-Kernel-Projectheader for project selection by name, complementing existingWithProjectID. Create/update project request docs now note that names cannot contain/or%.Managed-auth choice and field models (including follow-response variants) gain API fields such as
hint,context,display_text,masked_destination, andmfa_typeso canonical login UI metadata round-trips in the client.Reviewed by Cursor Bugbot for commit e8382ff. Bugbot is set up for automated code reviews on this repo. Configure here.