Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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).
  • (client) Added wrapper method for MSC4194's redact endpoint.
  • (pushrules) Fixed content rules not considering word boundaries and being case-sensitive.
  • (crypto) Fixed bugs that would cause key exports to fail for no reason.
  • (crypto) Deprecated ResolveTrust in favor of ResolveTrustContext.
  • (crypto) Stopped accepting secret shares from unverified devices.
  • Breaking change (crypto) Changed GetAndVerifyLatestKeyBackupVersion to take an optional private key parameter. The method will now trust the public key if it matches the provided private key even if there are no valid signatures.
  • Breaking change (crypto) Added context parameter to IsDeviceTrusted.

v0.23.0

  • Breaking change (client) Changed JoinRoom parameters to allow multiple vias.
  • Breaking change (bridgev2) Updated capability system.
    • The return type of NetworkAPI.GetCapabilities is now different.
    • Media type capabilities are enforced automatically by bridgev2.
    • Capabilities are now sent to Matrix rooms using the com.beeper.room_features state event.

... (truncated)

Changelog

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

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.
  • (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 (2025-02-16)

... (truncated)

Commits
  • 7165d3f Bump version to v0.23.3
  • 7cb13f8 bridgev2/status: add user_action field for bridge states
  • 89b4190 bridgev2/userlogin: stop using deprecated alias
  • aae91f6 bridgev2: split stopping matrix connector
  • 95a7e94 bridgev2: don't keep cache lock while waiting for stop
  • 99ff0c0 crypto/decryptmegolm: add option to ignore failing to parse content after dec...
  • 60e14d7 format: parse task list html
  • 56e2adb commands: add generic command processing framework for bots
  • 7c1b0c5 format: add EscapeMarkdown
  • 0f06c9c event/content: add SetThread method
  • 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 5, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/maunium.net/go/mautrix-0.23.3 branch from d3cd8b4 to 7046e5f Compare May 15, 2025 14:37
@mudler mudler enabled auto-merge (squash) May 15, 2025 22:09
@mudler
Copy link
Owner

mudler commented May 18, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mudler
Copy link
Owner

mudler commented May 18, 2025

@dependabot recreate

Bumps [maunium.net/go/mautrix](https://github.com/mautrix/go) from 0.17.0 to 0.23.3.
- [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.23.3)

---
updated-dependencies:
- dependency-name: maunium.net/go/mautrix
  dependency-version: 0.23.3
  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.23.3 branch from 4d3d7d4 to f199361 Compare May 18, 2025 12:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Superseded by #168.

@dependabot dependabot bot closed this May 19, 2025
auto-merge was automatically disabled May 19, 2025 19:10

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/maunium.net/go/mautrix-0.23.3 branch May 19, 2025 19:10
skyscope-sentinel pushed a commit to skyscope-sentinel/LocalAGI that referenced this pull request Aug 13, 2025
* chore(README): update

Signed-off-by: mudler <mudler@localai.io>

* Update logos

---------

Signed-off-by: mudler <mudler@localai.io>
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.

2 participants