Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

29 lines (27 loc) · 1.28 KB

Change Log

0.0.2 (04/07/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

  • Added generation of root-level service-specific exceptions for clients and servers.
  • Added usage examples.
  • Added custom exceptions for ClientTransport.
  • Added lambda endpoint functionality with updated naming.
  • Consolidated Schemas into a single class.
  • Updated namespace and module naming.
  • Improved document serialization of wrapped structures.
  • Added support for service-schema access from client-side.
  • Added support for generating MCP and MCP-proxy servers

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.