2026.1.4

devlikeapro/waha2026.1.4Jan 26, 2026by devlikepro

AI Summary

Significant release introducing per-session API keys and webhook worker ID tracking. Also includes ChatWoot improvements and various engine fixes.

Key Highlights

  • Webhook - add worker.id to payload
  • API - per-session API Keys (major feature #387, #937, #1642, #1772)
  • ChatWoot - use chat id from incoming message to support @lid and @c.us
  • ChatWoot - add delay config
  • WEBJS - fix 500 error on getChats
  • GOWS - increase events buffer to 1000
  • API - optimize session list API

New Features

  • Webhook worker.id in payload
  • Per-session API Keys
  • ChatWoot delay configuration
  • GOWS event buffer increase

Full Release Notes

šŸ†• **New**

-   `2026.1.4` - **Webhook** - add `worker.id` to payload - [#1840](https://github.com/devlikeapro/waha/issues/1840)
-   `2026.1.4` - **API** - per-session API Keys - [#387](https://github.com/devlikeapro/waha/issues/387), [#937](https://github.com/devlikeapro/waha/issues/937), [#1642](https://github.com/devlikeapro/waha/issues/1642), [#1772](https://github.com/devlikeapro/waha/issues/1772)
    -   [**šŸ“Š Dashboard - API Keys**](https://waha.devlike.pro/docs/how-to/dashboard/#api-keys)
    -   [**šŸ”’ Security - Keys API**](https://waha.devlike.pro/docs/how-to/security/#keys-api)


**🧩 ChatWoot**

-   `2026.1.4` - ChatWoot - use chat id from incoming message to support `@lid` and `@c.us`
-   `2026.1.4` - ChatWoot - add delay config - [#1828](https://github.com/devlikeapro/waha/issues/1828)

šŸ› ļø **Fixes**

-   `2026.1.4` - **WEBJS** - fix 500 error on `getChats` - [#1834](https://github.com/devlikeapro/waha/issues/1834)
-   `2026.1.4` - **GOWS** - send data to subscribers in `setImmediate`
-   `2026.1.4` - **GOWS** - increase events to 1000 in buffer - [#1837](https://github.com/devlikeapro/waha/issues/1837)
-   `2026.1.4` - **API** - optimize session list API

āš™ļø **Updates**

-   `2026.1.4` - **NOWEB** - up engine
-   `2026.1.4` - **GOWS** - up engine

**Full Changelog**: https://github.com/devlikeapro/waha/compare/2026.1.3...2026.1.4