Update module maunium.net/go/mautrix to v0.23.1 #8

Merged
finn merged 1 commit from renovate/maunium.net-go-mautrix-0.x into main 2025-02-16 19:58:46 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.23.1

Compare Source

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

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.0` -> `v0.23.1` | --- ### Release Notes <details> <summary>mautrix/go (maunium.net/go/mautrix)</summary> ### [`v0.23.1`](https://github.com/mautrix/go/blob/HEAD/CHANGELOG.md#v0231-2025-02-16) [Compare Source](https://github.com/mautrix/go/compare/v0.23.0...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`. [MSC4194]: https://github.com/matrix-org/matrix-spec-proposals/pull/4194 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2025-02-16 16:05:32 +00:00
Update module maunium.net/go/mautrix to v0.23.1
Some checks failed
/ build-container (push) Successful in 25s
/ Deploy to kubernetes (push) Failing after 10s
ed73c5996a
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):

  • 6 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.7 -> 1.24.0
google.golang.org/protobuf v1.36.3 -> v1.36.5
go.mau.fi/util v0.8.4 -> v0.8.5
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 -> v0.0.0-20250215185904-eff6e970281f
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.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): - 6 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :--------------------------- | :--------------------------------------------------------------------------- | | `go` | `1.22.7` -> `1.24.0` | | `google.golang.org/protobuf` | `v1.36.3` -> `v1.36.5` | | `go.mau.fi/util` | `v0.8.4` -> `v0.8.5` | | `golang.org/x/crypto` | `v0.32.0` -> `v0.33.0` | | `golang.org/x/exp` | `v0.0.0-20250106191152-7588d65b2ba8` -> `v0.0.0-20250215185904-eff6e970281f` | | `golang.org/x/sync` | `v0.10.0` -> `v0.11.0` | | `golang.org/x/sys` | `v0.29.0` -> `v0.30.0` |
finn merged commit ed73c5996a into main 2025-02-16 19:58:46 +00:00
finn deleted branch renovate/maunium.net-go-mautrix-0.x 2025-02-16 19:58:46 +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#8
No description provided.