|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to the MCP Java SDK are documented in the |
| 4 | +[GitHub Releases](https://github.com/modelcontextprotocol/java-sdk/releases), |
| 5 | +which serve as the canonical, detailed changelog for every version. This file |
| 6 | +summarizes the release history and the currently maintained release lines. |
| 7 | + |
| 8 | +Versioning follows [Semantic Versioning](https://semver.org/); see |
| 9 | +[VERSIONING.md](VERSIONING.md) for the breaking-change policy and |
| 10 | +[SECURITY.md](SECURITY.md) for the supported-versions security policy. |
| 11 | + |
| 12 | +## Release lines |
| 13 | + |
| 14 | +| Line | Latest | Spec revision | Status | |
| 15 | +|--------|--------|---------------|--------| |
| 16 | +| 2.0.x | [2.0.1](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.1) (2026-08-19) | 2025-11-25 | Active development | |
| 17 | +| 1.1.x | [1.1.4](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.1.4) (2026-08-19) | 2025-06-18 | Security patches only | |
| 18 | +| 0.18.x | [0.18.4](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.18.4) (2026-08-19) | 2025-06-18 | Security patches only | |
| 19 | + |
| 20 | +## 2.0.1 — 2026-08-19 |
| 21 | + |
| 22 | +- Bound STDIO and HTTP client/server reads to a configurable maximum size |
| 23 | + |
| 24 | +Full notes: [v2.0.1 release](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.1) |
| 25 | + |
| 26 | +## 2.0.0 — 2026-06-11 |
| 27 | + |
| 28 | +First major release since 1.x, tracking the **2025-11-25** MCP specification. |
| 29 | +Upgrading from 1.x? See the [v2 migration guide](MIGRATION-2.0.md). |
| 30 | + |
| 31 | +- New JSON compatibility foundation for forward/backward wire compatibility, |
| 32 | + with pluggable Jackson 2 / Jackson 3 serialization modules |
| 33 | +- Spec-accurate schema: enforced required fields, lenient wire deserialization |
| 34 | +- End-to-end validation of tool inputs and embedded JSON Schema documents |
| 35 | + (JSON Schema 2020-12, SEP-1613) |
| 36 | +- Richer elicitation: client-side schema defaults (SEP-1034), URL elicitation |
| 37 | + (SEP-1036), form-based elicitation schemas |
| 38 | +- Icons and metadata support (SEP-973) |
| 39 | +- Streamable HTTP first: SSE transports deprecated in favor of Streamable HTTP |
| 40 | +- Module restructuring: `mcp-core`, `mcp-json-jackson2`, `mcp-json-jackson3`, |
| 41 | + `mcp-bom` |
| 42 | + |
| 43 | +Full notes: [v2.0.0 release](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.0) |
| 44 | +(preceded by milestones [M1](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.0-M1), |
| 45 | +[M2](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.0-M2), |
| 46 | +[M3](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.0-M3), |
| 47 | +[RC1](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v2.0.0-RC1)). |
| 48 | + |
| 49 | +## 1.x |
| 50 | + |
| 51 | +- [1.1.4](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.1.4) — 2026-08-19: |
| 52 | + bound HTTP client/server reads (backport) |
| 53 | +- [1.1.3](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.1.3) / |
| 54 | + [1.0.2](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.0.2) — 2026-05-21: |
| 55 | + SSE client transport message-endpoint validation (backports) |
| 56 | +- [1.1.2](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.1.2) — 2026-04-25 |
| 57 | +- [1.1.1](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.1.1) / |
| 58 | + [1.0.1](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.0.1) — 2026-03-27 |
| 59 | +- [1.1.0](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.1.0) — 2026-03-13 |
| 60 | +- [1.0.0](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v1.0.0) — 2026-02-23: |
| 61 | + first stable release; see the [1.0 migration guide](MIGRATION-1.0.md) |
| 62 | + |
| 63 | +## 0.x |
| 64 | + |
| 65 | +- [0.18.4](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.18.4) — 2026-08-19: |
| 66 | + bound HTTP client/server reads (backport) |
| 67 | +- [0.18.3](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.18.3) — 2026-06-09: |
| 68 | + security fix for GHSA-hv2w-8mjj-jw22 |
| 69 | +- [0.18.0](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.18.0) – |
| 70 | + [0.18.2](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.18.2) — 2026-02 to 2026-05 |
| 71 | +- [0.8.0](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.8.0) – |
| 72 | + [0.17.2](https://github.com/modelcontextprotocol/java-sdk/releases/tag/v0.17.2) — 2025-03 to 2026-01: |
| 73 | + see the [full release list](https://github.com/modelcontextprotocol/java-sdk/releases) |
0 commit comments