feat(sdk)!: bump anthropic-java to 2.60.0 - #4
Merged
Conversation
Track the 2.60.0 SDK release and close the parity gap it opened. - organization compliance settings (retrieve/update) in anthropic.organization - user profiles: :external-user-onboarded-at, list :order-by - beta message params: :clear-at, :output-config - thinking :block-binding with :prefix-mismatch-behavior - :input-transformations on messages, deltas, and structured messages - :claude-fable-5-1 / :claude-mythos-5-1 model aliases BREAKING CHANGE: the user-profile :relationship option and response field are removed; the API replaced it with :access-type, which is already wrapped. BREAKING CHANGE: :allowed-callers is removed from the browser and computer toolsets, which no longer accept it upstream. Tool-search toolsets still support it.
jsavyasachi
force-pushed
the
feat/sdk-bump-2.60.0
branch
from
September 1, 2026 21:58
a7189e8 to
1045681
Compare
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.
Tracks anthropic-java 2.60.0, released today. Verified all four artifacts resolve on Maven Central before bumping.
Breaking
:relationshipremoved.BetaUserProfile$Relationshipand the create/update param twins are gone from the SDK; the API replaced them withaccess_type, which was already wrapped. Use:access-type.:allowed-callersremoved from browser and computer toolsets.AllowedCalleris gone fromBrowserToolset20260801/ComputerToolset20260801and their beta twins. It still exists on the tool-search Bm25/Regex toolsets, which keep the option.Added
get-compliance-settings/update-compliance-settings) inanthropic.organization:external-user-onboarded-at, list:order-by(:created-at/:name):clear-at(:never/:next-user-message) and:output-config{:effort ...}, settable through an explicitBetaMessageParambuilder path:block-binding {:prefix-mismatch-behavior :error|:drop-block}on enabled/adaptive configs and fallback thinking:input-transformationson messages, message deltas, and structured messages:claude-fable-5-1and:claude-mythos-5-1model aliasesNot changed, deliberately
The release notes mention rate-limit list pagination and a new dreams error union. Both are no-ops at the Java surface:
RateLimitListPagealready existed in 2.59.0, andBetaDream.error()still returns the unchangedBetaDreamError, so the newBetaDreamingErrorunion is unreachable from any wrapped response.Verification
clojure -M:testandclojure -M:1.11:test: 242 tests, 1340 assertions, 0 failuresjavapsignature diff ofanthropic-java-core2.59.0 vs 2.60.0, not from the release-notes prose🤖 Generated with Claude Code
https://claude.ai/code/session_01C4Q4S6iFaniKVCASYthoSM