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.18.1 #814

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v0.18.1

Compare Source

  • (format) Added a context.Context field to HTMLParser's Context struct.
  • (bridge) Added support for handling join rules, knocks, invites and bans
    (thanks to @​maltee1 in #​193 and #​204).
  • (crypto) Changed forwarded room key handling to only accept keys with a
    lower first known index than the existing session if there is one.
  • (crypto) Changed key backup restore to assume own device list is up to date
    to avoid re-requesting device list for every deleted device that has signed
    key backup.
  • (crypto) Fixed memory cache not being invalidated when storing own
    cross-signing keys

v0.18.0

Compare Source

  • Breaking change (client, bridge, appservice) Dropped support for
    maulogger. Only zerolog loggers are now provided by default.
  • (bridge) Fixed upload size limit not having a default if the server
    returned no value.
  • (synapseadmin) Added wrappers for some room and user admin APIs.
    (thanks to @​grvn-ht in #​181).
  • (crypto/verificationhelper) Fixed bugs.
  • (crypto) Fixed key backup uploading doing too much base64.
  • (crypto) Changed EncryptMegolmEvent to return an error if persisting the
    megolm session fails. This ensures that database errors won't cause messages
    to be sent with duplicate indexes.
  • (crypto) Changed GetOrRequestSecret to use a callback instead of returning
    the value directly. This allows validating the value in order to ignore
    invalid secrets.
  • (id) Added ParseCommonIdentifier function to parse any Matrix identifier
    in the Common Identifier Format.
  • (federation) Added simple key server that passes the federation tester.
beta.1 (2024-02-16)
  • Bumped minimum Go version to 1.21.
  • (bridge) Bumped minimum Matrix spec version to v1.4.
  • Breaking change (crypto) Deleted old half-broken interactive
    verification code and replaced it with a new verificationhelper.
    • The new verification helper is still experimental.
    • Both QR and emoji verification are supported (in theory).
  • (crypto) Added support for server-side key backup.
  • (crypto) Added support for receiving and sending secrets like cross-signing
    private keys via secret sharing.
  • (crypto) Added support for tracking which devices megolm sessions were
    initially shared to, and allowing re-sharing the keys to those sessions.
  • (client) Changed cross-signing key upload method to accept a callback for
    user-interactive auth instead of only hardcoding password support.
  • (appservice) Dropped support for legacy non-prefixed appservice paths
    (e.g. /transactions instead of /_matrix/app/v1/transactions).
  • (appservice) Dropped support for legacy access_token authorization in
    appservice endpoints.
  • (bridge) Fixed RawArgs field in command events of command state callbacks.
  • (appservice) Added CreateFull helper function for creating an AppService
    instance with all the mandatory fields set.

v0.17.0

Compare Source

  • Breaking change (bridge) Added raw event to portal membership handling
    functions.
  • Breaking change (everything) Added context parameters to all functions
    (started by @​recht in #​144).
  • Breaking change (client) Moved event source from sync event handler
    function parameters to the Mautrix.EventSource field inside the event
    struct.
  • Breaking change (client) Moved EventSource to event.Source.
  • (client) Removed deprecated OldEventIgnorer. The non-deprecated version
    (Client.DontProcessOldEvents) is still available.
  • (crypto) Added experimental pure Go Olm implementation to replace libolm
    (thanks to @​DerLukas15 in #​106).
    • You can use the goolm build tag to the new implementation.
  • (bridge) Added context parameter for bridge command events.
  • (bridge) Added method to allow custom validation for the entire config.
  • (client) Changed default syncer to not drop unknown events.
    • The syncer will still drop known events if parsing the content fails.
    • The behavior can be changed by changing the ParseErrorHandler function.
  • (crypto) Fixed some places using math/rand instead of crypto/rand.

Configuration

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

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot added the type/deps label Jan 16, 2024
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch from e3829e3 to 208f35b Compare January 16, 2024 18:47
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch 4 times, most recently from ba7afe3 to 33a6fdf Compare January 22, 2024 22:55
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch 7 times, most recently from 90d365b to b8626a7 Compare January 31, 2024 09:50
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch 3 times, most recently from 31dbc07 to cdaa463 Compare February 8, 2024 21:20
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch from cdaa463 to a0fc55e Compare March 16, 2024 12:32
@renovate renovate bot changed the title fix(deps): update module maunium.net/go/mautrix to v0.17.0 fix(deps): update module maunium.net/go/mautrix to v0.18.0 Mar 16, 2024
@pull-request-size pull-request-size bot added size/M and removed size/S labels Mar 16, 2024
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch from a0fc55e to e39e520 Compare April 14, 2024 12:24
@renovate renovate bot force-pushed the renovate/maunium.net-go-mautrix-0.x branch from e39e520 to f79dbdf Compare April 16, 2024 13:11
@renovate renovate bot changed the title fix(deps): update module maunium.net/go/mautrix to v0.18.0 fix(deps): update module maunium.net/go/mautrix to v0.18.1 Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants