Skip to content

Commit c9d045b

Browse files
committed
chore: Update changelog about streamablehttp_client_with_sigv4 deprecation
1 parent 240392c commit c9d045b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. See [commit
55
## [0.5.0](https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda/compare/v0.4.8...v0.5.0) (2025-11-14)
66

77

8-
### BREAKING CHANGES
8+
### METHOD DEPRECATION
99

10-
* Use mcp-proxy-for-aws aws_iam_streamablehttp_client
10+
- Method `streamablehttp_client_with_sigv4` in the Python library is now deprecated. Use `aws_iam_streamablehttp_client` from [mcp-proxy-for-aws](https://pypi.org/project/mcp-proxy-for-aws/) instead. `streamablehttp_client_with_sigv4` is still present for backwards compatibility, but is now a wrapper around `aws_iam_streamablehttp_client` and may be removed in a future release.
1111

1212
### Features
1313

0 commit comments

Comments
 (0)