Skip to content

release: 0.108.0 - #174

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

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

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 (e38c887)

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 on an existing retrieve endpoint; behavior is isolated, validated, and covered by tests with no auth or data-model changes.

Overview
Release 0.108.0 bumps package version metadata and changelog; the functional change is a config registry analysis polling helper for sync and async clients.

config_registry.analyses.wait_for_result repeatedly calls retrieve until an analysis is done (non-null finished_at or terminal status: completed, failed, canceled, expired). It supports configurable poll_interval (default 5s, with jitter), optional max_wait_seconds (soft deadline; timeout raises TimeoutError without canceling the remote job), and sets X-Stainless-Poll-Helper on poll requests. Shared logic in config_registry_wait validates timing options and strictly checks response shape (matching analysis ID, presence of finished_at in the payload, etc.), raising KernelError on invalid API responses.

New unit tests cover polling, terminal statuses, timeouts, validation errors, header behavior, and async cancellation during sleep.

Reviewed by Cursor Bugbot for commit 13781cb. Bugbot is set up for automated code reviews on this repo. Configure here.

Stainless-Generated-From: fce86e75c1181e24c4e991e93be3817902ec3ab4
@stainless-app

stainless-app Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/e38c8878f9f80f5d28fce9f92df6f0a18a48e2bb/kernel-0.107.0-py3-none-any.whl'

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

@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next branch from 27a45d7 to 450f4a5 Compare September 17, 2026 18:50

@Sayan- Sayan- left a comment

Copy link
Copy Markdown
Collaborator

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 460ae50 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