Skip to content

Releases: mautrix/meta

v25.12

16 Dec 13:49

Choose a tag to compare

Release post: https://mau.fi/blog/2025-12-mautrix-release/

  • Updated Docker image to Alpine 3.23.
  • Added support for changing unencrypted group names and avatars.
  • Added option to stop view-once media being bridged.
  • Changed thumbs-up stickers to be bridged as the emoji even in unencrypted chats to be consistent with encrypted ones.
  • Fixed false negatives when editing messages if the server lies about the result.
  • Fixed Instagram logins getting stuck disconnected in some cases after internal errors on Meta's servers.
  • Fixed duplicate attachments being bridged when the server sends duplicate attachments in a message for no apparent reason.

v25.11

16 Nov 12:58

Choose a tag to compare

Release post: https://mau.fi/blog/2025-11-mautrix-release/

  • Added workaround for users who are unable to send videos even on the native Instagram website.
  • Fixed bridge connection failing with certain FB/IG accounts.
  • Fixed bridging animated webp images received in encrypted chats.

v25.10

16 Oct 11:32

Choose a tag to compare

Release post: https://mau.fi/blog/2025-10-mautrix-release/

  • Switched to calendar versioning.
  • Removed legacy provisioning API and database legacy migration. Upgrading directly from versions prior to v0.4.0 is not supported.
    • If you've been using the bridge since before v0.4.0 and have prevented the bridge from writing to the config, you must either update the config manually or allow the bridge to update it for you before upgrading to this release (i.e. run v0.5.3 once with config writing allowed).
  • Added support for bridging replies to Facebook stories in encrypted chats.
  • Added support for disappearing messages in encrypted chats.
  • Added support for typing notifications in all directions.
  • Added initial support for creating unencrypted groups.

v0.5.3

16 Aug 12:33

Choose a tag to compare

Release post: https://mau.fi/blog/2025-08-mautrix-release/

  • Deprecated legacy provisioning API. The /_matrix/provision/v1 endpoints will be deleted in the next release.
  • Bumped minimum Go version to 1.24.
  • Added automatic refresh if sending media fails with please reload page error.
  • Added time limit for using cached connection states.

v0.5.2

16 Jul 11:09

Choose a tag to compare

Release post: https://mau.fi/blog/2025-07-mautrix-release/

  • Fixed handling some types of GraphQL errors.
  • Fixed LSVersion finding error on some accounts.

v0.5.1

16 Jun 19:21

Choose a tag to compare

  • Fixed deadlock on websocket disconnect (introduced in v0.5.0).

v0.5.0

16 Jun 18:14

Choose a tag to compare

Release post: https://mau.fi/blog/2025-06-mautrix-release/

  • Added option to reconnect faster after restart by caching connection state.
  • Added option to allow both Messenger and Facebook login without allowing Instagram.
  • Added basic support for direct media.
  • Added placeholders for encrypted messages on Instagram.
  • Updated Docker image to Alpine 3.22.
  • Changed Instagram reel bridging to never include caption.
  • Fixed detecting some types of logouts.

v0.4.6

16 Apr 11:35

Choose a tag to compare

Release post: https://mau.fi/blog/2025-04-mautrix-release/

  • Fixed bridging own read status in encrypted chats.
  • Fixed proxy not being used during login.

v0.4.5

16 Mar 16:45

Choose a tag to compare

Release post: https://mau.fi/blog/2025-03-mautrix-release/

  • Added experimental fix for fetching missing names in encrypted chats.
  • Added fallback for unsupported encrypted messages.

v0.4.4

16 Feb 16:16

Choose a tag to compare

Release post: https://mau.fi/blog/2025-02-mautrix-release/

  • Bumped minimum Go version to 1.23.
  • Added support for signaling supported features to clients using the com.beeper.room_features state event.
  • Added auto-reconnect for certain uncommon error cases.
  • Fixed replies with images including an extra blank message.