Skip to content

Releases: aws-samples/bedrock-claude-chat

v1.2.4

03 Jul 02:09
a4b8a41
Compare
Choose a tag to compare

New Features

Ability to attach text files to chat requests, supporting file types like .txt, .md, .py, .js, etc. #412 by @satoxiw

v1.2.3

02 Jul 12:50
0d5b12c
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Fixed streaming long connected text breaking screen layout. #416 by @k70suK3-k06a7ash1
  • Fixed a deployment issue caused by a breaking change in esbuild by updating the AWS CDK version. #422 by @statefb

Enhancements

  • Added a meta tag to block search engine crawler robots for better privacy. #420 by @wadabee

v1.2.2

01 Jul 10:24
825f471
Compare
Choose a tag to compare

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

v1.2.1

20 Jun 22:15
fae45aa
Compare
Choose a tag to compare

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

v1.1.2

13 Jun 08:44
5cca49c
Compare
Choose a tag to compare

New Features

  • Added a feature that allows setting a Conversation Quick Starter for each bot to demonstrate to users how to use the bot through conversation examples. #356 by @wadabee

Bug Fixes

Enhancements

Improved the chat page layout to fix the issue where the answer column was overlapping with the message list on certain screen sizes. #358 by @k70suK3-k06a7ash1

v1.1.1

10 Jun 03:50
bffba7e
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue with resource management during bulk URL processing, preventing memory leaks. #342 by @edamame8888
  • Fixed a vulnerability by updating npm dependencies. #348

Enhancements

  • Improved Japanese translations for generation parameter text. #343 by @wadabee
  • Improved agent prompt. #354

v1.1.0

05 Jun 09:25
5379fda
Compare
Choose a tag to compare

New Features

  • Added ReACT Agent. The Agent iteratively analyzes situations, determines actions, executes using tools/APIs, and learns from observations in a feedback loop to provide context-aware solutions.
    #321 , #329 by @statefb , @k70suK3-k06a7ash1
  • Ability to show related documents as references in past convertsation. #334 by @statefb

Bug Fixes

  • Fixed a bash script syntax error in the super-easy-deployment script. #337 by @syobochim

v1.0.0

03 Jun 05:31
c57f34f
Compare
Choose a tag to compare

Major Update Notice (v1)

⚠️ WARNING⚠️

  • This is a significant update that includes essential security improvements and a migration from the old version (v0.x.x). Please refer to the migration guide. Failure to follow the migration process may result in ALL DATA IN Aurora cluster BEING DESTROYED, and existing bots will no longer function.
  • The main branch is no longer maintained. v1 branch is now default.

New Features

  • Bot Creation Permission: Users can now explicitly allow bot creation, providing more control over bot management. #319 by @Yukinobu-Mine

Enhancements

All of enhancements are regarding security.

  • RDS Encryption: Enabled storage encryption for RDS to protect data at rest.
  • Credential Security: Database usernames and passwords are no longer stored in plaintext in the environment variables of ECS containers and Lambda functions. They are now securely retrieved via Secrets Manager.
  • RDS Authentication: Rotated RDS authentication credentials stored in Secrets Manager for improved security.
  • Public Access Disabled: RDS public access is now explicitly disabled, preventing exposure to the public internet.
  • S3 Access Logs: Enabled access logs for S3 Buckets to enhance security monitoring.
  • Security Compliance: Applied pdk-nag ensuring better security practices.
  • Athena WorkGroup Encryption: New athena.CfnWorkGroup now has encryption configuration set by default.
  • WebSocket Authentication: Changed authentication to occur at the start of session establishment to prevent unauthorized access.

#327 , #328 by @fsatsuki , @statefb

v0.4.10

29 May 09:25
df07eb7
Compare
Choose a tag to compare

New Features

  • Added flexibility to super-easy deployment mode to customize deployment with parameters like self-registration, IP address restrictions, and allowed sign-up email domains. #318 by @msalheb
  • Ability to toggle displaying retrieved document chunks/citations in bot responses. #298 by @statefb

Bug Fixes

  • Fixed scroll jitter issue when text is being generated near the bottom of the page. #326 by @mattmcdonald39

v0.4.9

18 May 01:23
4fae0bb
Compare
Choose a tag to compare

New Features

  • Allow users to configure LLM inference parameters per bot from the UI. #303 by @jessieweiyi

Bug Fixes

Enhancements

  • When enableMistral is true, the app name in the frontend UI is updated to "Bedrock Chat". #285 by @hustshawn
  • Explicitly specify the AWS region when accessing DynamoDB resources to prevent AccessDeniedException. #304 by @GitSumito
  • Implemented parallel processing and detailed structural analysis (unstructured.partition.pdf) for embedding PDFs to improve performance. #301 by @fsatsuki
  • Added Italian translation. #282 by @angelo-malatacca