Skip to content

chore(deps): bump maunium.net/go/mautrix from 0.26.1 to 0.26.4 - #33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/maunium.net/go/mautrix-0.26.4
Open

chore(deps): bump maunium.net/go/mautrix from 0.26.1 to 0.26.4#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/maunium.net/go/mautrix-0.26.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Copy link
Copy Markdown
Contributor

Bumps maunium.net/go/mautrix from 0.26.1 to 0.26.4.

Release notes

Sourced from maunium.net/go/mautrix's releases.

v0.26.4

  • Breaking change (client) Changed request structs that include UIA (register, upload cross-signing keys, delete devices) to take the auth data as a type parameter.
  • (crypto) Changed device key mismatches in Megolm decryption to mark the message as untrusted instead of failing entirely.
  • (crypto) Added new column to save origin of received Megolm sessions.
  • (bridgev2) Added support for setting custom profile fields (e.g. m.tz) for ghosts.
  • (bridgev2/commands) Added delete-chat command to delete chats on the remote network.
  • (client) Updated MSC2666 implementation to use stable endpoint.
  • (client) Stopped logging large (>32 KiB) request bodies.
  • (bridgev2/portal) Fixed potential deadlock when a portal ID change races with room creation.
  • (bridgev2/portal) Fixed the third reaction from Matrix being handled incorrectly on networks that only allow one reaction per message.
  • (bridgev2/database) Fixed finding first message in thread in case the thread contains messages with a lower timestamp than the root message.
  • (bridgev2/commands) Fixed login QR codes not having appropriate file info.
  • (bridgev2/commands) Fixed user input steps not working correctly after a display step.
  • (format/htmlparser) Fixed generating markdown for code blocks containing backticks.
  • (federation/eventauth) Fixed inverted check in ban membership authorization (thanks to @​nexy7574 in #464).

v0.26.3

  • Bumped minimum Go version to 1.25.
  • (client) Added fields for sending MSC4354 sticky events.
  • (bridgev2) Added automatic message request accepting when sending message.
  • (mediaproxy) Added support for federation thumbnail endpoint.
  • (crypto/ssss) Improved support for recovery keys with slightly broken metadata.
  • (crypto) Changed key import to call session received callback even for sessions that already exist in the database.
  • (appservice) Fixed building websocket URL accidentally using file path separators instead of always /.
  • (crypto) Fixed key exports not including the sender_claimed_keys field.
  • (client) Fixed incorrect context usage in async uploads.
  • (crypto) Fixed panic when passing invalid input to megolm message index parser used for debugging.
  • (bridgev2/provisioning) Fixed completed or failed logins not being cleaned up properly.

v0.26.2

  • (bridgev2) Added chunked portal deletion to avoid database locks when deleting large portals.
  • (crypto,bridgev2) Added option to encrypt reaction and reply metadata as per MSC4392.
  • (bridgev2/login) Added default_value for user input fields.
  • (bridgev2) Added interfaces to let the Matrix connector provide suggested HTTP client settings and to reset active connections of the network connector.
  • (bridgev2) Added interface to let network connectors get the provisioning API HTTP router and add new endpoints.
  • (event) Added blurhash field to Beeper link preview objects.
  • (event) Added MSC4391 support for bot commands.
  • (event) Dropped MSC4332 support for bot commands.
  • (client) Changed media download methods to return an error if the provided MXC URI is empty.
  • (client) Stabilized support for MSC4323.
  • (bridgev2/matrix) Fixed GetEvent panicking when trying to decrypt events.
  • (bridgev2) Fixed some deadlocks when room creation happens in parallel with a portal re-ID call.
Changelog

Sourced from maunium.net/go/mautrix's changelog.

v0.26.4 (2026-03-16)

  • Breaking change (client) Changed request structs that include UIA (register, upload cross-signing keys, delete devices) to take the auth data as a type parameter.
  • (crypto) Changed device key mismatches in Megolm decryption to mark the message as untrusted instead of failing entirely.
  • (crypto) Added new column to save origin of received Megolm sessions.
  • (bridgev2) Added support for setting custom profile fields (e.g. m.tz) for ghosts.
  • (bridgev2/commands) Added delete-chat command to delete chats on the remote network.
  • (client) Updated MSC2666 implementation to use stable endpoint.
  • (client) Stopped logging large (>32 KiB) request bodies.
  • (bridgev2/portal) Fixed potential deadlock when a portal ID change races with room creation.
  • (bridgev2/portal) Fixed the third reaction from Matrix being handled incorrectly on networks that only allow one reaction per message.
  • (bridgev2/database) Fixed finding first message in thread in case the thread contains messages with a lower timestamp than the root message.
  • (bridgev2/commands) Fixed login QR codes not having appropriate file info.
  • (bridgev2/commands) Fixed user input steps not working correctly after a display step.
  • (format/htmlparser) Fixed generating markdown for code blocks containing backticks.
  • (federation/eventauth) Fixed inverted check in ban membership authorization (thanks to [@​nexy7574] in #464).

#464: mautrix/go#464

v0.26.3 (2026-02-16)

  • Bumped minimum Go version to 1.25.
  • (client) Added fields for sending MSC4354 sticky events.
  • (bridgev2) Added automatic message request accepting when sending message.
  • (mediaproxy) Added support for federation thumbnail endpoint.
  • (crypto/ssss) Improved support for recovery keys with slightly broken metadata.
  • (crypto) Changed key import to call session received callback even for sessions that already exist in the database.
  • (appservice) Fixed building websocket URL accidentally using file path separators instead of always /.
  • (crypto) Fixed key exports not including the sender_claimed_keys field.
  • (client) Fixed incorrect context usage in async uploads.
  • (crypto) Fixed panic when passing invalid input to megolm message index parser used for debugging.
  • (bridgev2/provisioning) Fixed completed or failed logins not being cleaned up properly.

... (truncated)

Commits
  • b30986c Bump version to v0.26.4
  • 7101758 bridgev2/commands: fix user input step after a display step
  • 7f28aa1 bridgev2/commands: add power level check for create-group command
  • a70eb4d bridgev2/commands: add id command
  • c4c7875 bridgev2/commands: add command to delete chat on remote network
  • acc18d2 bridgev2/commands: split chat management commands to separate file
  • 1953538 bridgev2/portal: add event being handled to context variable
  • 8e564c3 client: fix stable mutual rooms path
  • ef6de85 format/htmlparser: fix generating markdown for code blocks with backticks
  • b42ac0e bridgev2/status: make RemoteProfile a non-pointer
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [maunium.net/go/mautrix](https://github.com/mautrix/go) from 0.26.1 to 0.26.4.
- [Release notes](https://github.com/mautrix/go/releases)
- [Changelog](https://github.com/mautrix/go/blob/main/CHANGELOG.md)
- [Commits](mautrix/go@v0.26.1...v0.26.4)

---
updated-dependencies:
- dependency-name: maunium.net/go/mautrix
  dependency-version: 0.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant