2025.2.4

devlikeapro/waha2025.2.4Feb 17, 2025by devlikepro

AI Summary

This release adds comprehensive group event tracking across all supported engines (WEBJS, NOWEB, GOWS) and improves error logging in the NOWEB engine.

Key Highlights

  • Added group.v2 events (join, leave, participants, update).
  • Supports WEBJS, NOWEB, and GOWS engines.
  • NOWEB error handling improvements.

New Features

  • group.v2.join event
  • group.v2.leave event
  • group.v2.participants event
  • group.v2.update event

Full Release Notes

- Add [👥 group.v2 events](https://waha.devlike.pro/docs/how-to/groups/#events)
  - group.v2.join - when you join a group
  - group.v2.leave - when you leave a group
  - group.v2.participants - when someone joins, leaves, get promoted or demoted in a group
  - group.v2.update - when group information are updated
  - WEBJS, NOWEB, GOWS engines
  - [#583](https://github.com/devlikeapro/waha/issues/583) , [#527](https://github.com/devlikeapro/waha/issues/527) , [#404](https://github.com/devlikeapro/waha/issues/404)
- NOWEB - catch and log unhandled errors [#809](https://github.com/devlikeapro/waha/issues/809)

**Full Changelog**: https://github.com/devlikeapro/waha/compare/2025.2.3...2025.2.4