8000
Skip to content

Releases: devlikeapro/waha

2026.4.1

15 Apr 06:08

Choose a tag to compare

πŸ†• New

  • 2026.4.1 - All engines - Add replyTo.media to messages - populate quoted media when available

🧩 Apps

  • 2026.4.1 - Calls App - add wait before decline and response
  • 2026.4.1 - Apps - allow disabling an app at runtime

🧩 ChatWoot

  • 2026.4.1 - support WhatsApp status replies β€” append status context and attach quoted status media - #1995, #1991
  • 2026.4.1 - conditional agent name prefix β€” skip **: when sender name is empty - #1983, #1737
  • 2026.4.1 - fix LID contact sending failure β€” strip device part from LID JID - #1985
  • 2026.4.1 - normalize LID device part on read to unblock existing contacts

πŸ› οΈ Fixes

  • 2026.4.1 - NOWEB - MongoDB GET /api/messages timestamp range filter (gte + lte combined) not respected - #2011
  • 2026.4.1 - Fix WHATSAPP_FILES_LIFETIME 32-bit setTimeout overflow causing immediate file deletion - #2018, #2019
  • 2026.4.1 - GOWS - await group response when starting a new session - #2012
  • 2026.4.1 - GOWS - GET /api/messages β€” messages sent via POST /api/sendFile not returned - #1998
  • 2026.4.1 - GOWS - /chats/overview "no such column: jid" error - #2009
  • 2026.4.1 - WEBJS - fix β€œwindow is undefined” - #1990
  • 2026.4.1 - WEBJS - fix loading messages - #2005, #2013
  • 2026.4.1 - WEBJS - fix call.received event - #2014
  • 2026.4.1 - WEBJS - populate replyTo with more fields
  • 2026.4.1 - WEBJS - ignore reactions older than 2 days - #494
  • 2026.4.1 - WEBJS - try both fromMe: true/false when fetching DM message by id
  • 2026.4.1 - WEBJS - treat status messages as fromMe when fetching by id
  • 2026.4.1 - NOWEB - fallback to message id lookup when JID+id not found
  • 2026.4.1 - NOWEB - use stream mode for media download to fix 0-byte audio/voice files - #1996
  • 2026.4.1 - Increase media resolve timeout to ~12 s total
  • 2026.4.1 - Exclude /jobs from global Swagger basic auth - #1679

πŸ“Š Dashboard

  • 2026.4.1 - Dashboard - Chat UI: media preview, message history, show more chats in overview
  • 2026.4.1 - Dashboard - fix empty sender name for automated messages - #1983

What's Changed

  • [core] fix /jobs access by excluding it from global Swagger basic auth by @akozdem in #1981
  • fix(noweb): use stream mode for media download to fix 0-byte audio files by @daniel-rudaev in #1997
  • [core] ChatWoot: conditional agent name prefix in WA to WhatsApp templates by @bergpinheiro in #1988

New Contributors

Full Changelog: 2026.3.4...2026.4.1

2026.3.4

27 Mar 11:41

Choose a tag to compare

Full Changelog: 2026.3.3...2026.3.4

πŸ› οΈ Fixes

  • 2026.3.4 - version fix - fix #1984

2026.3.3

25 Mar 03:34

Choose a tag to compare

πŸ†• New

  • 2026.3.3 - GOWS - Add image sizes in messages - #1402, #901
  • 2026.3.3 - GOWS - Add WAHA_GOWS_DEVICE_* env variables for historical message sync depth - #1963
  • 2026.3.3 - GOWS - Add displayName to sendContactVcard - #1978
  • 2026.3.3 - NOWEB - Add view once messages in message event - #1972
  • 2026.3.3 - NOWEB - Add image size when sending to newsletter - #1980

πŸ› οΈ Fixes

  • 2026.3.3 - Fix BR landline normalization for Brazilian landline numbers - #1974
  • 2026.3.3 - GOWS - Fix no device part - #1977
  • 2026.3.3 - API - Fix β€œCannot read properties of undefined (reading β€˜isAdmin’)” - #1969
  • 2026.3.3 - WEBJS - Fix profile picture and channels list - #1707, #1947, #1959
  • 2026.3.3 - NOWEB - Fix CPU spikes (lid/c.us merge optimization) - #1955
  • 2026.3.3 - GOWS - Fix CPU spikes in PostgreSQL - #1955
  • 2026.3.3 - yarn - support all CPU/OS architectures - #1952

What's Changed

Full Changelog: 2026.3.2...2026.3.3

2026.3.2

05 Mar 10:13

Choose a tag to compare

2026.3.1

05 Mar 06:20

Choose a tag to compare

πŸ†• New

  • 2026.3.1 - WPP - Add WPP engine - #101
  • 2026.3.1 - NOWEB - merge flag to disable merging @lid and @c.us messages and chats
  • 2026.3.1 - GOWS - merge flag to disable merging @lid and @c.us messages and chats
  • 2026.3.1 - WPP - forwardMessages support
  • 2026.3.1 - Storage - WAHA_NAMESPACE and WAHA_SESSION_NAMESPACE for storage namespace control - πŸ—„οΈ Storages
  • 2026.3.1 - API - GET /api/{session}/contacts/{id} endpoint

🧩 Apps

  • 2026.3.1 - Apps enabled by default, allow in-memory apps (no queue required)

