2025.11.2

devlikeapro/waha2025.11.2Nov 14, 2025by devlikepro

AI Summary

This release introduces automatic online presence detection and configurable SQLite database engine options. It also addresses various fixes related to media mentions, message events, and voice conversion.

Key Highlights

  • Auto 'online' presence feature
  • Config option WAHA_SQLITE_ENGINE for sqlite3 or better-sqlite3
  • Fixes for location and vcards in message events
  • Voice converter fixes with opustags requirement

New Features

  • Auto online presence
  • SQLite engine configuration

Full Release Notes

**Full Changelog**: https://github.com/devlikeapro/waha/compare/2025.11.1...2025.11.2


🆕 **New**

-   `2025.11.2` - Auto `online` [**✅ Presence**](https://waha.devlike.pro/docs/how-to/presence/) - [#1584](https://github.com/devlikeapro/waha/issues/1584) [#1586](https://github.com/devlikeapro/waha/pull/1586)
-   `2025.11.2` - **Config** - `WAHA_SQLITE_ENGINE` lets Knex pick [`sqlite3`](https://github.com/TryGhost/node-sqlite3) or [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3) for local data
    -   [**⚙️ Configuration**](https://waha.devlike.pro/docs/how-to/config/#sessions-local)

🛠️ **Fixes**

-   `2025.11.2` - **API** - `mentions: ["all"]` for media - image, video, files
-   `2025.11.2` - **GOWS, NOWEB** - location and vcards in `message` event - [#1609](https://github.com/devlikeapro/waha/issues/1609)
-   `2025.11.2` - **ALL** - voice convertor - [#1549](https://github.com/devlikeapro/waha/issues/1549)
    -   `opustags` required for metadata cleanup (if you don’t use official docker image, check [Dockerfile](https://github.com/devlikeapro/waha-plus/blob/dev/Dockerfile)

⚙️ **Updates**

-   `2025.11.2` - **GOWS** - stability update
-   `2025.11.2` - **NOWEB** - stability update for local storage