mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
docs: changelog 2.3.3
This commit is contained in:
parent
55822f9443
commit
dd931eee36
20
CHANGELOG.md
20
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user