Skip to content

Commit 8284d5f

Browse files
authored
Revert 1.3.0 bump (#1220)
* Revert "Bump VERSION string to 1.3.0" This reverts commit f4e5ef5. * Revert "Fix date in 1.3.0 release notes" This reverts commit b9c15ee. * Revert "Bump version to 1.3.0" This reverts commit 321af15.
1 parent 3987628 commit 8284d5f

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

CHANGELOG.md

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

3-
## 1.3.0 (5/26/2026)
3+
## 1.2.0 (5/20/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-
2211
### Features
2312
- Added custom constraints validation support for shapes. ([#1171](https://github.com/smithy-lang/smithy-java/pull/1171))
2413
- 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.3.0
1+
1.2.0

0 commit comments

Comments
 (0)