v3.7.0
aws-samples/bedrock-chatv3.7.0Sep 2, 2025by github-actions[bot]
AI Summary
Adds configuration controls for model availability and fixes Kendra search functionality.
Key Highlights
- Added CDK configuration parameter `globalAvailableModels`
- Fixed Kendra knowledge base search issues
- Updated translation model from Haiku 3.5 to Sonnet 3.5 v2
New Features
- CDK `globalAvailableModels` configuration parameter
Full Release Notes
## Features - Added CDK configuration parameter `globalAvailableModels` to control LLM model availability across all chat sessions by @faidrapts (#917) ## Bug Fixes - Fixed knowledge base search issue when using Kendra by implementing type detection and parameter adjustments by @ShotaOki (#903) ## Enhancements - Updated translation model from Haiku 3.5 to Sonnet 3.5 v2 by @statefb (#920)