-
Notifications
You must be signed in to change notification settings - Fork 23
release: 2.1.0 #258
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
michael-cohen-io
merged 19 commits into
main
from
release-please--branches--main--changes--next
Jun 11, 2025
+1,307
−231
Merged
release: 2.1.0 #258
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a5287dc
chore(internal): fix release workflows
stainless-app[bot] b9b63ca
fix(client): remove `@MustBeClosed` for future returning methods
stainless-app[bot] 3d2f428
fix(client): handle server tool use delta and extract to better type
dtmeadows 6a52203
codegen metadata
stainless-app[bot] f85d1a2
feat(client): add support for new text_editor_20250429 tool
stainless-app[bot] 151e181
feat(client): more `toParam()` methods
stainless-app[bot] 2632693
fix(client): `toParam` methods
stainless-app[bot] 7d1a430
Update anthropic-java-core/src/main/kotlin/com/anthropic/helpers/Mess…
dtmeadows a0349a0
Update anthropic-java-core/src/main/kotlin/com/anthropic/helpers/Beta…
dtmeadows 69c5260
Merge remote-tracking branch 'origin/next' into dmeadows/fix-server-t…
dtmeadows 3d39549
clean up
dtmeadows 0fe8946
Merge pull request #516 from stainless-sdks/dmeadows/fix-server-tool-…
dtmeadows e83424b
fix(client): deprecate BetaBase64PDFBlock in favor of BetaRequestDocu…
stainless-app[bot] 37aa2a1
feat(client): add support for fine-grained-tool-streaming-2025-05-14
stainless-app[bot] 7d1758a
chore(docs): adjust MCP example to show use of beta header
dtmeadows 2b39131
chore(tests): add test for fine-grained-tool-streaming-2025-05-14 logic
dtmeadows 823032b
feat(api): api update
stainless-app[bot] 6156bcb
feat(api): manual updates
stainless-app[bot] 8d119e7
release: 2.1.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 @@ | ||
{ | ||
".": "2.0.0" | ||
".": "2.1.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: 26 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-1fdf23e8226430012c21819427e8d1ed16c08c0fb2d4abf69b8e318a42e99552.yml | ||
openapi_spec_hash: 836bbb4ab7c33c37456d1842876d7aba | ||
config_hash: 7b17fe2f10f5942177ff51b0a13506fa | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-a7b84017aa1126ad99443296dcd81ab2b53f1c346014b92096226cf993f30502.yml | ||
openapi_spec_hash: 58d4e72c7906bd8a680ab17b99de6215 | ||
config_hash: 0d82158a1e3c18a76a63f7424d293ec6 |
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.
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.
do we check for the beta header here?
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.
and do we have tests for this?
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.
Just added testing this for!