Update module maunium.net/go/mautrix to v0.23.2 #10

Merged
finn merged 1 commit from renovate/maunium.net-go-mautrix-0.x into main 2025-03-17 06:35:13 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
maunium.net/go/mautrix require patch v0.23.1 -> v0.23.2

Release Notes

mautrix/go (maunium.net/go/mautrix)

v0.23.2

Compare Source

  • 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [maunium.net/go/mautrix](https://github.com/mautrix/go) | require | patch | `v0.23.1` -> `v0.23.2` | --- ### Release Notes <details> <summary>mautrix/go (maunium.net/go/mautrix)</summary> ### [`v0.23.2`](https://github.com/mautrix/go/blob/HEAD/CHANGELOG.md#v0232-2025-03-16) [Compare Source](https://github.com/mautrix/go/compare/v0.23.1...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. [MSC2815]: https://github.com/matrix-org/matrix-spec-proposals/pull/2815 [MSC3765]: https://github.com/matrix-org/matrix-spec-proposals/pull/3765 [MSC4140]: https://github.com/matrix-org/matrix-spec-proposals/pull/4140 [MSC4204]: https://github.com/matrix-org/matrix-spec-proposals/pull/4204 [MSC4205]: https://github.com/matrix-org/matrix-spec-proposals/pull/4205 [MSC4222]: https://github.com/matrix-org/matrix-spec-proposals/pull/4222 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-03-16 15:06:14 +00:00
Update module maunium.net/go/mautrix to v0.23.2
Some checks failed
/ build-container (push) Successful in 2m0s
/ Deploy to kubernetes (push) Failing after 8s
68664fa094
Author
Collaborator

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
go.mau.fi/util v0.8.5 -> v0.8.6
golang.org/x/crypto v0.33.0 -> v0.36.0
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f -> v0.0.0-20250305212735-054e65f0b394
golang.org/x/sync v0.11.0 -> v0.12.0
golang.org/x/sys v0.30.0 -> v0.31.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 5 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------- | :--------------------------------------------------------------------------- | | `go.mau.fi/util` | `v0.8.5` -> `v0.8.6` | | `golang.org/x/crypto` | `v0.33.0` -> `v0.36.0` | | `golang.org/x/exp` | `v0.0.0-20250215185904-eff6e970281f` -> `v0.0.0-20250305212735-054e65f0b394` | | `golang.org/x/sync` | `v0.11.0` -> `v0.12.0` | | `golang.org/x/sys` | `v0.30.0` -> `v0.31.0` |
finn merged commit 68664fa094 into main 2025-03-17 06:35:13 +00:00
finn deleted branch renovate/maunium.net-go-mautrix-0.x 2025-03-17 06:35:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: finn/matrix-bridge-meshtastic#10
No description provided.