Closed renovate[bot] closed 3 weeks ago
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):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.22 -> 1.22.0 |
go.mau.fi/util |
v0.6.0 -> v0.8.1 |
golang.org/x/exp |
v0.0.0-20240719175910-8a7402abbf56 -> v0.0.0-20241009180824-f66d83c29e7c |
github.com/tidwall/gjson |
v1.17.1 -> v1.18.0 |
golang.org/x/crypto |
v0.25.0 -> v0.28.0 |
golang.org/x/net |
v0.27.0 -> v0.30.0 |
golang.org/x/sys |
v0.22.0 -> v0.26.0 |
golang.org/x/text |
v0.16.0 -> v0.19.0 |
google.golang.org/protobuf |
v1.34.2 -> v1.35.1 |
This PR contains the following updates:
v0.19.0
->v0.21.1
Release Notes
mautrix/go (maunium.net/go/mautrix)
### [`v0.21.1`](https://redirect.github.com/mautrix/go/blob/HEAD/CHANGELOG.md#v0211-2024-10-16) [Compare Source](https://redirect.github.com/mautrix/go/compare/v0.21.0...v0.21.1) - *(bridgev2)* Added more features and fixed bugs. - *(hicli)* Added more features and fixed bugs. - *(appservice)* Removed TLS support. A reverse proxy should be used if TLS is needed. - *(format/mdext)* Added goldmark extension to fix indented paragraphs when disabling indented code block parser. - *(event)* Added `Has` method for `Mentions`. - *(event)* Added basic support for the unstable version of polls. ### [`v0.21.0`](https://redirect.github.com/mautrix/go/blob/HEAD/CHANGELOG.md#v0210-2024-09-16) [Compare Source](https://redirect.github.com/mautrix/go/compare/v0.20.0...v0.21.0) - **Breaking change *(client)*** Dropped support for unauthenticated media. Matrix v1.11 support is now required from the homeserver, although it's not enforced using `/versions` as some servers don't advertise it. - *(bridgev2)* Added more features and fixed bugs. - *(appservice,crypto)* Added support for using MSC3202 for appservice encryption. - *(crypto/olm)* Made everything into an interface to allow side-by-side testing of libolm and goolm, as well as potentially support vodozemac in the future. - *(client)* Fixed requests being retried even after context is canceled. - *(client)* Added option to move `/sync` request logs to trace level. - *(error)* Added `Write` and `WithMessage` helpers to `RespError` to make it easier to use on servers. - *(event)* Fixed `org.matrix.msc1767.audio` field allowing omitting the duration and waveform. - *(id)* Changed `MatrixURI` methods to not panic if the receiver is nil. - *(federation)* Added limit to response size when fetching `.well-known` files. ### [`v0.20.0`](https://redirect.github.com/mautrix/go/blob/HEAD/CHANGELOG.md#v0200-2024-08-16) [Compare Source](https://redirect.github.com/mautrix/go/compare/v0.19.0...v0.20.0) - Bumped minimum Go version to 1.22. - *(bridgev2)* Added more features and fixed bugs. - *(event)* Added types for [MSC4144]: Per-message profiles. - *(federation)* Added implementation of server name resolution and a basic client for making federation requests. - *(crypto/ssss)* Changed recovery key/passphrase verify functions to take the key ID as a parameter to ensure it's correctly set even if the key metadata wasn't fetched via `GetKeyData`. - *(format/mdext)* Added goldmark extensions for single-character bold, italic and strikethrough parsing (as in `*foo*` -> **foo**, `_foo_` -> *foo* and `~foo~` -> ~~foo~~) - *(format)* Changed `RenderMarkdown` et al to always include `m.mentions` in returned content. The mention list is filled with matrix.to URLs from the input by default. [MSC4144]: https://redirect.github.com/matrix-org/matrix-spec-proposals/pull/4144Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.