From 0993ed8c4fb083c3481a1c508e9ffb43bdcc7f8f Mon Sep 17 00:00:00 2001 From: Adrian Kahali Date: Tue, 12 May 2026 16:32:46 -0400 Subject: [PATCH 1/2] feat(changelog): update may 8th --- changelog.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index d394a3e5..384afcef 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,26 @@ description: 'The latest updates and improvements to Botpress.' icon: newspaper --- + + + ## Features & enhancements + + - Improve UI for filtering conversations by message count + + ## Bug fixes + + - Fixed an issue where bots could fail to load on flaky networks (VPNs, proxies) due to dropped WebSocket connections + - Reduced typing lag in the Autonomous Node transition condition input field + - Fixed an issue where expired session tokens could prevent bots from reconnecting + - Fixed an issue where closed conversations in the Human Handoff dashboard were not loading + + ## Miscellaneous + + - **Odoo:** Added Odoo integration + - **WhatsApp:** Added native support for Carousels and Cards + + + ## Features & enhancements From fe74e798b7c57ef615d30bebda5d6791cf8a7f3e Mon Sep 17 00:00:00 2001 From: Adrian Kahali Date: Tue, 12 May 2026 16:36:26 -0400 Subject: [PATCH 2/2] fix --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 384afcef..54cfb0e6 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -17,7 +17,7 @@ icon: newspaper - Fixed an issue where expired session tokens could prevent bots from reconnecting - Fixed an issue where closed conversations in the Human Handoff dashboard were not loading - ## Miscellaneous + ## Integrations - **Odoo:** Added Odoo integration - **WhatsApp:** Added native support for Carousels and Cards