2025.11.1
devlikeapro/waha2025.11.1Nov 7, 2025by devlikepro
AI Summary
Focuses on API improvements for group mentions and participants, along with stability updates for GOWS, NOWEB, and WEBJS engines.
Key Highlights
- Mentions: ["all"] support for groups
- New endpoint /api/:session/groups/:id/participants/v2
- Excludes /ping from Swagger auth
- GOWS stability updates and increased payload limit to 512MB
New Features
- Group mention API
- Participants API endpoint
Full Release Notes
**Full Changelog**: https://github.com/devlikeapro/waha/compare/2025.10.5...2025.11.1
đ **New**
- `2025.11.1` - **API** - mention everyone in groups with `mentions: ["all"]` - [#1377](https://github.com/devlikeapro/waha/issues/1377)
- **WEBJS, GOWS, NOWEB**
- `2025.11.1` - **API** - `/api/:session/groups/:id/participants/v2`
- **WEBJS, GOWS, NOWEB**
đ ď¸ **Fixes**
- `2025.11.1` - **WEBJS** - forward messages - [#1546](https://github.com/devlikeapro/waha/issues/1546)
- `2025.11.1` - **WEBJS** - update contact name - [#1583](https://github.com/devlikeapro/waha/issues/1583)
- `2025.11.1` - **API** - Exclude `/ping` (and `/health` using `WAHA_API_KEY_EXCLUDE_PATH`) from Swagger auth - [#1562](https://github.com/devlikeapro/waha/issues/1562)
- `2025.11.1` - **Dashboard** - fix Chat UI - [#1602](https://github.com/devlikeapro/waha/issues/1602)
- `2025.11.1` - **GOWS** - mention support - [#1372](https://github.com/devlikeapro/waha/issues/1372)
- `2025.11.1` - **GOWS** - raise gRPC payload limit to 512MB - [#1365](https://github.com/devlikeapro/waha/issues/1365)
- `2025.11.1` - **GOWS** - Ignore status@broadcast for ack updates - [#1557](https://github.com/devlikeapro/waha/issues/1557)
- `2025.11.1` - **GOWS** - Fix `poll.vote.failed` - [#1561](https://github.com/devlikeapro/waha/issues/1561), [#1570](https://github.com/devlikeapro/waha/issues/1570)
âď¸ **Updates**
- `2025.11.1` - **GOWS** - engine update
- `2025.11.1` - **WEBJS** - engine update
- `2025.11.1` - **NOWEB** - engine update