Skip to content
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

fix(deps): update module maunium.net/go/mautrix to v0.21.0 #148

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
maunium.net/go/mautrix v0.19.0 -> v0.21.0 age adoption passing confidence

Release Notes

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

v0.21.0

Compare Source

  • 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

Compare Source

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

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 16, 2024

ℹ 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 -> 1.23.1
github.com/tidwall/gjson v1.17.1 -> v1.17.3
go.mau.fi/util v0.6.0 -> v0.8.0
golang.org/x/crypto v0.26.0 -> v0.27.0
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/net v0.28.0 -> v0.29.0
golang.org/x/sys v0.23.0 -> v0.25.0

@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch from 0d6d30a to 07efa1a Compare September 16, 2024 12:44
@renovate renovate bot changed the title fix(deps): update module maunium.net/go/mautrix to v0.20.0 fix(deps): update module maunium.net/go/mautrix to v0.21.0 Sep 16, 2024
Copy link
Contributor Author

renovate bot commented Sep 20, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@xoxys xoxys merged commit a80c5a6 into main Sep 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant