2026.3.3
devlikeapro/waha2026.3.3Mar 25, 2026by devlikepro
AI Summary
This release focuses on adding image sizes, new environment variables for historical message sync, and bug fixes for GOWS, NOWEB, and API stability. It also includes a fix for BR landline normalization.
Key Highlights
- Add image sizes in messages (GOWS, NOWEB)
- Add `WAHA_GOWS_DEVICE_*` env variables for historical message sync
- Fix BR landline normalization
- Fix CPU spikes in PostgreSQL and GOWS
New Features
- Add `displayName` to `sendContactVcard`
- Add view once messages in `message` event (NOWEB)
- Add image size when sending to newsletter (NOWEB)
Full Release Notes
**🆕 New** - `2026.3.3` - **GOWS** - Add image sizes in messages - [#1402](https://github.com/devlikeapro/waha/issues/1402), [#901](https://github.com/devlikeapro/waha/issues/901) - `2026.3.3` - **GOWS** - Add `WAHA_GOWS_DEVICE_*` env variables for historical message sync depth - [#1963](https://github.com/devlikeapro/waha/issues/1963) - `2026.3.3` - **GOWS** - Add `displayName` to `sendContactVcard` - [#1978](https://github.com/devlikeapro/waha/issues/1978) - `2026.3.3` - **NOWEB** - Add view once messages in `message` event - [#1972](https://github.com/devlikeapro/waha/issues/1972) - `2026.3.3` - **NOWEB** - Add image size when sending to newsletter - [#1980](https://github.com/devlikeapro/waha/issues/1980) 🛠️ **Fixes** - `2026.3.3` - Fix BR landline normalization for Brazilian landline numbers - [#1974](https://github.com/devlikeapro/waha/issues/1974) - `2026.3.3` - **GOWS** - Fix no device part - [#1977](https://github.com/devlikeapro/waha/issues/1977) - `2026.3.3` - **API** - Fix “Cannot read properties of undefined (reading ‘isAdmin’)” - [#1969](https://github.com/devlikeapro/waha/issues/1969) - `2026.3.3` - **WEBJS** - Fix profile picture and channels list - [#1707](https://github.com/devlikeapro/waha/issues/1707), [#1947](https://github.com/devlikeapro/waha/issues/1947), [#1959](https://github.com/devlikeapro/waha/issues/1959) - `2026.3.3` - **NOWEB** - Fix CPU spikes (lid/c.us merge optimization) - [#1955](https://github.com/devlikeapro/waha/issues/1955) - `2026.3.3` - **GOWS** - Fix CPU spikes in PostgreSQL - [#1955](https://github.com/devlikeapro/waha/issues/1955) - `2026.3.3` - yarn - support all CPU/OS architectures - [#1952](https://github.com/devlikeapro/waha/issues/1952) ## What's Changed * [core] Fix BR landline normalization in PhoneJidNormalizer by @bergpinheiro in https://github.com/devlikeapro/waha/pull/1976 **Full Changelog**: https://github.com/devlikeapro/waha/compare/2026.3.2...2026.3.3