2026.2.2
devlikeapro/waha2026.2.2Feb 18, 2026by devlikepro
AI Summary
This release focuses on ChatWoot integration improvements, NOWEB and GOWS engine enhancements, and API security hardening. Key fixes include stripping escaped newlines from ChatWoot webhooks, text/media editing in Channels, and video message duration support.
Key Highlights
- ChatWoot webhook fix - strip escaped newlines from v4.10.1+ webhooks
- NOWEB - edit text and media message captions in Channels
- NOWEB - fix WhatsApp template with image and send message to group community
- GOWS and NOWEB - add seconds to video messages
- WEBJS - fix LID issues in chat table and for users
- API - harden auth middleware, WebSocket guard, and policies guard
- Dashboard - fix creating apps with crypto.randomUUID
New Features
- ChatWoot webhook improvement for message rendering
- NOWEB text and media editing in Channels
- Video message duration support
- API security enhancements
Full Release Notes
**🧩 ChatWoot** - `2026.2.2` - ChatWoot - strip escaped newlines from v4.10.1+ webhooks so WhatsApp messages render without backslashes - [#1833](https://github.com/devlikeapro/waha/issues/1833) 🛠️ **Fixes** - `2026.2.2` - **NOWEB** - edit text in Channels (image/video doesn’t work yet) - [#1352](https://github.com/devlikeapro/waha/issues/1352) - `2026.2.2` - **NOWEB** - edit media message captions - [#1374](https://github.com/devlikeapro/waha/issues/1374) - `2026.2.2` - **NOWEB** - fix WhatsApp template with an image - [#1886](https://github.com/devlikeapro/waha/issues/1886) - `2026.2.2` - **NOWEB** - fix send message to group community - [#1901](https://github.com/devlikeapro/waha/issues/1901) - `2026.2.2` - **NOWEB** - add seconds to video messages - [#1893](https://github.com/devlikeapro/waha/issues/1893) - `2026.2.2` - **GOWS** - add seconds to video messages - [#1893](https://github.com/devlikeapro/waha/issues/1893) - `2026.2.2` - **GOWS** - edit media message - [#1852](https://github.com/devlikeapro/waha/issues/1852) - `2026.2.2` - **WEBJS** - " Lid is missing in chat table" - [#1824](https://github.com/devlikeapro/waha/issues/1824) - `2026.2.2` - **WEBJS** - “No LID for user” - [#1881](https://github.com/devlikeapro/waha/issues/1881) - `2026.2.2` - **API** - harden auth middleware, WebSocket guard, and policies guard - [#1899](https://github.com/devlikeapro/waha/issues/1899) **📊 Dashboard** - `2026.2.2` - Dashboard - fix creating apps - `crypto.randomUUID is undefined` ⚙️ **Updates** - `2026.2.2` - **NOWEB** - up engine - `2026.2.2` - **GOWS** - up engine