v1.2.1
aws-samples/bedrock-chatv1.2.1Jun 20, 2024by statefb
AI Summary
This release introduces support for Anthropic's Sonnet 3.5 model and migrates the project to Poetry for dependency management, alongside a frontend error handling enhancement.
Key Highlights
- Support for Anthropic's latest Sonnet 3.5 model
- Migrated to Poetry for Python package management
- Added ErrorBoundary component for frontend error handling
New Features
- Sonnet 3.5 model support
- Poetry for dependency locking
- ErrorBoundary component
Full Release Notes
## New Features - Support for Anthropic's latest Sonnet 3.5 model, the most advanced version of Claude yet. #387 by @gabrielkoo ## Bug Fixes Fixed an issue where CloudFront access logs were being defined in regions that do not support it. #367 by @skeppeler ## Enhancements - Introduced Poetry for Python package management and dependency locking. #381 - Added an ErrorBoundary component to gracefully handle unexpected errors in the frontend application. #372 by @k70suK3-k06a7ash1