Skip to content

release: 0.108.0 - #188

Merged
stainless-app[bot] merged 3 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Sep 17, 2026
Merged

stainless-app[bot] merged 3 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.108.0 (2026-09-17)

Features

  • chore(stlc): seal custom-code tracking files (0c8d02a)

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 polls retrieve immediately, then on a jittered interval (default 5s), until the analysis has a non-null finished_at or a terminal status (completed, failed, canceled, expired). It supports pollIntervalMs, optional maxWaitMs (soft deadline; timeout uses APIConnectionTimeoutError), AbortSignal, and forwards normal request options while setting X-Stainless-Poll-Helper: true. Malformed or mismatched analysis payloads raise KernelError.

ConfigRegistryAnalysisWaitOptions is exported from the config-registry module. Unit tests cover multi-poll completion, single-shot terminal statuses, zero maxWaitMs, 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.

Stainless-Generated-From: 5d196be621abc3cd582ebc6bc4d4078aca434686
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 9cbcdc8 to 6d5bb4a Compare September 17, 2026 18:50
@stainless-app stainless-app Bot changed the title release: 0.107.1 release: 0.108.0 Sep 17, 2026
@stainless-app

stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/kernel-typescript/0c8d02a9f4baf1da7bb14cef4969d31e12ce804a/dist.tar.gz'

Expires at: Sat, 17 Oct 2026 18:50:45 GMT
Updated at: Thu, 17 Sep 2026 18:50:45 GMT

@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 6d5bb4a to 822d8ef Compare September 17, 2026 18:50
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 822d8ef to 1d14265 Compare September 17, 2026 18:51

@Sayan- Sayan- left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

validated the release build and live config registry waiter flow

@stainless-app
stainless-app Bot merged commit e8b5411 into main Sep 17, 2026
11 checks passed
@stainless-app

stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant