2026.2.1
devlikeapro/waha2026.2.1Feb 2, 2026by devlikepro
AI Summary
This release addresses multiple WEBJS engine issues related to groups and messaging, along with API and NOWEB improvements. The focus is on fixing group-related functionality and contact updates.
Key Highlights
- WEBJS - fix GET groups internal error
- WEBJS - fix send message to channel and contact update
- WEBJS - fix get groups count and get groups failed
- API - add chatId param to POST /api/{session}/presence
- NOWEB - fix send image using proxy
- GOWS - exclude AppState events
New Features
- API presence endpoint now accepts chatId parameter
Full Release Notes
đ ď¸ **Fixes**
- `2026.2.1` - **WEBJS** - fix GET groups internal error - [#1860](https://github.com/devlikeapro/waha/issues/1860)
- `2026.2.1` - **WEBJS** - fix send message to channel - [#1863](https://github.com/devlikeapro/waha/issues/1863)
- `2026.2.1` - **WEBJS** - fix contact update - [#1839](https://github.com/devlikeapro/waha/issues/1839)
- `2026.2.1` - **WEBJS** - fix get groups count - [#1879](https://github.com/devlikeapro/waha/issues/1879)
- `2026.2.1` - **WEBJS** - fix get groups failed - [#1873](https://github.com/devlikeapro/waha/issues/1873)
- `2026.2.1` - **API** - add `chatId` param to `POST /api/{session}/presence` - [#1842](https://github.com/devlikeapro/waha/issues/1842)
- `2026.2.1` - **NOWEB** - fix send image using proxy - [#1859](https://github.com/devlikeapro/waha/issues/1859)
- `2026.2.1` - **GOWS** - exclude `AppState` events
âď¸ **Updates**
- `2026.2.1` - **WEBJS** - up engine