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.15.3 #628

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
maunium.net/go/mautrix require patch v0.15.2 -> v0.15.3

Release Notes

mautrix/go

v0.15.3

Compare Source

  • (synapseadmin) Added wrappers for some Synapse admin API endpoints.
  • (pushrules) Implemented new event_property_is and event_property_contains
    push rule condition kinds as per MSC3758 and MSC3966.
  • (bridge) Moved websocket code from mautrix-imessage to enable all bridges
    to use appservice websockets easily.
  • (bridge) Added retrying for appservice pings.
  • (types) Removed unstable field for MSC3952 (intentional mentions).
  • (client) Deprecated OldEventIgnorer and added Client.DontProcessOldEvents
    to replace it.
  • (client) Added MoveInviteState sync handler for moving state events in
    the invite section of sync inside the invite event itself.
  • (crypto) Added option to not rotate keys when devices change.
  • (crypto) Added additional duplicate message index check if decryption fails
    because the keys had been ratcheted forward.
  • (client) Stabilized support for asynchronous uploads.
    • UnstableCreateMXC and UnstableUploadAsync were renamed to CreateMXC
      and UploadAsync respectively.
  • (util/dbutil) Added option to use a separate database connection pool for
    read-only transactions.
    • This is mostly meant for SQLite and it enables read-only transactions that
      don't lock the database, even when normal transactions are configured to
      acquire a write lock immediately.
  • (util/dbutil) Enabled caller info in zerolog by default.

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.

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (cd0bed4) 75.17% compared to head (d99349f) 75.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #628   +/-   ##
=======================================
  Coverage   75.17%   75.17%           
=======================================
  Files          42       42           
  Lines        1458     1458           
=======================================
  Hits         1096     1096           
  Misses        268      268           
  Partials       94       94           

β˜” View full report in Codecov by Sentry.
πŸ“’ Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot merged commit 27bd5f2 into main Jun 16, 2023
8 checks passed
@renovate renovate bot deleted the renovate/maunium.net-go-mautrix-0.x branch June 16, 2023 15:51
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

0 participants