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
Binary file added changelog-assets/2025-12-19/adk-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,44 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

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

- Added support for creating an ADK agent from the dashboard:

<Frame>
<img
alt="ADK flow"
src="/changelog-assets/2025-12-19/adk-flow.png"
/>
</Frame>

## GPT-5.2

- Added support for GPT-5.2 from OpenAI

## Integrations

- **Gmail**: Added [Cards](/integrations/integration-guides/gmail#cards) to the Gmail integration
- **Zendesk**: Added OAuth configuration
- **Messenger & Facebook**: Added [Start DM Conversation from Comment](integrations/integration-guides/messenger#start-dm-conversation-from-comment) Card

</Update>

<Update label="December 12, 2025">
## Webchat input improvements

- Starting with Webchat 3.5, Webchat input is disabled while your bot processes a message

## Integrations

- **Sunshine Conversations**: Added support for incoming files

## Bug fixes

- Fixed an issue where deleting a comment Node would sometimes delete nearby transitions
</Update>

<Update label="December 5, 2025">
## Dashboard improvements

Expand Down
5 changes: 5 additions & 0 deletions integrations/integration-guides/gmail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ icon: '/integrations/integration-guides/assets/icons/gmail.svg'

import integrationVersions from '/snippets/integrations/versions.mdx'
import { OpenInHub } from '/snippets/integrations/open-in-hub.jsx'
import Cards from '/snippets/integrations/cards/botpress/gmail.mdx'

{/* vale on */}

Expand Down Expand Up @@ -248,3 +249,7 @@ Due to the sensitive nature of email communication, the Gmail integration requir
More details are available in the [Gmail API documentation](https://developers.google.com/gmail/api/reference/quota).
</Accordion>
</AccordionGroup>

## Cards

<Cards />