You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Fixed cross-region inference issue by adding Bedrock's cross-region reference settings to Lambda environment variables for API publishing. #862 by @fsatsuki
Added fallback support for BedrockClaudeChatBotTableNameV3 in api-publish.ts to ensure compatibility with both V2 and V3 exports. #849 by @hyunbinkor
Enhancements
Replaced unmaintained 'retry' package with 'reretry' to remove dependency on py version 1.11.0 which has a known CVE vulnerability. #860 by @evacroth
Ensured consistent use of 'reretry' in v2-v3 migration script, fixing remaining CVE issue. #864 by @statefb