v3.0.0

aws-samples/bedrock-chatv3.0.0Apr 9, 2025by statefb

AI Summary

Major V3 update introducing multi-model support (DeepSeek, Llama), Bot Store functionality, and fine-grained permissions, requiring a database migration.

Key Highlights

  • Repository renamed to `bedrock-chat`
  • Fine-grained permission control for shared bots
  • Bot Store with Essential bot designation
  • Database structure changes requiring migration

Breaking Changes

  • Database structure changes requiring DynamoDB migration
  • Repository name change from `bedrock-claude-chat` to `bedrock-chat`

New Features

  • Multi-model support (DeepSeek, Llama, etc.)
  • Fine-grained permission control
  • Bot Store functionality
  • Essential bot designation

Full Release Notes

# 🚀 Major Update V3: Enterprise Adoption Acceleration 
## 📢 Repository Name Change

We've renamed our repository from `bedrock-claude-chat` to `bedrock-chat` to reflect our expanded model support beyond Claude. The application now supports multiple models including:
* Anthropic Claude
* DeepSeek
* Llama
* etc
Please update your references, bookmarks, and documentation accordingly.

## ✨ New Features
### 🛡️ Fine-grained Permission Control
* **Granular permissions**: Replaces the previous all-or-nothing approach where anyone with app access could use any shared bot

 ![image](https://github.com/user-attachments/assets/4aa83a4e-8f84-4c23-b8d1-704215d72d5c)

### 🏪 Bot Store Functionality
* **Internal bot marketplace**: Users can discover available bots through a centralized interface
* **"Essential" bot designation**: Administrators can highlight critical bots (such as HR Assistants) for increased visibility across the organization

![image](https://github.com/user-attachments/assets/45b9b6ea-04ca-48c7-8b04-8faadb995c7b)


## ⚠️ Breaking Changes
### Database Structure Changes
* This update requires DynamoDB migration
* **Important**: 100% migration is not guaranteed
* Please review the detailed [Migration Guide](https://github.com/aws-samples/bedrock-chat/blob/v3/docs/migration/V2_TO_V3.md) before upgrading
## Others
- FAQ regarding V3 is [here](https://github.com/aws-samples/bedrock-chat/blob/v3/docs/migration/V2_TO_V3.md#v3-faq)

Greatly contributed by: @wadabee, @fsatsuki, @konokenj and @statefb