Skip to content

Commit dd931ee

Browse files
committed
docs: changelog 2.3.3
1 parent 55822f9 commit dd931ee

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
# 2.3.3 (develop)
22

3+
### Features
4+
5+
* Add extra fields to object sent to Flowise bot
6+
* Add Prometheus-compatible /metrics endpoint (gated by PROMETHEUS_METRICS)
7+
* Implement linkPreview support for Evolution Bot
8+
9+
### Fixed
10+
11+
* Address Path Traversal vulnerability in /assets endpoint by implementing security checks
12+
* Convert mediaKey from media messages to avoid bad decrypt errors
13+
* Improve code formatting for better readability in WhatsApp service files
14+
* Format messageGroupId assignment for improved readability
15+
* Improve linkPreview implementation based on PR feedback
16+
* Clean up code formatting for linkPreview implementation
17+
* Use 'unknown' as fallback for clientName label
18+
* Remove abort process when status is paused, allowing the chatbot return after the time expires and after being paused due to human interaction (stopBotFromMe)
19+
* Enhance message content sanitization in Baileys service and improve message retrieval logic in Chatwoot service
20+
* Integrate Typebot status change events for webhook in chatbot controller and service
21+
322
### Security
423

524
* **CRITICAL**: Fixed Path Traversal vulnerability in /assets endpoint that allowed unauthenticated local file read
25+
* Customizable Websockets Security
626

727
### Testing
828

0 commit comments

Comments
 (0)