Skip to content

build(deps): bump com.anthropic:anthropic-java from 2.14.0 to 2.59.0 - #2904

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.anthropic-anthropic-java-2.58.0
Open

build(deps): bump com.anthropic:anthropic-java from 2.14.0 to 2.59.0#2904
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.anthropic-anthropic-java-2.58.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps com.anthropic:anthropic-java from 2.14.0 to 2.59.0.

Release notes

Sourced from com.anthropic:anthropic-java's releases.

v2.59.0

2.59.0 (2026-08-27)

Full Changelog: v2.58.0...v2.59.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (e4e0e25)

Bug Fixes

  • aws,bedrock: don't consume the request body while SigV4 signing (#257) (95238b1)
  • client: page backward via before_id and stop on has_more=false (81f16e7)
  • webhooks: require headers to be passed to unwrap() (4b43e22)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (1d0e987)

v2.58.0

2.58.0 (2026-08-26)

Full Changelog: v2.57.0...v2.58.0

Features

  • api: add updates thinking display mode (beta) (792b318)
  • api: add missing anthropic-beta values (60cc62a)
  • api: add support for Organization API endpoints (3adde69)

Bug Fixes

  • bedrock: stop clobbering body anthropic_beta with header betas (#58) (e2609a9)
  • client: let explicit and ANTHROPIC_BASE_URL base URLs override profile base_url (#241) (7486e65)
  • client: resolve base URL in ClientOptions instead of the transport (#242) (a3e988a)
  • tools: keep the tool runner going on pause_turn (#196) (557c72d)

Chores

  • docs: clarify skill version latest support and memory version retention (cc7fc00)
  • internal: cancel superseded CI runs (ae7cc8f)
  • internal: minor workflow reformat (36b5b98)

Documentation

... (truncated)

Changelog

Sourced from com.anthropic:anthropic-java's changelog.

2.59.0 (2026-08-27)

Full Changelog: v2.58.0...v2.59.0

Features

  • api: beta files/skills namespaces use GA shapes; drop dated beta header pins (e4e0e25)

    The beta Files and Skills services (client.beta().files(), client.beta().skills()) no longer send the files-api-2025-04-14 / skills-2025-10-02 headers and return the same shapes as client.files() / client.skills() (with Beta-prefixed model class names). Requests that still send those headers on raw HTTP keep receiving the beta shapes.

    Changes in the beta services:

    • client.beta().skills().delete(...) now deletes a Skill together with all of its versions (previously refused while any version existed). It returns BetaDeletedSkill (was SkillDeleteResponse).
    • Beta Messages class com.anthropic.models.beta.messages.BetaSkill (container skill reference with skillId(), type(), version()) is renamed BetaContainerSkill. BetaSkill now names the Skill object com.anthropic.models.beta.skills.BetaSkill returned by create / retrieve / list (replacing SkillCreateResponse / SkillRetrieveResponse / SkillListResponse), and skill versions are BetaSkillVersion / BetaDeletedSkillVersion (replacing Version*Response).
    • client.beta().files().list() returns a FileListPage over a FileListPageResponse with data() and nextPage(), and FileListParams paginates with page() / ids() (was hasMore(), firstId(), lastId() on both the page and the response, with beforeId() / afterId()); autoPager() is unchanged, and SkillListPageResponse / VersionListPageResponse drop hasMore(). BetaSkill uses displayName() (was displayTitle(), also on SkillCreateParams) and latestVersionId() (was latestVersion()), and BetaSkillVersion is addressed by its skver_… id() (the Unix-timestamp version() field is gone).

    Migration guides: Migrate from files-api-2025-04-14 · Migrate from skills-2025-10-02

Bug Fixes

  • aws,bedrock: don't consume the request body while SigV4 signing (#257) (95238b1)
  • client: page backward via before_id and stop on has_more=false (81f16e7)
  • webhooks: require headers to be passed to unwrap() (4b43e22)

Documentation

  • api: clarify pagination on the organization rate-limit list endpoints (1d0e987)

2.58.0 (2026-08-26)

Full Changelog: v2.57.0...v2.58.0

Features

  • api: add updates thinking display mode (beta) (792b318)
  • api: add missing anthropic-beta values (60cc62a)
  • api: add support for Organization API endpoints (3adde69)

Bug Fixes

  • bedrock: stop clobbering body anthropic_beta with header betas (#58) (e2609a9)
  • client: let explicit and ANTHROPIC_BASE_URL base URLs override profile base_url (#241) (7486e65)
  • client: resolve base URL in ClientOptions instead of the transport (#242) (a3e988a)
  • tools: keep the tool runner going on pause_turn (#196) (557c72d)

Chores

... (truncated)

Commits
  • 8722270 release: 2.59.0
  • bc1e199 docs(api): clarify pagination on the organization rate-limit list endpoints
  • 4da20e1 fix(client): page backward via before_id and stop on has_more=false
  • b7046bc feat(api): beta files/skills namespaces use GA shapes; drop dated beta header...
  • 6531a27 fix(webhooks): require headers to be passed to unwrap()
  • 8786a45 fix(aws,bedrock): don't consume the request body while SigV4 signing (#257)
  • accd19e codegen metadata
  • 51bd492 release: 2.58.0
  • 82b2544 codegen metadata
  • 7bec4e1 feat(api): add support for Organization API endpoints
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 29, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot
dependabot Bot force-pushed the dependabot/maven/com.anthropic-anthropic-java-2.58.0 branch from 96d30d3 to f1ec404 Compare August 30, 2026 16:02
Bumps [com.anthropic:anthropic-java](https://github.com/anthropics/anthropic-sdk-java) from 2.14.0 to 2.59.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-java/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-java/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-java@v2.14.0...v2.59.0)

---
updated-dependencies:
- dependency-name: com.anthropic:anthropic-java
  dependency-version: 2.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump com.anthropic:anthropic-java from 2.14.0 to 2.58.0 build(deps): bump com.anthropic:anthropic-java from 2.14.0 to 2.59.0 Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/com.anthropic-anthropic-java-2.58.0 branch from f1ec404 to 17e72df Compare September 4, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant