We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d7995 commit 8e2dfb2Copy full SHA for 8e2dfb2
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# Change Log
2
+
3
+## 0.0.1 (02/06/2025)
4
+> [!WARNING]
5
+> This is a developer-preview release and may contain bugs. **No** guarantee is made about API stability.
6
+> This release is not recommended for production use!
7
8
+### Features
9
+- Implemented Client, Server and Type codegen plugins.
10
+- Added Client event streaming support.
11
+- Added Client Auth support - sigv4, bearer auth, http basic auth.
12
+- Added JSON protocol support - restJson1, awsJson.
13
+- Added RPCV2 CBOR protocol support
14
+- 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
0 commit comments