|
1 | 1 | # Change Log |
| 2 | +## 0.0.3 (08/21/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 Model Context Protocol (MCP) CLI to manage MCP Servers. |
| 8 | +- Added Model Context Protocol (MCP) server generation from Smithy models with AWS service bundles and generic bundles. |
| 9 | +- Added @prompts trait to provide contextual guidance for LLMs when using Smithy services. |
| 10 | +- Added @tool_assistant and @install_tool prompts for enhanced AI integration. |
| 11 | +- Added CORS headers support for Netty server request handler. |
| 12 | +- Added Document support and BigDecimal/BigInteger support for RPCv2 CBOR protocol. |
| 13 | +- Added pretty printing support for JSON serialization. |
| 14 | +- Added client-config command to configure client configurations. |
| 15 | +- Added request-level override capabilities and call config interceptor support. |
| 16 | +- Added JMESPath to_number function. |
| 17 | +- Added dynamic tool loading and search tools support. |
| 18 | +- Added StdIo MCP proxy and process I/O proxy functionality. |
| 19 | +- Added support for customizing smithy mcp home directory. |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | +- Fixed empty prefix headers tests. |
| 23 | +- Changed generated getters to have 'get' prefix. |
| 24 | +- Fixed smithy-call issues. |
| 25 | +- Fixed Registry selection and injection. |
| 26 | +- Fixed missing newline in generated code. |
| 27 | +- Fixed cross-branch pollution bug in SchemaConverter recursion detection. |
| 28 | +- Fixed incorrect bitmask exposed by DeferredMemberSchema. |
| 29 | +- Fixed service file merging for mcp-schemas. |
| 30 | +- Fixed message in generated exceptions when message field has different casing. |
| 31 | +- Fixed bounds check when non-exact bytebuffer is passed. |
| 32 | +- Fixed ResourceGenerator to handle resources with more than 10 properties. |
| 33 | +- Fixed JSON Documents equals implementation. |
| 34 | +- Fixed CSV header parsing to not include quotes. |
| 35 | +- Fixed AWS model bundle operation filtering logic. |
| 36 | +- Fixed integration tests and flaky test issues. |
| 37 | +- Fixed README to have correct example names for lambda example. |
| 38 | + |
| 39 | +### Improvements |
| 40 | +- Made JAR builds reproducible. |
| 41 | +- Updated to build with JDK21 while targeting JDK17. |
| 42 | +- Added Graal metadata generation for native CLI builds. |
| 43 | +- Added version provider SPI and exit code telemetry. |
| 44 | + |
2 | 45 | ## 0.0.2 (04/07/2025) |
3 | 46 | > [!WARNING] |
4 | 47 | > This is a developer-preview release and may contain bugs. **No** guarantee is made about API stability. |
|
0 commit comments