-
Notifications
You must be signed in to change notification settings - Fork 0
release: 0.37.0 #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stainless-app
wants to merge
31
commits into
main
Choose a base branch
from
release-please--branches--main--changes--next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: 0.37.0 #110
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
746fed3
codegen metadata
stainless-app[bot] b2b3ca2
fix: sanitize endpoint path params
stainless-app[bot] 441e854
refactor(tests): switch from prism to steady
stainless-app[bot] a855b0a
chore(tests): bump steady to v0.19.4
stainless-app[bot] 7ea97c0
chore(tests): bump steady to v0.19.5
stainless-app[bot] 6180902
feat(api): api update
stainless-app[bot] d3e77c3
feat(api): api update
stainless-app[bot] 8f27c46
chore(internal): update gitignore
stainless-app[bot] 1ecd0bf
chore(tests): bump steady to v0.19.6
stainless-app[bot] a967ee5
codegen metadata
stainless-app[bot] b5a6b2d
chore(ci): skip lint on metadata-only changes
stainless-app[bot] 466a814
chore(tests): bump steady to v0.19.7
stainless-app[bot] a0f4720
feat(api): api update
stainless-app[bot] 0e1fd91
feat(internal): implement indices array format for query and form ser…
stainless-app[bot] 13e0682
feat(api): api update
stainless-app[bot] b74eaf3
codegen metadata
stainless-app[bot] c084e1e
codegen metadata
stainless-app[bot] 74c3b3b
chore(tests): bump steady to v0.20.1
stainless-app[bot] 3eb71a2
chore(tests): bump steady to v0.20.2
stainless-app[bot] a88e254
codegen metadata
stainless-app[bot] 5af21db
codegen metadata
stainless-app[bot] 835372c
codegen metadata
stainless-app[bot] 3ae45c2
codegen metadata
stainless-app[bot] 4865c08
feat(api): api update
stainless-app[bot] 7db075c
feat(api): api update
stainless-app[bot] c314c08
fix(client): preserve hardcoded query params when merging with user p…
stainless-app[bot] ca5e18c
codegen metadata
stainless-app[bot] 1cb893b
codegen metadata
stainless-app[bot] 48cbd64
fix: ensure file data are only sent as 1 parameter
stainless-app[bot] 2859f14
docs: update examples
stainless-app[bot] 9af1f9d
release: 0.37.0
stainless-app[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| .prism.log | ||
| .stdy.log | ||
| _dev | ||
|
|
||
| __pycache__ | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.36.0" | ||
| ".": "0.37.0" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| configured_endpoints: 30 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-b1f2b7cb843e6f4e6123e838ce29cbbaea0a48b1a72057632de1d0d21727c5d8.yml | ||
| openapi_spec_hash: 21a354f587a2fe19797860c7b6da81a9 | ||
| config_hash: 0ed970a9634b33d0af471738b478740d | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-460d7c66cd5e8cf979cd761066c51d8f813a119a20e2149fcfcf847eb650d545.yml | ||
| openapi_spec_hash: 8ee512464a88de45c86faf4f46f4905c | ||
| config_hash: bd8505e17db740d82e578d0edaa9bfe0 |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctness: The merge
{**dict(prepared_url.params.items()), **params}puts caller-suppliedparamslast, so they silently override URL-embedded hard-coded query params — the opposite of what the comment "preserve hard-coded query params from the url" states; a URL with a fixedversion=v2will be dropped whenever the caller also happens to pass aversionkey.🤖 AI Agent Prompt for Cursor/Windsurf