Skip to content

v3.1.2

Choose a tag to compare

@statefb statefb released this 15 May 01:01
· 200 commits to v3 since this release
320056c

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