Skip to content

Commit 8e2dfb2

Browse files
authored
Add changelog (#574)
1 parent c3d7995 commit 8e2dfb2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)