Skip to content

chore(deps): bump maunium.net/go/mautrix from 0.17.0 to 0.24.0 #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps maunium.net/go/mautrix from 0.17.0 to 0.24.0.

Release notes

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

v0.24.0

  • (commands) Added generic framework for implementing bot commands.
  • (client) Added support for specifying maximum number of HTTP retries using a context value instead of having to call MakeFullRequest manually.
  • (client,federation) Added methods for fetching room directories.
  • (federation) Added support for server side of request authentication.
  • (synapseadmin) Added wrapper for the account suspension endpoint.
  • (format) Added method for safely wrapping a string in markdown inline code.
  • (crypto) Added method to import key backup without persisting to database, to allow the client more control over the process.
  • (bridgev2) Added viewing chat interface to signal when the user is viewing a given chat.
  • (bridgev2) Added option to pass through transaction ID from client when sending messages to remote network.
  • (crypto) Fixed unnecessary error log when decrypting dummy events used for unwedging Olm sessions.
  • (crypto) Fixed forwarding_curve25519_key_chain not being set consistently when backing up keys.
  • (event) Fixed marshaling legacy VoIP events with no version field.
  • (bridgev2) Fixed disappearing message references not being deleted when the portal is deleted.
  • (bridgev2) Fixed read receipt bridging not ignoring fake message entries and causing unnecessary error logs.

v0.23.3

  • (commands) Added generic command processing framework for bots.
  • (client) Added allowed_room_ids field to room summary responses (thanks to @​nexy7574 in #367).
  • (bridgev2) Added support for custom timeouts on outgoing messages which have to wait for a remote echo.
  • (bridgev2) Added automatic typing stop event if the ghost user had sent a typing event before a message.
  • (bridgev2) The saved management room is now cleared if the user leaves the room, allowing the next DM to be automatically marked as a management room.
  • (bridge) Removed deprecated fallback package for bridge statuses. The status package is now only available under bridgev2.

v0.23.2

  • Breaking change (bridge) Removed legacy bridge module.
  • Breaking change (event) Changed m.federate field in room create event content to a pointer to allow detecting omitted values.
  • (bridgev2/commands) Added set-management-room command to set a new management room.
  • (bridgev2/portal) Changed edit bridging to ignore remote edits if the original sender on Matrix can't be puppeted.
  • (bridgv2) Added config option to disable bridging m.notice messages.
  • (appservice/http) Switched access token validation to use constant time comparisons.
  • (event) Added support for MSC3765 rich text topics.
  • (event) Added fields to policy list event contents for MSC4204 and MSC4205.
  • (client) Added method for getting the content of a redacted event using MSC2815.
  • (client) Added methods for sending and updating MSC4140 delayed events.
  • (client) Added support for MSC4222 in sync payloads.
  • (crypto/cryptohelper) Switched to using sqlite3-fk-wal instead of plain sqlite3 by default.
  • (crypto/encryptolm) Added generic method for encrypting to-device events.
  • (crypto/ssss) Fixed panic if server-side key metadata is corrupted.
  • (crypto/sqlstore) Fixed error when marking over 32 thousand device lists as outdated on SQLite.

v0.23.1

  • (client) Added FullStateEvent method to get a state event including metadata (using the ?format=event query parameter).

... (truncated)

Changelog

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

v0.24.0 (2025-05-16)

  • (commands) Added generic framework for implementing bot commands.
  • (client) Added support for specifying maximum number of HTTP retries using a context value instead of having to call MakeFullRequest manually.
  • (client,federation) Added methods for fetching room directories.
  • (federation) Added support for server side of request authentication.
  • (synapseadmin) Added wrapper for the account suspension endpoint.
  • (format) Added method for safely wrapping a string in markdown inline code.
  • (crypto) Added method to import key backup without persisting to database, to allow the client more control over the process.
  • (bridgev2) Added viewing chat interface to signal when the user is viewing a given chat.
  • (bridgev2) Added option to pass through transaction ID from client when sending messages to remote network.
  • (crypto) Fixed unnecessary error log when decrypting dummy events used for unwedging Olm sessions.
  • (crypto) Fixed forwarding_curve25519_key_chain not being set consistently when backing up keys.
  • (event) Fixed marshaling legacy VoIP events with no version field.
  • (bridgev2) Fixed disappearing message references not being deleted when the portal is deleted.
  • (bridgev2) Fixed read receipt bridging not ignoring fake message entries and causing unnecessary error logs.

v0.23.3 (2025-04-16)

  • (commands) Added generic command processing framework for bots.
  • (client) Added allowed_room_ids field to room summary responses (thanks to [@​nexy7574] in #367).
  • (bridgev2) Added support for custom timeouts on outgoing messages which have to wait for a remote echo.
  • (bridgev2) Added automatic typing stop event if the ghost user had sent a typing event before a message.
  • (bridgev2) The saved management room is now cleared if the user leaves the room, allowing the next DM to be automatically marked as a management room.
  • (bridge) Removed deprecated fallback package for bridge statuses. The status package is now only available under bridgev2.

#367: mautrix/go#367

v0.23.2 (2025-03-16)

  • Breaking change (bridge) Removed legacy bridge module.
  • Breaking change (event) Changed m.federate field in room create event content to a pointer to allow detecting omitted values.
  • (bridgev2/commands) Added set-management-room command to set a new management room.
  • (bridgev2/portal) Changed edit bridging to ignore remote edits if the original sender on Matrix can't be puppeted.

... (truncated)

Commits
  • 0a8e823 Bump version to v0.24.0
  • 978e098 dependencies: update
  • f23fc99 crypto/cross_signing: allow json marshaling cross-signing key seeds
  • a0191c8 bridgev2: expose background context
  • 23d91b6 bridgev2: fall back to remote ID for state update notices
  • 376fa1f bridgev2: fix initializing background context
  • 27769df bridgev2: add shared event handling context
  • 4ffe1d2 client: don't attempt to make requests if the homeserver URL isn't set (#376)
  • c93d30a bridgev2: add option to deduplicate Matrix messages by event or transaction ID
  • 72f6229 crypto: fix key export test
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 19, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/maunium.net/go/mautrix-0.24.0 branch from 22ff2c0 to 6eaec44 Compare May 24, 2025 20:17
Bumps [maunium.net/go/mautrix](https://github.com/mautrix/go) from 0.17.0 to 0.24.0.
- [Release notes](https://github.com/mautrix/go/releases)
- [Changelog](https://github.com/mautrix/go/blob/main/CHANGELOG.md)
- [Commits](mautrix/go@v0.17.0...v0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/maunium.net/go/mautrix-0.24.0 branch from 6eaec44 to e7fe364 Compare May 28, 2025 20:03
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.

0 participants