release: 2.3.0-alpha.1#234
Merged
stainless-app[bot] merged 8 commits intoJun 2, 2026
Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 02 Jul 2026 17:01:21 GMT |
903f16e to
c830c7e
Compare
c830c7e to
8ac86cf
Compare
8ac86cf to
a835058
Compare
This fixes a minor security issue where the client wouldn't check the origin of the async response `Location` header before starting to poll it, allowing a man-in-the-middle to send poll requests (including API credentials) to arbitrary locations. This is a minor security issue, as such a man-in-the-middle would likely already know the API credentials from observing the initial authenticated request. The fix is to compare the poll origin with the one from the original request, and reject if they differ.
a835058 to
5ee93ea
Compare
5ee93ea to
0738133
Compare
Stainless leaves rerank_by typed as 'object'. Wire it to the already-generated RerankBy type so callers get a proper signature.
0738133 to
75732dc
Compare
Contributor
Author
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
75732dc to
bf7ee86
Compare
teskje
approved these changes
Jun 2, 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
2.3.0-alpha.1 (2026-06-02)
Full Changelog: v2.2.0...v2.3.0-alpha.1
Features
rerank_by: ["RRF"](80ab218)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