Skip to content

Releases: aws-samples/bedrock-claude-chat

v1.3.2

10 Oct 01:32
dd51a2e
Compare
Choose a tag to compare

Enhancements

  • Updated Vite to version 5.4.8 to fix security vulnerabilities. #549 by @Yukinobu-Mine
  • Upgraded knowledge base embedding model from Titan v1 to v2. #544 by @Tsujiba
  • Automatically load agent tool name and description from language file. #514 by @CallumCPP

Bug Fixes

  • Updated duckduckgo-search to version 6.2.12 to resolve availability issue. #541 by @Tsujiba

v1.3.1

12 Sep 05:32
115cbe4
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a "desciription" typo and automatically loaded agent tool name and description from the language file. #514 by @CallumCPP

Enhancements

  • Refactored the agent system to use the converse API for tool usage and removed langchain dependency
  • Store and show thinking logs with explicit type definitions
  • Improve the frontend to clearly display the agent's thinking process
  • Removed progress bar interface, SQL tool example, and weather tool example
    #513 by @statefb, @wadabee

v1.3.0

30 Aug 08:41
Compare
Choose a tag to compare

New Features

v1.2.9

26 Aug 08:12
cd66959
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an error that occurred when ECS runtime monitoring is enabled with GuardDuty#501 by @fsatsuki
  • Fixed validation errors for HumanMessage content when uses sql agent tool. #498 by @drskur
  • Fixed issue where chat history was not being remembered in Published (Bot) API #500 by @Yukinobu-Mine
  • Resolve unstructured / NLTK bug issues. #499, #502 by @fsatsuki, @Yukinobu-Mine

v1.2.8

20 Aug 01:06
526aad8
Compare
Choose a tag to compare

Bug Fixes

  • Return error detail when streaming fails. #489 by @statefb

Enhancements

  • Add YouTube overview video link to README. #484
  • Upgrade AWS Amplify to version 6.4.3. #481 by @Yukinobu-Mine
  • Update AWS Amplify to version 6.4.4 to fix vulnerability. #483 by @Yukinobu-Mine
  • Exclude some folders when building Docker images to reduce deployment time. #473 by @fsatsuki
  • Add Ladle stories and refactor ChatPage, ChatListDrawer and related components. #485 by @Yukinobu-Mine
  • Refactor detection logic of keyboard shortcuts in ChatPage. #476 by @Yukinobu-Mine
  • Add attribute to BotSummary to determine whether the bot is using Bedrock KnowledgeBase. #480 by @statefb

v1.2.7

26 Jul 05:55
cc804d9
Compare
Choose a tag to compare

New Features

  • Enable attaching non-text documents like PDF, Word, and Excel files directly in the chat window. #467

Bug Fixes

  • Fix an issue where part of the chat input was hidden on narrow screens, affecting mobile users. #446 by @mnmn0
  • Fix a bug that caused stuttery auto-scrolling to the bottom when outputting code. #450 by @k70suK3-k06a7ash1
  • Allow Admin users to create and publish customized bots through the frontend, resolving a previous bug. #469 by @Yukinobu-Mine

Enhancements

  • Introduce a pre-commit hook with Lefthook to run linters, formatters, and type-checking before creating commits. #472
  • Add a command line argument --version to bin.sh to specify the version of Bedrock Claude Chat when deploying. #444 by @Yukinobu-Mine
  • Add Storybook stories for various Atomic components to improve component documentation and development experience. #415 by @k70suK3-k06a7ash1
  • Fix incorrect header title on small screens. #417 by @k70suK3-k06a7ash1
  • Add contributor highlights to the README. #456

v1.2.6

12 Jul 07:56
ec0c9fe
Compare
Choose a tag to compare

Bug Fixes

v1.2.5

12 Jul 01:39
788a9b0
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue that prevented fetching existing conversations. #425 by @statefb

Enhancements

  • Added the ability to customize the number of NAT Gateways from cdk.json. #426 by @fsatsuki
  • Enabled support for multiple OIDC identity providers. #404 by @Taikono-Himazin
  • Added an option to disable IPv6 and configure allowed IPv4/IPv6 ranges for the CloudFront distribution and WAF. #427 by @satoxiw
  • Fixed a typo in the deploy.yml file for the super-easy deployment workflow. #437 by @okamoto-aws
  • Added Bedrock Knowledge Base support (Note that only backend for now) #428 by @statefb

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