release: 0.5.0#17
Merged
stainless-app[bot] merged 14 commits intomainfrom May 6, 2026
Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 05 Jun 2026 05:05:25 GMT |
fcca578 to
87e9582
Compare
87e9582 to
ee643d6
Compare
ee643d6 to
981c0d0
Compare
981c0d0 to
12a4875
Compare
12a4875 to
0e11a8c
Compare
0e11a8c to
0aa8301
Compare
0aa8301 to
5fa5f5d
Compare
5fa5f5d to
7afa7a3
Compare
The findall.cancel endpoint was changed to return 204 No Content, so Stainless dropped FindAllCancelResponse from the generated SDK. The back-compat alias FindallCancelResponse = FindAllCancelResponse can no longer resolve, breaking tsc. Drop the dangling alias and its re-exports.
7afa7a3 to
8b57245
Compare
8b57245 to
44660e3
Compare
… types Stainless's regen moved several previously-nested namespace member types (RunInput.AdvancedSettings, TaskRunEventsResponse.TaskRunProgress*, the FindAll*.MatchCondition / .Status / .Candidate / .Data variants, TaskGroupEventsResponse.TaskGroupStatusEvent, BetaExtractParams.FullContentSettings, AdvancedExtractSettings.FullContentSettings) to top-level model types. The nested member types disappear from the generated SDK; user code that referenced them via 'Parent.Member' would get TS errors after upgrade. Add namespace declarations that re-introduce the old member paths via TS declaration merging, pointing at the new top-level types. Each is JSDoc @deprecated so users get migration hints.
44660e3 to
4cdf6b1
Compare
The previous `declare module './findall'` doesn't actually augment the same-file namespaces — it's for ambient module declarations. Use plain `export namespace` blocks, which merge with the existing namespaces via TS declaration merging.
4cdf6b1 to
f629981
Compare
NormallyGaussian
approved these changes
May 6, 2026
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.5.0 (2026-05-06)
Full Changelog: v0.4.1...v0.5.0
Features
Bug Fixes
Chores
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