Skip to content

Commit da1b727

Browse files
authored
Bump version to 1.3.0 (#1223)
1 parent 93f2765 commit da1b727

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Change Log
22

3-
## 1.2.0 (5/20/2026)
3+
## 1.3.0 (5/26/2026)
44
> [!IMPORTANT]
55
> All client modules are considered stable. Some modules, including
66
> server, CLI, and MCP, are still in developer-preview and may contain
77
> bugs. No guarantee is made about their API stability. Unstable
88
> modules are marked with a warning in their `README.md` and with the
99
> `@SmithyUnstableApi` annotation in their `package-info.java`.
1010
11+
### Features
12+
13+
- Improved Java HTTP client integration. ([#1206](https://github.com/smithy-lang/smithy-java/pull/1206))
14+
15+
### Bug Fixes
16+
17+
- Fixed NPE in JsonCodec.deserializeShape that suppresses deserialization errors. ([#1203](https://github.com/smithy-lang/smithy-java/pull/1203))
18+
- Moved version SPI into dedicated module to avoid classpath conflicts. ([#1213](https://github.com/smithy-lang/smithy-java/pull/1213))
19+
20+
## 1.2.0 (5/20/2026)
21+
1122
### Features
1223
- Added custom constraints validation support for shapes. ([#1171](https://github.com/smithy-lang/smithy-java/pull/1171))
1324
- Added `McpServerInterceptor` with scoped hooks for MCP servers. ([#1174](https://github.com/smithy-lang/smithy-java/pull/1174))

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)