release: 0.102.0 - #179
Merged
Merged
release: 0.102.0#179
Conversation
Stainless-Generated-From: f09ae339dfb0fdafd7c8efe297ff88acf88020cb
Stainless-Generated-From: ef52d63713cff67183a2053d7216181d7f4b2ece
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 11, 2026 18:11
d7abf42 to
03d91b2
Compare
Stainless-Generated-From: 707c62055185491a6088e39a10f9e9f7c2c9aedc
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 11, 2026 18:53
03d91b2 to
38807f8
Compare
Stainless-Generated-From: fd820011edf27d3d294be0578c3a81e10e60f93b
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 11, 2026 21:23
38807f8 to
5c3f2c5
Compare
Stainless-Generated-From: ac3dcf11fc1ca1991e20049f570ebdef4fc392f7
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 13, 2026 22:50
5c3f2c5 to
984db95
Compare
hiroTamada
approved these changes
Sep 14, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.102.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.102.0 (2026-09-13)
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
High Risk
Breaking Go SDK shapes for vault PerformOperation (params and return union) plus payment-card fill and AgentCard abandonment semantics affect sensitive checkout flows.
Overview
Release 0.102.0 bumps package version and changelog; functional changes are in generated API types and docs.
Vault item operations gain a
fillpath that writes Link-wallet card fields into a linked browser page via selectors, with value-freeFillVaultItemOperationResult/ per-field statuses.PerformOperationnow returnsVaultItemOperationResponseUnion(updated item or fill result) instead of onlyVaultItemUnion, and request params are a union (OfAuthorize/OfFill) rather than a singletypefield—callers using authorize must migrate toNewVaultItemPerformOperationParamsBodyAuthorize()orOfAuthorize.fillandauthorizeappear inavailable_operations; docs spell out guarded fill semantics, non-atomic writes, and HTTP status behavior.AgentCard docs clarify
recovery_required: when checkout returns no authorization ID, deleting the card may abandon the attempt so a replacement can be created; wallet/vault deletion rules are updated accordingly.Config registry lookup/registry responses add nullable
guidancemarkdown and widenrecommendationtoRecommendationResultUniononLookupResponse(aligned with registry responses).Browser computer press-key params document X11 punctuation in combos (e.g.
Ctrl+minus,Ctrl+-normalized to minus).Reviewed by Cursor Bugbot for commit 984db95. Bugbot is set up for automated code reviews on this repo. Configure here.