diff --git a/CHANGELOG.md b/CHANGELOG.md index 017b2518..585a89ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,28 @@ # 2.3.3 (develop) +### Features + +* Add extra fields to object sent to Flowise bot +* Add Prometheus-compatible /metrics endpoint (gated by PROMETHEUS_METRICS) +* Implement linkPreview support for Evolution Bot + +### Fixed + +* Address Path Traversal vulnerability in /assets endpoint by implementing security checks +* Convert mediaKey from media messages to avoid bad decrypt errors +* Improve code formatting for better readability in WhatsApp service files +* Format messageGroupId assignment for improved readability +* Improve linkPreview implementation based on PR feedback +* Clean up code formatting for linkPreview implementation +* Use 'unknown' as fallback for clientName label +* Remove abort process when status is paused, allowing the chatbot return after the time expires and after being paused due to human interaction (stopBotFromMe) +* Enhance message content sanitization in Baileys service and improve message retrieval logic in Chatwoot service +* Integrate Typebot status change events for webhook in chatbot controller and service + ### Security * **CRITICAL**: Fixed Path Traversal vulnerability in /assets endpoint that allowed unauthenticated local file read +* Customizable Websockets Security ### Testing