release: 0.111.0 - #188
release: 0.111.0#188
Conversation
Stainless-Generated-From: 73200f8e748a0264171ad884bebed92f80f5feb9
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 22 Oct 2026 15:07:26 GMT |
8aa05ed to
9ce6c97
Compare
Stainless-Generated-From: 092b4d420408cc54d695983898dac9c63af06859
9ce6c97 to
8ad11ce
Compare
8ad11ce to
59ddec7
Compare
Stainless-Generated-From: eaedf05c818487fc65bcd3614e3d5d301ff55806
59ddec7 to
f754bb1
Compare
f754bb1 to
2abce39
Compare
Stainless-Generated-From: 3aa956e6d147b9e4fd5b6d1e14708de4220c6fb1
2abce39 to
0490adb
Compare
0490adb to
eb103bd
Compare
Stainless-Generated-From: e923db3f3f9e77cb4da48687ae035735b582cadc
eb103bd to
70da492
Compare
70da492 to
bdf0b67
Compare
Stainless-Generated-From: a5aa7ec0471a35124b60a7e4aab4f3f3b6d803e4
bdf0b67 to
e98c514
Compare
e98c514 to
2405e1d
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2405e1d. Configure here.
| // Google auto-correction filter. | ||
| // | ||
| // Any of 0, 1. | ||
| Nfpr int64 `json:"nfpr,omitzero"` |
There was a problem hiding this comment.
Zero SerpAPI enum values omitted
Medium Severity
Filter and Nfpr are optional int64 fields with omitzero, but 0 is a documented valid value for both. Setting either to 0 is treated as unset and dropped from the request, so callers cannot send SerpAPI filter=0 or nfpr=0.
Reviewed by Cursor Bugbot for commit 2405e1d. Configure here.
chruffins
left a comment
There was a problem hiding this comment.
approved for the coordinated 0.111.0 SDK release; version and generated Search API surface match the Python and Node releases.
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.111.0 🌻 |


Automated Release PR
0.111.0 (2026-09-22)
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
Large generated surface area plus semantic changes to managed-auth reauth flags and payment checkout (Adyen); consumers parsing
can_reauthor proxy error codes may need updates.Overview
Release 0.111.0 bumps the package version and documents four new API endpoint groups (169 configured endpoints). The headline addition is Search API v1:
client.SearchsupportsPOST /searchandGET /search/{id}, nested Contents.Fetch and Providers.List, plus generated types for multi-provider strategies (Brave, Exa, Perplexity, Tavily, SerpAPI, and others), content retrieval options, and provider capability metadata.Managed auth types and docs are updated:
can_reauth/can_reauth_reasonnow describe eligibility for unattended re-auth (not a guarantee), including a newoptimistic_totp_attemptreason; login accepts optionalskill_mode(enabled/disabled) for learned domain skills; timeline events gain stablecompleted_atfor terminal login/reauth attempts.Browser telemetry proxy errors add
origin_response_incomplete,restricted_route_unavailable, andunknownwith optionalraw_codewhen the header is unrecognized.Vault / AgentCard checkout adds
adyenas a prepared processor and broadens preparation/checkout copy for device handoff (including Adyen Sessions on merchant origins).Reviewed by Cursor Bugbot for commit 2405e1d. Bugbot is set up for automated code reviews on this repo. Configure here.