Skip to content

Commit cf68a6a

Browse files
authored
Bump version to 1.1.0 (#1146)
1 parent 6b7b1a8 commit cf68a6a

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
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.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)