Skip to content

release: 0.75.0#138

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

release: 0.75.0#138
stainless-app[bot] wants to merge 7 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

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

Copy link
Copy Markdown
Contributor

Automated Release PR

0.75.0 (2026-07-07)

Full Changelog: v0.74.0...v0.75.0

Features

  • Document env var redaction on deployment and app reads (aff324f)
  • Reject API key self-deletion (9cac0f1)
  • Revert "Store and return a sha256 checksum for uploaded extensions (#… (4b702a9)
  • Store and return a sha256 checksum for uploaded extensions (44b2c99)

Documentation

  • api: clarify reuse/discard_all_idle pool config staleness (83fd84c)

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
Patch release with comment/JSDoc and version bumps only; no runtime SDK logic changes in the diff, though callers may need to adjust expectations for redacted env_vars and API key self-delete if they assumed old behavior.

Overview
Release 0.75.0 bumps @onkernel/sdk from 0.74.0 and refreshes the pinned OpenAPI spec in .stats.yml (Stainless codegen).

Generated types and JSDoc now document API behavior that callers should rely on:

  • env_vars on app list responses and deployment read/list/stream types: values are redacted for API key, OAuth, and managed-auth callers (keys present, values empty); only dashboard sessions get real values. Streamed app_version_summary events note that env_vars is not populated there.
  • apiKeys.delete: documents that a key cannot delete itself; another key is required.
  • Browser pools: discard_all_idle, reuse on release, and related update params explain stale configuration when browsers stay in use across pool updates or are released with reuse: true, and how to force rebuild (reuse: false, flush, or a later discard_all_idle).

No new endpoints or request/response fields appear in this diff—changes are version metadata plus OpenAPI-driven documentation on existing surfaces.

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

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from ff8ec0c to e9077a3 Compare July 6, 2026 20:15
@stainless-app stainless-app Bot changed the title release: 0.74.1 release: 0.75.0 Jul 6, 2026
@stainless-app

stainless-app Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/kernel-typescript/4b702a92fd902bdf6b259e194a81e3ef0857149f/dist.tar.gz'

Expires at: Thu, 06 Aug 2026 22:20:52 GMT
Updated at: Tue, 07 Jul 2026 22:20:52 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from e9077a3 to 2c46b5e Compare July 6, 2026 20:15
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 2c46b5e to d8e7800 Compare July 7, 2026 18:02
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d8e7800 to 89cca4e Compare July 7, 2026 21:28
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 89cca4e to 0a5b200 Compare July 7, 2026 21:52
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 0a5b200 to 21d2b4c Compare July 7, 2026 22:20
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