You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## 2.8.0 (2025-09-29)
4
+
5
+
Full Changelog: [v2.7.0...v2.8.0](https://github.com/anthropics/anthropic-sdk-java/compare/v2.7.0...v2.8.0)
6
+
7
+
### Features
8
+
9
+
***api:** adds support for Claude Sonnet 4.5 and context management features ([c286ab8](https://github.com/anthropics/anthropic-sdk-java/commit/c286ab85ad924205987641240792f1734a0686b8))
***client:** deserialization of empty objects ([af93581](https://github.com/anthropics/anthropic-sdk-java/commit/af93581b6a56804cbccff3318706716c0b926ddb))
16
+
***client:** ensure single timer is created per client ([ca9ce4f](https://github.com/anthropics/anthropic-sdk-java/commit/ca9ce4f05f004acf4118e1621cd8897c2a4be8a0))
The Anthropic Java SDK provides convenient access to the [Anthropic REST API](https://docs.anthropic.com/claude/reference/) from applications written in Java.
11
11
12
12
<!-- x-release-please-start-version -->
13
13
14
-
The REST API documentation can be found on [docs.anthropic.com](https://docs.anthropic.com/claude/reference/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.anthropic/anthropic-java/2.7.0).
14
+
The REST API documentation can be found on [docs.anthropic.com](https://docs.anthropic.com/claude/reference/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.anthropic/anthropic-java/2.8.0).
15
15
16
16
<!-- x-release-please-end -->
17
17
@@ -22,7 +22,7 @@ The REST API documentation can be found on [docs.anthropic.com](https://docs.ant
0 commit comments