release: 0.108.0 - #188
Merged
stainless-app[bot] merged 3 commits intoSep 17, 2026
Merged
release: 0.108.0#188stainless-app[bot] merged 3 commits into
stainless-app[bot] merged 3 commits into
Conversation
Stainless-Generated-From: 5d196be621abc3cd582ebc6bc4d4078aca434686
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 18:50
9cbcdc8 to
6d5bb4a
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 17 Oct 2026 18:50:45 GMT |
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 18:50
6d5bb4a to
822d8ef
Compare
kernel-internal
Bot
force-pushed
the
release-please--branches--main--changes--next--components--sdk
branch
from
September 17, 2026 18:51
822d8ef to
1d14265
Compare
Sayan-
approved these changes
Sep 17, 2026
Sayan-
left a comment
Contributor
There was a problem hiding this comment.
validated the release build and live config registry waiter flow
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.108.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.108.0 (2026-09-17)
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 client-side polling with strict response validation; no changes to auth, billing, or server behavior.
Overview
Release 0.108.0 bumps package version metadata and changelog; the functional change is a config registry analysis polling helper.
Callers can use
client.configRegistry.analyses.waitForResult(id, options)instead of hand-rolling retrieve loops. The helper pollsretrieveimmediately, then on a jittered interval (default 5s), until the analysis has a non-nullfinished_ator a terminal status (completed,failed,canceled,expired). It supportspollIntervalMs, optionalmaxWaitMs(soft deadline; timeout usesAPIConnectionTimeoutError),AbortSignal, and forwards normal request options while settingX-Stainless-Poll-Helper: true. Malformed or mismatched analysis payloads raiseKernelError.ConfigRegistryAnalysisWaitOptionsis exported from the config-registry module. Unit tests cover multi-poll completion, single-shot terminal statuses, zeromaxWaitMs, validation failures, invalid timing options, and abort during the sleep between polls.Reviewed by Cursor Bugbot for commit 814e175. Bugbot is set up for automated code reviews on this repo. Configure here.