Skip to content

release: 0.40.0#58

Merged
github-actions[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next
May 19, 2026
Merged

release: 0.40.0#58
github-actions[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.40.0 (2026-05-19)

Full Changelog: v0.39.0...v0.40.0

Features


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

@thurgood-bot

thurgood-bot Bot commented May 19, 2026

Copy link
Copy Markdown

Judicial Review

PR introduces skills namespace APIs and removes the Worker surface from the public client; overall change is cohesive but includes a breaking API removal and a new potential sensitive-data exposure path via parameter stringification.

Findings: 0 critical, 2 warnings, 0 info

API Contracts

⚠️ WARNING in src/Casedev/ICasedevClient.cs:57

Public Worker service is removed from the client interface, which is a breaking API change for existing consumers in a minor release.

Recommendation: Either retain a deprecated Worker surface (shim to new endpoints if applicable) or bump the major version and document the breaking change explicitly.

Security

⚠️ WARNING in src/Casedev/Models/Agent/Skills/Namespaces/NamespacePublishParams.cs:106

ToString() serializes RawBodyData, which includes skill file contents; if this string is logged or surfaced in errors, it can leak sensitive code or client data.

Recommendation: Redact or omit files[].content (and potentially files) in ToString/FriendlyJsonPrinter, or provide a safe debug representation that does not include file payloads.


Legal-Grade review by Thurgood | Re-review with /review

@thurgood-bot

thurgood-bot Bot commented May 19, 2026

Copy link
Copy Markdown

DB Cooper Database Review

No database schema, migrations, or query changes appear in this release PR; changes are client SDK models/tests and service wiring, so DB risk is minimal.

No database risks found. Migrations and DB-impacting changes look safe.


DB review by DB Cooper | Re-run with /dbreview

@thurgood-bot

thurgood-bot Bot commented May 19, 2026

Copy link
Copy Markdown

Oppenheimer Cleanup Review

Repo-wide scans for worker APIs and auto-shutdown references returned zero matches beyond unrelated V1 services, so no additional safe deletions or collapses were proven from this diff. The changes look like a straightforward API surface update and removal of worker endpoints with no remaining references found.

No cleanup opportunities found. This code is already lean.


Cleanup review by Oppenheimer | Re-run with /cleanup

@github-actions github-actions Bot enabled auto-merge May 19, 2026 21:42
@github-actions github-actions Bot merged commit 0a5130e into main May 19, 2026
7 checks passed
@stainless-app

stainless-app Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor Author

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