File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
2+
3+ ## 1.1.0 (4/8/2026)
4+ > [ !IMPORTANT]
5+ > All client modules are considered stable. Some modules, including
6+ > server, CLI, and MCP, are still in developer-preview and may contain
7+ > bugs. No guarantee is made about their API stability. Unstable
8+ > modules are marked with a warning in their ` README.md ` and with the
9+ > ` @SmithyUnstableApi ` annotation in their ` package-info.java ` .
10+
11+ ### Features
12+ - Made input/output structs implement ` Closeable ` when they have streaming members. ([ #1138 ] ( https://github.com/smithy-lang/smithy-java/pull/1138 ) )
13+ - Added new opcodes to endpoints VM ([ #1141 ] ( https://github.com/smithy-lang/smithy-java/pull/1141 ) )
14+
15+ ### Bug Fixes
16+ - Fixed content-type serialization for lists. ([ #1144 ] ( https://github.com/smithy-lang/smithy-java/pull/1144 ) )
17+ - Fixed placeholder character escaping in trait values. ([ #1139 ] ( https://github.com/smithy-lang/smithy-java/pull/1139 ) )
18+ - Fixed hashcode variable name clash. ([ #1133 ] ( https://github.com/smithy-lang/smithy-java/pull/1133 ) )
19+
20+ ### Improvements
21+ - Optimized ARN handling with a lazy map. ([ #1132 ] ( https://github.com/smithy-lang/smithy-java/pull/1132 ) )
22+ - Optimized endpoint resolution with benchmarks. ([ #1135 ] ( https://github.com/smithy-lang/smithy-java/pull/1135 ) )
23+ - Optimized equals for faster short-circuiting. ([ #1136 ] ( https://github.com/smithy-lang/smithy-java/pull/1136 ) )
24+ - Optimized the handling of URLs for the rules engine ([ #1143 ] ( https://github.com/smithy-lang/smithy-java/pull/1143 ) )
25+
26+ ### Other
27+ - Consumed AWS API models from Maven instead of checking out from git. ([ #1140 ] ( https://github.com/smithy-lang/smithy-java/pull/1140 ) )
28+ - Published a BOM (Bill of Materials) for dependency management. ([ #1137 ] ( https://github.com/smithy-lang/smithy-java/pull/1137 ) )
29+
230## 1.0.0 (04/2/2026)
331> [ !IMPORTANT]
432> This is the first GA release of Smithy Java. All client modules are now considered stable.
Original file line number Diff line number Diff line change 1- 1.0 .0
1+ 1.1 .0
You can’t perform that action at this time.
0 commit comments