Skip to content

release: 0.82.0 - #135

Merged
stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next
Jul 23, 2026
Merged

release: 0.82.0#135
stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-appstainless-appBot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.82.0 (2026-07-23)

Full Changelog: v0.81.0...v0.82.0

Features

  • Count project names by Unicode code point (cecdf6d)
  • Stream profile downloads as tar archives (3a2eb97)
  • Use format-neutral profile download Accept header (95d1334)

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
OpenAPI-generated SDK release with backward-compatible optional parameters and doc-only project name changes; no auth or breaking API surface changes.

Overview
Release 0.82.0 bumps the package and OpenAPI spec metadata; functional changes are limited to generated client updates.

Profile downloads now accept an optional format query parameter (tar.zst or tar) on sync/async profiles.download, with new ProfileDownloadParams and docs that describe default zstd-compressed tar archives, optional decompressed tar, and legacy JSON profiles. Requests still use Accept: application/octet-stream.

Project APIs only change documentation: project name limits are described as 1–255 Unicode code points (not “characters”) on create/update types and resource docstrings.

Tests add coverage for download(..., format="tar.zst").

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

@stainless-app

stainless-appBot commented Jul 22, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/95d1334660d2ebaed70d2170233e4bdf3b074958/kernel-0.81.0-py3-none-any.whl'

Expires at: Sat, 22 Aug 2026 20:17:35 GMT
Updated at: Thu, 23 Jul 2026 20:17:35 GMT

@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from b764519 to 44583f6CompareJuly 23, 2026 19:40
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 44583f6 to 1e3b0c1CompareJuly 23, 2026 20:17

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

generated profile download format support and format-neutral Accept header look correct.

@stainless-app
stainless-appBot merged commit 24435d7 into mainJul 23, 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

@rgarcia