Back
AI summary
Written by AI from the official notes. Check them for exact details.A bug fix was implemented for Bedrock requests failing due to a missing authorization header.
- Fixed 403 error for Bedrock requests
- Resolved issue with AWS_BEARER_TOKEN_BEDROCK
- Addressed regression from version 2.1.94
Why it matters: Users relying on Bedrock requests should update to avoid authorization issues.
Full release notes
What's changed
- Fixed Bedrock requests failing with
403 "Authorization header is missing"when usingAWS_BEARER_TOKEN_BEDROCKorCLAUDE_CODE_SKIP_BEDROCK_AUTH(regression in 2.1.94)