File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## v1.6.0 (2026-05-29)
11+
12+ ### Added
13+
14+ - Per-call AWS profile override middleware for dynamic credential switching (#266 )
15+
1016### Fixed
1117
1218- Always read fresh credentials from disk on every request instead of caching and refreshing reactively on auth errors (#294 )
19+ - Prevent credential_process hang on Windows in stdio transport mode (#293 )
1320
1421## v1.5.0 (2026-05-22)
1522
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ members = [
1010name = " mcp-proxy-for-aws"
1111
1212# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
13- version = " 1.5 .0"
13+ version = " 1.6 .0"
1414
1515description = " MCP Proxy for AWS"
1616readme = " README.md"
You can’t perform that action at this time.
0 commit comments