v2.4.0

aws-samples/bedrock-chatv2.4.0Jan 16, 2025by statefb

AI Summary

This version includes a URL change warning due to a CloudFront Distribution update and fixes for knowledge base merging. It refactors the CloudFront infrastructure and enables cross-region inference for the backend API.

Key Highlights

  • URL change warning due to CloudFront Distribution update
  • Refactored CloudFront Distribution to replace deprecated CloudFrontWebDistribution
  • Enabled cross-region inference for backend API
  • Fixed knowledge base configuration merge bug

Breaking Changes

  • URL will change due to update of the CloudFront Distribution

New Features

  • Refactored CloudFront Distribution
  • Enabled cross-region inference for backend API

Full Release Notes

⚠️ IMPORTANT ⚠️
**Please be aware that the URL will change with this version due to update of the CloudFront Distribution. While you may still be able to access the site through your browser's cache if already deployed, it is recommended to notify users of the new URL.**


## Bug Fixes
- Fix merge of existing knowledge base configuration when modifying bot #687 by @statefb
- Ignore file not exists error when deleting files in KB #663 by @konokenj

## Enhancements
- Refactor CloudFront Distribution to replace deprecated CloudFrontWebDistribution #685 by @statefb
- Use npx for cdk command and remove bootstrap arguments #667 by @konokenj
- Enable cross-region inference for backend API #686 by @statefb