You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,28 @@
1
1
# 2.3.3 (develop)
2
2
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
+
3
22
### Security
4
23
5
24
***CRITICAL**: Fixed Path Traversal vulnerability in /assets endpoint that allowed unauthenticated local file read
0 commit comments