v2.8.0

aws-samples/bedrock-chatv2.8.0Mar 21, 2025by statefb

AI Summary

Added multi-environment deployment support and improved parameter management with type-safe schemas.

Key Highlights

  • Multi-environment deployment (dev, test, prod) support
  • Type-safe parameter management using Zod schemas
  • Environment tagging for all resources

New Features

  • Multi-environment deployment support
  • Type-safe parameter management (Zod)
  • Environment tagging

Full Release Notes

## New Features
- Support for multi-environment deployments (dev, test, prod) within the same AWS account with type-safe parameter management and environment-specific resource naming. #778 by @konokenj

## Bug Fixes
- Fixed an issue where pinning a bot that is not in the 'recently used list' would fail, and enabled bots without RAG to appear in both "recently used" and "starred" lists. #769 by @suzuki-safie
 
## Enhancements
- Improved parameter management with Zod schemas for better developer experience and type safety. #778 by @konokenj
- Added environment tagging for all resources with CDKEnvironment for identification. #778 by @konokenj