Skip to content

release: 0.82.0#135

Open
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next
Open

release: 0.82.0#135
stainless-app[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.82.0 (2026-07-22)

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

Features

  • Count project names by Unicode code point (cecdf6d)

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
Doc-only SDK surface plus version/release metadata; behavioral impact depends on the API server enforcing code-point limits, not on client logic changes.

Overview
Release 0.82.0 bumps the package to 0.82.0 (pyproject.toml, _version.py, release manifest, changelog) and points .stats.yml at a new OpenAPI spec snapshot.

The user-facing API contract change in this SDK is documentation for project name on create/update: limits are described as 1–255 Unicode code points instead of characters, in projects resource docstrings and ProjectCreateParams / ProjectUpdateParams TypedDicts. That reflects backend validation counting grapheme/code-point length (not UTF-16 code units or bytes).

Project API tests only adjust an example update name from "name" to "x"; no new runtime validation is added in the Python client.

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

@stainless-app

stainless-app Bot commented Jul 22, 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/cecdf6d4a4ef7919b6eef5d03f76542b6ade0906/kernel-0.81.0-py3-none-any.whl'

Expires at: Fri, 21 Aug 2026 22:05:37 GMT
Updated at: Wed, 22 Jul 2026 22:05:37 GMT

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.

0 participants