🧩 ChatWoot

  • 2026.3.1 - ChatWoot - sync only @c.us chat when both @lid and @c.us are present in messages sync
  • 2026.3.1 - ChatWoot - add group participant to message mapping
  • 2026.3.1 - ChatWoot - fix ParseMS typing

πŸ› οΈ Fixes

  • 2026.3.1 - NOWEB - merge @lid and @c.us messages in /overview and /messages
  • 2026.3.1 - GOWS - merge @lid and @c.us in /messages, /overview, /chats
  • 2026.3.1 - NOWEB - fix out-of-order messages - #1912
  • 2026.3.1 - NOWEB - fix message ordering (timestamp first)
  • 2026.3.1 - NOWEB - populate @lid↔@c.us mapping correctly - #1712
  • 2026.3.1 - NOWEB - fix PostgreSQL request
  • 2026.3.1 - WEBJS - fix QR Code - #1923, #1918
  • 2026.3.1 - WEBJS - fix apps GET/PUT/DELETE 403 - #1926
  • 2026.3.1 - WEBJS - kill stale processes and remove Singleton
  • 2026.3.1 - Fix no auth case - #1939
  • 2026.3.1 - Channels - resolve channel code or use provided id
  • 2026.3.1 - Media - fix user-agent when fetching media

πŸ“Š Dashboard

  • 2026.3.1 - Dashboard - Chat UI improvements

βš™οΈ Updates

  • 2026.3.1 - NOWEB - up engine
  • 2026.3.1 - NOWEB - up Rust bridge - #1919
  • 2026.3.1 - GOWS - up engine - fix link preview 406 User-Agent - #1914

What's Changed

Full Changelog: 2026.2.2...2026.3.1

2026.2.2

18 Feb 10:16

Choose a tag to compare

🧩 ChatWoot

  • 2026.2.2 - ChatWoot - strip escaped newlines from v4.10.1+ webhooks so WhatsApp messages render without backslashes - #1833

πŸ› οΈ Fixes

  • 2026.2.2 - NOWEB - edit text in Channels (image/video doesn’t work yet) - #1352
  • 2026.2.2 - NOWEB - edit media message captions - #1374
  • 2026.2.2 - NOWEB - fix WhatsApp template with an image - #1886
  • 2026.2.2 - NOWEB - fix send message to group community - #1901
  • 2026.2.2 - NOWEB - add seconds to video messages - #1893
  • 2026.2.2 - GOWS - add seconds to video messages - #1893
  • 2026.2.2 - GOWS - edit media message - #1852
  • 2026.2.2 - WEBJS - " Lid is missing in chat table" - #1824
  • 2026.2.2 - WEBJS - β€œNo LID for user” - #1881
  • 2026.2.2 - API - harden auth middleware, WebSocket guard, and policies guard - #1899

πŸ“Š Dashboard

  • 2026.2.2 - Dashboard - fix creating apps - crypto.randomUUID is undefined

βš™οΈ Updates

  • 2026.2.2 - NOWEB - up engine
  • 2026.2.2 - GOWS - up engine

2026.2.1

02 Feb 07:36

Choose a tag to compare

πŸ› οΈ Fixes

  • 2026.2.1 - WEBJS - fix GET groups internal error - #1860
  • 2026.2.1 - WEBJS - fix send message to channel - #1863
  • 2026.2.1 - WEBJS - fix contact update - #1839
  • 2026.2.1 - WEBJS - fix get groups count - #1879
  • 2026.2.1 - WEBJS - fix get groups failed - #1873
  • 2026.2.1 - API - add chatId param to POST /api/{session}/presence - #1842
  • 2026.2.1 - NOWEB - fix send image using proxy - #1859
  • 2026.2.1 - GOWS - exclude AppState events

βš™οΈ Updates

  • 2026.2.1 - WEBJS - up engine

2026.1.5

28 Jan 10:40

Choose a tag to compare

πŸ†• New

  • 2026.1.5 - GOWS - disable storage - fix #823

πŸ› οΈ Fixes

  • 2026.1.5 - WEBJS - no incoming messages - fix #1855
  • 2026.1.5 - WEBJS - error in /chats - fix #1856

2026.1.4

26 Jan 04:17

Choose a tag to compare

πŸ†• New

🧩 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

πŸ› οΈ Fixes

  • 2026.1.4 - WEBJS - fix 500 error on getChats - #1834
  • 2026.1.4 - GOWS - send data to subscribers in setImmediate
  • 2026.1.4 - GOWS - increase events to 1000 in buffer - #1837
  • 2026.1.4 - API - optimize session list API

βš™οΈ Updates

  • 2026.1.4 - NOWEB - up engine
  • 2026.1.4 - GOWS - up engine

Full Changelog: 2026.1.3...2026.1.4

2026.1.3

15 Jan 05:22

Choose a tag to compare

🧩 ChatWoot

  • 2026.1.3 - WEBJS - fix delete message - #1769
  • 2026.1.3 - fix sending attachments with no caption in a group chat - #1808
  • 2026.1.3 - remove @lid when mention it - #1803

πŸ› οΈ Fixes

  • 2026.1.3 - WEBJS - fix api/sendText - #1810
  • 2026.1.3 - WEBJS - get chats use AUTHENTICATED - #1782

βš™οΈ Updates

  • 2026.1.3 - GOWS - up engine 1.0.30
  • 2026.1.3 - NOWEB - up proto 1031716404

What's Changed

New Contributors

Full Changelog: 2026.1.2...2026.1.3

0