v0.2.0
aws-samples/bedrock-chatv0.2.0Oct 23, 2023by wadabee
AI Summary
This release introduces message editing, resending, and AI answer regeneration, but it is a breaking change due to an updated conversation schema that makes previous chat history incompatible.
Key Highlights
- Breaking change: Conversation schema updated
- Added ability to edit and resend own messages
- Added ability to re-generate AI Assistant answers
- History is now saved for resent and regenerated answers
Breaking Changes
- The current version (v0.2.x) has no compatibility with ex version (v0.1.0) due to the change of the conversation schema. Please note that conversations stored in DynamoDB with ex version cannot be rendered.
New Features
- Editing and resending of own sent messages
- Re-generating AI Assistant's answers
- Resent and re-generated answers are saved as history for each message
Full Release Notes
> **Warning** > The current version (`v0.2.x`) has no compatibility with ex version (`v0.1.0`) due to the change of the conversation schema. Please note that conversations stored in DynamoDB with ex version cannot be rendered. The following features have been implemented: * Editing and resending of own sent messages * Re-generating AI Assistant's answers. * Resent and re-generated answers are saved as history for each message.