Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog-assets/2026-01-09/created-by.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

<Update label="January 9, 2026">
## Dashboard displays bot creator

The dashboard now displays which member of your workspace created a bot:

<Frame>
<img
alt="Bot creator"
className="block dark:hidden"
src="/changelog-assets/2026-01-09/created-by.png"
/>
<img
alt="Bot creator"
className="hidden dark:block"
src="/changelog-assets/2026-01-09/created-by-dark.png"
/>
</Frame>

## Integrations

- **Hub**: Botpress Hub now has callouts clearly showing when an integration version is deprecated
- **Chatwoot**: [Added Chatwoot integration](/integrations/integration-guides/chatwoot)
- **Slack**: Fixed an issue where messages containing percentage symbols were causing errors
- **Sunshine Conversations**: Added `origin` conversation tag for tracking what channel a conversation originated from
- **Zendesk**: Added information about the requester when creating a ticket in Zendesk from the Start HITL Card

## Bug fixes

- Fixed an issue where Autonomous Node responses were incorrectly exceeding the maximum payload size
- Fixed visual issues with CLI authentication
- Fixed a visual bug with scrolling to the **Copy to bot** option in the Dashboard
- Fixed an issue where user data wasn't properly persisted when injecting Webchat

</Update>

<Update label="December 19, 2025">
## Create ADK agents from the dashboard

Expand Down