v1.2.2

aws-samples/bedrock-chatv1.2.2Jul 1, 2024by statefb

AI Summary

Added a continue generation button and resolved PDF text extraction and deployment caching issues.

Key Highlights

  • Added a button to continue generating responses
  • Fixed PDF text extraction failing with character corruption
  • Fixed main.tsx file caching causing white screen on deployment
  • Fixed chunk source links not opening after storing a conversation

New Features

  • Button to continue generating responses

Full Release Notes

## New Features
- Added a button to continue generating responses. #401 by @satoxiw

## Bug Fixes
- Fixed an issue where the main.tsx file was not properly cached, causing a white screen on deployment. #384 by @Taikono-Himazin
- Fixed an issue where chunk source links could not be opened after storing a conversation. #411 by @statefb 
- Fixed an issue where PDF text extraction failed with character corruption. #414 by @statefb 
- Fixed a bug where the quick conversation starter did not work for shared bots and existing bots. #407 by @statefb 

## Enhancements
- Improved the easy deploy message for clarity. #402 by @statefb