Skip to content

release: 0.76.0 - #128

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

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

Conversation

@stainless-app

@stainless-appstainless-appBot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.76.0 (2026-07-09)

Full Changelog: v0.75.0...v0.76.0

Features

  • Layer telemetry request config onto the default set (c6d6b65)
  • Return credential value keys and support removing values on update (1c4af8e)

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
Credential update/delete-key behavior affects stored secrets metadata and merge order; telemetry doc changes may mislead callers if server behavior diverges, but most changes are generated types and docs.

Overview
Release 0.76.0 bumps the package from 0.75.0 and refreshes the OpenAPI-backed SDK from an updated spec.

Credentials:credentials.update (sync and async) accepts remove_value_keys so stored value fields can be dropped before values are merged. The Credential response adds value_keys (field names only, not secrets) on single-resource create/get/update responses. Types and generated tests were updated accordingly.

Browser telemetry: Typed params and model docstrings now describe layering request category settings onto the default set (control, connection, system, captcha) instead of treating every category as opt-in-only. Operational categories are documented as on by default (opt out with enabled=false); CDP categories and screenshot stay opt in. Create/update docs also clarify merge vs replace when enabled=true is set on update.

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

@stainless-app

stainless-appBot commented Jul 9, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/1c4af8ea100bd288182b38792ad87abab4136543/kernel-0.75.0-py3-none-any.whl'

Expires at: Sat, 08 Aug 2026 18:38:01 GMT
Updated at: Thu, 09 Jul 2026 18:38:01 GMT

@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from addab74 to 712856bCompareJuly 9, 2026 18:33

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

@stainless-app
stainless-appBot merged commit 9b3ba00 into mainJul 9, 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

@masnwilliams