Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.1.0 (2025-11-13)

### Feat

- Add Automated PyPI Publishing Workflow (#83)
- allow iam mcp client to take a botocore credentials object (#84)
- AWS IAM MCP client with SigV4 auth (#65)

### Fix

- **sigv4_helper.py**: reduce severity of log levels (#86)
- **mcp_proxy_for_aws/utils.py**: add override for bedrock-agentcore service name detection (#79)
- set default log level to ERROR (#73)
- do not raise errors and let mcp sdk handle the http errors (#66)
- correct log_level type annotation from int to str in add_logging_middleware (#68)
- f-strings formatting in logging (#67)

### Refactor

- **cli**: extract argument parsing to separate module (#70)

## v1.0.0 (2025-10-29)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
name = "mcp-proxy-for-aws"

# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
version = "1.0.0"
version = "1.1.0"

description = "MCP Proxy for AWS"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.