|
1 | 1 | # 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 | + |
2 | 17 |
|
3 | 18 | ## 0.0.1 (02/06/2025) |
4 | 19 | > [!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. |
6 | 21 | > This release is not recommended for production use! |
7 | | -
|
8 | 22 | ### Features |
9 | 23 | - Implemented Client, Server and Type codegen plugins. |
10 | 24 | - Added Client event streaming support. |
11 | 25 | - Added Client Auth support - sigv4, bearer auth, http basic auth. |
12 | 26 | - Added JSON protocol support - restJson1, awsJson. |
13 | | -- Added RPCV2 CBOR protocol support |
| 27 | +- Added RPCV2 CBOR protocol support. |
14 | 28 | - 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. |
0 commit comments