-
Notifications
You must be signed in to change notification settings - Fork 2
release: 0.77.0 #133
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
Merged
Merged
release: 0.77.0 #133
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
edcc0e5
docs(openapi): describe unified concurrency limit, deprecate max_pool…
stainless-app[bot] c2b2b5e
feat: Add name-only rename for profiles and proxies
stainless-app[bot] fd4fcff
feat: Document name uniqueness and query match semantics
stainless-app[bot] 6ffae2f
feat: Add exact-match name filter to list endpoints
stainless-app[bot] b1baff2
feat: Make the browser pool OpenAPI contract truthful
stainless-app[bot] a09849a
feat: Persist and echo deployment source identity
stainless-app[bot] fe39910
codegen metadata
stainless-app[bot] b74cae1
feat: Auto-default refresh_on_profile_update when browser pool profil…
stainless-app[bot] de83d75
feat: Support multiple audit log method exclusions
stainless-app[bot] fbfb965
release: 0.77.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.76.0" | ||
| ".": "0.77.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: 125 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-ba32039d3975da7aa6d28e5184f0a44c9fbfe36ab7dbc71985d14e2ecc0867b9.yml | ||
| openapi_spec_hash: a9f32fc90c2add2ae85af828c298e35b | ||
| config_hash: 06186eb40e0058a2a87ac251fc07415d | ||
| configured_endpoints: 127 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-f0003e336fc8dc54d9cac4728c847fb80c32d50a9165738c5b70aa83a09bb0f5.yml | ||
| openapi_spec_hash: a2099eec27728b1cfd9032dc71b9bb57 | ||
| config_hash: 77ee715aa17061166f9a02b264a21b8d |
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.
Undocumented audit ExcludeMethod breaking change
Medium Severity
AuditLogListParamsandAuditLogExportChunkParamschangeExcludeMethodfromparam.Opt[string]to[]string, which breaks existing Go code that still passeskernel.String(...). The 0.77.0 changelog lists this only as a feature, with no breaking-change notice or migration hint.Additional Locations (2)
auditlog.go#L177-L178CHANGELOG.md#L14-L15Triggered by learned rule: Flag breaking API changes misclassified as patch fixes
Reviewed by Cursor Bugbot for commit fbfb965. Configure here.