v3.14.1

aws-samples/bedrock-chatv3.14.1Oct 21, 2025by github-actions[bot]

AI Summary

Adds a comprehensive workshop and configuration options for global inference, alongside bug fixes.

Key Highlights

  • Added comprehensive workshop
  • Added `enableBedrockGlobalInference` configuration option
  • Fixed race condition in BotStore OSIS pipelines creation
  • Updated Vite dependency for improved HMR handling

New Features

  • Comprehensive workshop
  • enableBedrockGlobalInference configuration option

Full Release Notes

## Features
- Added comprehensive workshop by @Moritzslz, @faidrapts (#961)
- Added support for `enableBedrockGlobalInference` configuration option to allow organizations to restrict global inference profiles while permitting regional ones by @mludvig (#945)

## Bug Fixes
- Fixed race condition in BotStore OSIS pipelines creation by adding explicit CDK dependencies to ensure IAM permissions and OpenSearch Serverless resources are ready before pipeline creation by @pragmat1c1 (#956)

## Enhancements
- Updated Vite dependency from 6.3.6 to 6.4.1 in frontend with improved HMR handling, CSS performance optimizations, and bug fixes by @app/dependabot (#960)