2026.5.1

ATH-MaaS/Pixelle-Video2026.5.1May 26, 2026by devlikepro

AI Summary

This release introduces support for converting Lottie stickers to animated WebP and adds an environment variable for controlling status broadcast batch sizes. It addresses critical stability issues, including fixes for sessions stuck due to buffer limits and video format conversion errors. The update also enhances the API and dashboard with new pagination and disappearing message settings.

Key Highlights

  • Convert Lottie stickers (application/was) to animated WebP
  • Fix session stuck issues due to Node.js Buffer limits with large RemoteAuth entries
  • Fix video format conversion from GIF to MP4
  • Add pagination requirement to the chats overview API endpoint

New Features

  • Convert Lottie stickers (application/was) to animated WebP
  • Add WAHA_GOWS_STATUS_PARTICIPANTS_BATCH_SIZE env variable for status@broadcast batch size control

Full Release Notes

**Full Changelog**: https://github.com/devlikeapro/waha/compare/2026.4.2...2026.5.1


### 2026.5[#](https://waha.devlike.pro/docs/overview/changelog/#20265)

šŸ†• **New**

-   `2026.5.1` - **GOWS** - Convert Lottie stickers (application/was) to animated WebP - [#2039](https://github.com/devlikeapro/waha/issues/2039)
-   `2026.5.1` - **GOWS** - Add `WAHA_GOWS_STATUS_PARTICIPANTS_BATCH_SIZE` env variable for status@broadcast batch size control - [#2080](https://github.com/devlikeapro/waha/issues/2080)

šŸ› ļø **Fixes**

-   `2026.5.1` - **WEBJS** - Session stuck in `starting`/`stopped` state due to Node.js Buffer limit with large RemoteAuth entries (PostgreSQL) - [#2090](https://github.com/devlikeapro/waha/issues/2090)
-   `2026.5.1` - **WEBJS** - Ignore symlinks for remote storages — **PLUS**
-   `2026.5.1` - **GOWS** - All outbound messages fail with error 400 until session restart - [#2084](https://github.com/devlikeapro/waha/issues/2084)
-   `2026.5.1` - **GOWS** - MediaRetry triggers on ciphertext hash mismatch (not only 403) - [#2085](https://github.com/devlikeapro/waha/issues/2085)
-   `2026.5.1` - **GOWS** - Fix status@broadcast batch timeouts, default batch size reduced to 500 - [#2080](https://github.com/devlikeapro/waha/issues/2080)
-   `2026.5.1` - **GOWS**, **NOWEB** - Send video: fix gif to mp4 format conversion - [#2077](https://github.com/devlikeapro/waha/issues/2077)
-   `2026.5.1` - **NOWEB** - message.edit event fix - [#2072](https://github.com/devlikeapro/waha/issues/2072)
-   `2026.5.1` - **GOWS** - Sticker download: drop placeholder a.whatsapp.net URL
-   `2026.5.1` - **GOWS** - Handle encrypted message edits - [#2062](https://github.com/devlikeapro/waha/issues/2062)
-   `2026.5.1` - **WEBJS** - e2e session and disappearing setting messages - [#2046](https://github.com/devlikeapro/waha/issues/2046)
-   `2026.5.1` - **API** - `POST /api/{session}/chats/overview` — require pagination - [#2070](https://github.com/devlikeapro/waha/issues/2070)

**šŸ“Š Dashboard**

-   `2026.5.1` - Dashboard - WEBJS e2e session and disappearing messages settings support - [#2046](https://github.com/devlikeapro/waha/issues/2046)

āš™ļø **Updates**

-   `2026.5.1` - **GOWS** - up engine
-   `2026.5.1` - **NOWEB** - up engine
-   `2026.5.1` - **WPP** - up engine