Skip to content

Releases: mautrix/whatsapp

v0.11.0

16 Oct 11:22
Compare
Choose a tag to compare

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

16 Jul 11:19
Compare
Choose a tag to compare
  • Added support for receiving Meta AI messages.
  • Fixed m.relates_to handling bug in previous release.

v0.10.8

16 Jun 21:11
Compare
Choose a tag to compare
v0.10.8 Pre-release
Pre-release

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

16 Apr 11:30
Compare
Choose a tag to compare
  • Changed media download retries to be handled asynchronously instead of blocking other messages.

v0.10.6

16 Mar 12:03
Compare
Choose a tag to compare
  • Bumped minimum Go version to 1.21.
  • Added 8-letter code pairing support to provisioning API.
  • Added more bugs to fix later.
  • Renamed default branch from master to main.

v0.10.5

16 Dec 21:52
Compare
Choose a tag to compare
  • Added support for sending media to channels.
  • Fixed voting in polls (seems to have broken due to a server-side change).
  • Improved memory usage for bridges with lots of portals.

v0.10.4

16 Nov 22:02
Compare
Choose a tag to compare
  • Added support for channels in join and open commands.
  • Added initial bridging of channel admin to room admin status.
  • Fixed panic when trying to send message in a portal which has a relaybot set if the relaybot user gets logged out of WhatsApp.

v0.10.3

16 Oct 11:27
Compare
Choose a tag to compare
  • Added basic support for channels.
  • Added default mime type for outgoing attachments when the origin Matrix client forgets to specify the mime type.
  • Fixed legacy backfill creating portals for chats without messages.
  • Updated libwebp version used for encoding.

v0.10.2 (security update)

19 Sep 18:45
Compare
Choose a tag to compare
  • Stopped using libwebp for decoding webps.

v0.10.1

16 Sep 15:01
Compare
Choose a tag to compare
  • Added support for double puppeting with arbitrary as_tokens. 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.