Skip to content

Releases: aws-samples/bedrock-claude-chat

v0.2.2

25 Oct 04:05
86d1263
Compare
Choose a tag to compare

Added i18n support for the following languages:

  • English
  • Japanese
  • Korean
  • Chinese

Languages are auto-detected, but can also be specified via URL or in the application menu.

https://example.com?lng=ja

v0.2.1

24 Oct 03:21
ae995cf
Compare
Choose a tag to compare

Followings are fixed:

  • Enhanced support for long-running responses that take 30 seconds or more to execute

v0.2.0

23 Oct 00:53
5009156
Compare
Choose a tag to compare

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.

v0.1.0

23 Oct 00:46
bc81040
Compare
Choose a tag to compare

The following features are implemented:

  • Authentication (Sign-up, Sign-in)
  • Creation, storage, and deletion of conversations
  • Copying of chatbot replies
  • Automatic subject suggestion for conversations
  • Syntax highlighting for code
  • Rendering of Markdown'
  • Streaming Response
  • IP address restriction