Releases: aws-samples/bedrock-claude-chat
Releases · aws-samples/bedrock-claude-chat
v1.3.2
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
v1.3.1
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
New Features
- Added Bedrock Knowledge Bases support. #480, #428, #509 by @coyanagiaws @statefb
- To enable Bedrock Knowledge Base, refer migration guide to v2.
v1.2.9
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
Bug Fixes
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
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
v1.2.5
Bug Fixes
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
v1.2.3
New Features
- Add keyboard shortcuts. #369 by @k70suK3-k06a7ash1
- Added a component catalog with Storybook for better UI development and documentation. #378 by @k70suK3-k06a7ash1
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