Skip to content

release: 0.96.0 - #162

Merged
stainless-app[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next
Aug 27, 2026
Merged

release: 0.96.0#162
stainless-app[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.96.0 (2026-08-27)

Features

  • Rename the site configs API to config registry (114c986)

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
This is a breaking rename of a public SDK resource (client attribute, types, and method layout), so existing site_configs call sites must be migrated even though behavior largely maps to the new config registry API.

Overview
v0.96.0 replaces the site configs client surface with config registry, aligned with new /config-registry HTTP routes.

Integrators should use client.config_registry instead of client.site_configs. Lookup and resolve still exist but hit /config-registry/lookup and /config-registry/resolve, and resolve now returns ConfigRegistryResponse (replacing SiteConfigResponse). Domain recommendations are listed via config_registry.list() on GET /config-registry (replacing list_recommendations()). Historical analyses move to client.config_registry.analyses (retrieve / list on /config-registry/analyses/{id} and /config-registry/analyses).

List calls gain optional search; recommendation list sorting can use analysis_status. RecommendationSummary adds analysis_id and analysis_status. Related param and proxy helper types are renamed from SiteConfig* to ConfigRegistry*. Version metadata and generated tests/docs are updated accordingly; old site_configs tests are removed.

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

Stainless-Generated-From: c9565b92fe48bc6ffd31ca18b75bc0535fc26324
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next branch from 8f1a20e to 826f5e4 Compare August 27, 2026 00:00
@stainless-app

stainless-app Bot commented Aug 27, 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/114c986f0d771049ec09741c65e0be317c98f718/kernel-0.95.0-py3-none-any.whl'

Expires at: Sat, 26 Sep 2026 00:01:02 GMT
Updated at: Thu, 27 Aug 2026 00:01:02 GMT

@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.

Verified the generated surface matches the config registry rename in kernel/kernel#3594: endpoints under /config-registry with analyses as a subresource, the previous site-configs surface removed, and the release scoped to that single change. Checks green.

@stainless-app
stainless-app Bot merged commit 1c6986d into main Aug 27, 2026
11 checks passed
@stainless-app

stainless-app Bot commented Aug 27, 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