Releases: mautrix/whatsapp
Releases Β· mautrix/whatsapp
v0.11.0
Release post: https://mau.fi/blog/2024-10-mautrix-release/
- Bumped minimum Go version to 1.22.
- Dropped support for unauthenticated media on Matrix.
- Changed import path to
go.mau.fi/mautrix-whatsapp
. - Rewrote bridge using bridgev2 architecture.
- It is recommended to check the config file after upgrading. If you have prevented the bridge from writing to the config, you should update it manually.
- Group management features and commands are not yet available. If you rely on those, it may be better to wait for the next release.
v0.10.9
v0.10.8
Note: this release has a bug handling replies in encrypted rooms from clients that don't use mautrix-go or matrix-rust-sdk. Element Web with Rust crypto and Element X should work fine, but other clients likely won't. It is recommended to skip this release if you use end-to-bridge encryption with such clients.
- Added proxying options to config.
- Updated fallback message for live locations and polls to clarify the user should open the native WhatsApp app.
v0.10.7
v0.10.6
v0.10.5
v0.10.4
v0.10.3
v0.10.2 (security update)
- Stopped using libwebp for decoding webps.
v0.10.1
- Added support for double puppeting with arbitrary
as_token
s. See docs for more info. - Added retrying for media downloads when WhatsApp servers break and start returning 429s and 503s.
- Fixed logging in with 8-letter code.
- Fixed syncing community announcement groups.
- Changed "Incoming call" message to explicitly say you have to open WhatsApp on your phone to answer.