release: 0.51.0#62
Merged
stainless-app[bot] merged 32 commits intoJun 26, 2026
Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 26 Jul 2026 20:01:36 GMT |
7ebf40e to
80c1754
Compare
80c1754 to
90cffac
Compare
90cffac to
6355a81
Compare
6355a81 to
e959a34
Compare
e959a34 to
fb86a12
Compare
fb86a12 to
05c8b75
Compare
05c8b75 to
9fbd425
Compare
9fbd425 to
be9b0e6
Compare
be9b0e6 to
3ea6e0f
Compare
3ea6e0f to
d834376
Compare
d834376 to
00dbb9d
Compare
00dbb9d to
90ac69c
Compare
4401cc3 to
ba8d138
Compare
ba8d138 to
848e462
Compare
848e462 to
0da472d
Compare
0da472d to
e04fed1
Compare
e04fed1 to
79cf2a1
Compare
79cf2a1 to
5123e03
Compare
5123e03 to
102d61d
Compare
102d61d to
4aeb2e3
Compare
4aeb2e3 to
a695084
Compare
a695084 to
025b0e9
Compare
025b0e9 to
737774c
Compare
737774c to
aac4f85
Compare
joeyadelman
approved these changes
Jun 26, 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.51.0 (2026-06-26)
Full Changelog: v0.50.0...v0.51.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
Note
Release version 0.51.0 of the Profound SDK with new report and prompt v2 endpoints
answers_v2andstream_answers_v2methods toPromptsResourceandAsyncPromptsResource, posting to/v2/prompts/answersand/v2/prompts/answers/streamrespectively.query_citations,query_fanouts_v2,query_sentiment, andquery_visibilitymethods toReportsResource, each posting to new/v2/reports/*endpoints with structured filter/sort/pagination parameters.stream_citations_v2,stream_query_fanouts,stream_sentiment_v2, andstream_visibility_v2to the reports resource; all returnNonewithAccept: */*.query_sentiment_v2to usedimensions,filters,order_by, andpaginationin place of flat filter fields;stream_visibility_v2switches from the v1 to v2 endpoint and schema.cluster_reasoning,domain_category,evidence,child_count_matching, etc.) and makesdescriptionoptional in two accuracy response models.stream_visibility_v2now targets/v2/reports/visibility/streamwith a v2 request shape and returnsNoneinstead of a typed stream object, breaking callers using the v1 schema.Macroscope summarized aac4f85.