Skip to content

Commit 1ad3161

Browse files
authored
Bump version to 0.0.3 (#853)
1 parent 950be5b commit 1ad3161

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
11
# 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+
245
## 0.0.2 (04/07/2025)
346
> [!WARNING]
447
> This is a developer-preview release and may contain bugs. **No** guarantee is made about API stability.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.0.2
1+
0.0.3
22

0 commit comments

Comments
 (0)