diff --git a/changelog-assets/2026-03-13/adk_chat.png b/changelog-assets/2026-03-13/adk_chat.png new file mode 100644 index 00000000..d5a82d8b Binary files /dev/null and b/changelog-assets/2026-03-13/adk_chat.png differ diff --git a/changelog-assets/2026-03-13/adk_chat_dark.png b/changelog-assets/2026-03-13/adk_chat_dark.png new file mode 100644 index 00000000..f680d8e0 Binary files /dev/null and b/changelog-assets/2026-03-13/adk_chat_dark.png differ diff --git a/changelog.mdx b/changelog.mdx index b9237298..c362fc1b 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,59 @@ description: 'The latest updates and improvements to Botpress.' icon: newspaper --- + + + ## Studio + + ### Features & enhancements + + - Webchat can now recover messages if user's connection is interrupted + + ### Integrations + + - **Zendesk**: Improved HITL support + - **HITL**: Added support to pass additional information through tags + - **Google Calendar** and **Google Sheets**: OAuth is now available + + ### Bug fixes + + - Fixed an issue where Bot Identity and Styling changes were not saving + - Fixed an issue where default boolean columns in the **Insert Record** card did not default to false + - Fixed an issue in Webchat where text messages appeared as code blocks + + --- + + ## ADK + + ### Control Panel + + - Added a visual Chat view to test conversations and traces (requires Webchat installation): + + + Chat view with Timeline and Bot conversation + Chat view with Timeline and Bot conversation + + + - Updated the UI for the **Tables** and **Traces** pages + - Added variable validation for **Configuration Variables** + - Improved the type system for workflow events in conversation handlers + + ### CLI + + - Improved support for Windows + - MCP port can now be assigned using `adk mcp --port ` + - The Control Panel no longer opens automatically on `adk dev` + + + ## Studio