Skip to content

Commit

Permalink
Add changelog (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Feb 6, 2025
1 parent c3d7995 commit 8e2dfb2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

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

0 comments on commit 8e2dfb2

Please sign in to comment.