Skip to content

Commit ae23fd4

Browse files
possebonclaude
andcommitted
chore: bump version to 2.3.8
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1930f6a commit ae23fd4

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# 2.3.8 (2026-03-28)
2+
3+
### Fixed
4+
5+
* **Connection State Guard**: Prevent message sends when WhatsApp instance is disconnected
6+
- Added connection state check in `sendMessageWithTyping` before attempting to send (#2443, #2371)
7+
- Added connection check with reconnection wait (up to 10s) in Chatwoot webhook handler
8+
- Clear error reporting to Chatwoot when instance is not connected
9+
10+
* **Connection State Sync**: Force state sync when send fails with "Connection Closed"
11+
- Detects stale connection state during send and forces DB update to `close` (#2403)
12+
- Prevents UI from showing "connected" when Baileys connection is actually dead
13+
14+
* **Chatwoot Newline Escaping**: Fix double-escaped newlines in messages from Chatwoot
15+
- Sanitize `\\\n``\n` in message text before sending to WhatsApp (#2412)
16+
- Trim trailing newlines from messages (#2415)
17+
18+
* **Chatwoot Self-Sent Messages**: Detect messages sent from linked WhatsApp phone app
19+
- Messages sent from the phone (not via Chatwoot/API) are now classified as private notes (#2446)
20+
- Prefixed with "Sent from WhatsApp app" for agent clarity
21+
22+
* **Webhook Media Dispatch**: Fix webhooks not firing for media messages
23+
- Removed early `return` statements in S3 upload block that prevented webhook dispatch (#2396)
24+
- Video upload disabled or media extraction failure no longer skips webhook
25+
26+
* **Chatwoot Multi-Attachment**: Fix multi-file message sending failures from Chatwoot
27+
- Each attachment now sends independently with its own error handling
28+
- Caption only sent with the first attachment to avoid duplication
29+
- Added 1.5s delay between sequential attachment sends
30+
31+
### Changed
32+
33+
* **CI/CD**: Remove arm64 platform and QEMU from Docker builds
34+
- Only amd64 images are built, significantly reducing CI build times
35+
136
# 2.3.7 (2025-12-05)
237

338
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evolution-api",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "Rest api for communication with WhatsApp",
55
"main": "./dist/main.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)