Releases: anthropics/anthropic-sdk-java
Releases · anthropics/anthropic-sdk-java
v2.11.1
2.11.1 (2025-11-19)
Full Changelog: v2.11.0...v2.11.1
Bug Fixes
- structured outputs: use correct beta header (ec6d404)
v2.11.0
2.11.0 (2025-11-14)
Full Changelog: v2.10.1...v2.11.0
Features
- api: add support for structured outputs beta (4459de9)
v2.10.1
2.10.1 (2025-11-13)
Full Changelog: v2.10.0...v2.10.1
Bug Fixes
- client: multi-value header serialization (e5726af)
v2.10.0
2.10.0 (2025-10-29)
Full Changelog: v2.9.0...v2.10.0
Features
- api: add ability to clear thinking in context management (bfe013e)
- api: adding support for agent skills (2d74866)
Bug Fixes
- tests: provide skills in accumulation tests (dd2d919)
Chores
- api: mark older sonnet models as deprecated (9327c98)
v2.9.0
v2.8.1
v2.8.0
2.8.0 (2025-09-29)
Full Changelog: v2.7.0...v2.8.0
Features
- api: adds support for Claude Sonnet 4.5 and context management features (c286ab8)
- client: expose sleeper option (ca9ce4f)
Bug Fixes
- client: deserialization of empty objects (af93581)
- client: ensure single timer is created per client (ca9ce4f)
- client: incorrect
getPackageVersionimpl (a8b170b)
Chores
v2.7.0
2.7.0 (2025-09-10)
Full Changelog: v2.6.0...v2.7.0
Features
- api: adds support for Documents in tool results (a299cfd)
- api: adds support for web_fetch_20250910 tool (dec0520)
- client: support for Bedrock authorization using API keys (#279) (787d77b)
Bug Fixes
v2.6.0
2.6.0 (2025-09-02)
Full Changelog: v2.5.1...v2.6.0
Features
- client: adds support for code-execution-2025-08-26 tool (da4c57b)
Bug Fixes
- client: ensure correct binary content type (197fdd5)
- fix casing issue (c2c5009)
- update singularization rules (afec494)
Performance Improvements
- internal: make formatting faster (7c36322)
Chores
- api: remove unsupported endpoints (d9b7be3)
- ci: add build job (061df8e)
- ci: reduce log noise (b91d777)
- client: refactor closing / shutdown (f0c796d)
- client: rename parameter (197fdd5)
- internal: dynamically determine included projects (93db169)
- internal: run formatter (06cd69f)
- internal: support passing arguments to test script (8528c63)
- internal: support running formatters directly (e0de72e)
- remove memory upper bound from publishing step (cb2ac3b)
- tests: setup cache creation in MessageAccumulator test (d5de443)