2025.12.1

devlikeapro/waha2025.12.1Dec 5, 2025by devlikepro

AI Summary

Introduces Call rejection API, Call app, and Apps API management. Also fixes symbols in text and ChatWoot config.

Key Highlights

  • Add Reject Call API
  • Add Calls App
  • Add Apps API to manage apps
  • Add `WAHA_APPS_ON` and `WAHA_APPS_OFF` env vars

New Features

  • `call.rejected` event
  • `config.conversations.markAsRead` config

Full Release Notes

🆕 **New**

-   `2025.12.1` - **API** - [**📞 Reject Call API**](https://waha.devlike.pro/docs/how-to/calls/#reject-call) - [#608](https://github.com/devlikeapro/waha/issues/608) [#1258](https://github.com/devlikeapro/waha/issues/1258)
    -   **WEBJS, GOWS, NOWEB**
-   `2025.12.1` - **WEBJS** - Add `call.rejected` event when rejected via API
-   `2025.12.1` - **GOWS** - Add `call` events - [#1673](https://github.com/devlikeapro/waha/issues/1673)

**🧩 Apps**

-   `2025.12.1` - [**🧩 Calls App**](https://waha.devlike.pro/docs/apps/calls/) to reject calls and send reply messages - [#1694](https://github.com/devlikeapro/waha/issues/1694)
-   `2025.12.1` - [**🧩 Apps API**](https://waha.devlike.pro/docs/apps/about/#api) and [**🖥️ Sessions - Apps**](https://waha.devlike.pro/docs/how-to/sessions/#apps) to manage apps via API
-   `2025.12.1` - `WAHA_APPS_ON` and `WAHA_APPS_OFF` to control which apps to enable (so it doesn’t require redis for chatwoot)

**🧩 ChatWoot**

-   `2025.12.1` - add [**📞 Calls**](https://waha.devlike.pro/docs/how-to/calls/) messages
-   `2025.12.1` - fix symbols in the middle of text - [#1643](https://github.com/devlikeapro/waha/issues/1643)
-   `2025.12.1` - `config.conversations.markAsRead` - [#1650](https://github.com/devlikeapro/waha/issues/1650)

🛠️ **Fixes**

-   `2025.12.1` - **WEBJS** - fix stuck in `SCAN_QR_CODE` - [#1690](https://github.com/devlikeapro/waha/issues/1690) [#1695](https://github.com/devlikeapro/waha/pull/1695)
-   `2025.12.1` - **NOWEB** - fix `poll.vote` for `@lid` - [#1688](https://github.com/devlikeapro/waha/issues/1688)

**Full Changelog**: https://github.com/devlikeapro/waha/compare/2025.11.4...2025.12.1