Skip to content

release: 0.67.0 - #117

Merged
IlyaasK merged 4 commits into
mainfrom
release-please--branches--main--changes--next
Jun 12, 2026
Merged

release: 0.67.0#117
IlyaasK merged 4 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-appstainless-appBot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.67.0 (2026-06-11)

Full Changelog: v0.66.0...v0.67.0

Features

  • Add project_id SDK client option mapped to X-Kernel-Project-Id (1799732)

Documentation

  • api: correct project-scoping descriptions in OpenAPI spec (5929332)

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
The new default header changes how the API resolves project context for all calls when set; wrong project_id could scope lists and creates incorrectly, though behavior is opt-in and doc-only elsewhere.

Overview
Release 0.67.0 adds optional project_id on Kernel / AsyncKernel (and copy / with_options), sent as X-Kernel-Project-Id on every request when set; omitted when unset.

OpenAPI-driven docstrings and TypedDict help text now describe project resolution instead of org ownership (e.g. list proxies/credentials/extensions/pools in the “resolved project”; proxies must be in the same project as the referencing browser session or auth connection). Version metadata (pyproject.toml, _version.py, changelog, Stainless stats) is bumped accordingly.

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

@firetiger-agent

Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

PRs in the kernel, infra, hypeman, and hypeship repos. kernel is a ~mono repo with many logical services underneath, ensure to focus on the implicated service for the PR

Reason: This is an automated release PR for the kernel-python-sdk (a Python SDK client library), not a deployment of a kernel service; clarify if this SDK change requires deploy monitoring or opt in manually.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from afc1b00 to 787169bCompareJune 11, 2026 21:01
@stainless-appstainless-appBot changed the title release: 0.66.1release: 0.67.0Jun 11, 2026
@stainless-app

Copy link
Copy Markdown
ContributorAuthor

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/17997322232374c6c49d99333b564a0537f247c0/kernel-0.66.0-py3-none-any.whl'

Expires at: Sat, 11 Jul 2026 21:01:54 GMT
Updated at: Thu, 11 Jun 2026 21:01:54 GMT

@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 787169b to 516dcecCompareJune 11, 2026 21:01
@IlyaasK
IlyaasK self-requested a review June 12, 2026 14:38

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

lgtm

@IlyaasK
IlyaasK merged commit 90cb376 into mainJun 12, 2026
11 checks passed
@stainless-app

Copy link
Copy Markdown
ContributorAuthor

Sign up for freeto 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

@IlyaasK