Skip to content

Commit 9d018b0

Browse files
authored
Bump version to 0.0.2 (#616)
1 parent befc728 commit 9d018b0

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
# Change Log
2+
## 0.0.2 (04/07/2025)
3+
> [!WARNING]
4+
> This is a developer-preview release and may contain bugs. **No** guarantee is made about API stability.
5+
> This release is not recommended for production use!
6+
### Features
7+
- Added generation of root-level service-specific exceptions for clients and servers.
8+
- Added usage examples.
9+
- Added custom exceptions for ClientTransport.
10+
- Added lambda endpoint functionality with updated naming.
11+
- Consolidated Schemas into a single class.
12+
- Updated namespace and module naming.
13+
- Improved document serialization of wrapped structures.
14+
- Added support for service-schema access from client-side.
15+
- Added support for generating MCP and MCP-proxy servers
16+
217

318
## 0.0.1 (02/06/2025)
419
> [!WARNING]
5-
> This is a developer-preview release and may contain bugs. **No** guarantee is made about API stability.
20+
> This is a developer-preview release and may contain bugs. **No** guarantee is made about API stability.
621
> This release is not recommended for production use!
7-
822
### Features
923
- Implemented Client, Server and Type codegen plugins.
1024
- Added Client event streaming support.
1125
- Added Client Auth support - sigv4, bearer auth, http basic auth.
1226
- Added JSON protocol support - restJson1, awsJson.
13-
- Added RPCV2 CBOR protocol support
27+
- Added RPCV2 CBOR protocol support.
1428
- Implemented Dynamic client that can load a Smithy model to call a service.
15-
- Added Smithy Lambda Endpoint wrapper to run generated server stubs in AWS Lambda
29+
- Added Smithy Lambda Endpoint wrapper to run generated server stubs in AWS Lambda.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.0.1
1+
0.0.2
22

0 commit comments

Comments
 (0)