wayback icon indicating copy to clipboard operation
wayback copied to clipboard

Bump maunium.net/go/mautrix from 0.10.12 to 0.11.0

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps maunium.net/go/mautrix from 0.10.12 to 0.11.0.

Release notes

Sourced from maunium.net/go/mautrix's releases.

v0.11.0

  • Bumped minimum Go version to 1.17.
  • Switched from /r0 to /v3 paths everywhere.
    • The new v3 paths are implemented since Synapse 1.48, Dendrite 0.6.5, and Conduit 0.4.0. Servers older than these are no longer supported.
  • Switched from blackfriday to goldmark for markdown parsing in the format module and added spoiler syntax.
  • Added EncryptInPlace and DecryptInPlace methods for attachment encryption. In most cases the plain/ciphertext is not necessary after en/decryption, so the old Encrypt and Decrypt are deprecated.
  • Added wrapper for /rooms/.../aliases.
  • Added utility for adding/removing emoji variation selectors to match recommendations on reactions in Matrix.
  • Added support for async media uploads (MSC2246).
  • Added automatic sleep when receiving 429 error (thanks to @​ownaginatious in #44).
  • Added support for parsing spec version numbers from the /versions endpoint.
  • Removed unstable prefixed constant used for appservice login.
  • Fixed URL encoding not working correctly in some cases.
Commits
  • 420b820 Bump version to v0.11.0
  • 24d26db Update dependencies
  • b1a9b6b Parse spec version numbers in /versions response
  • 58e10ec Remove unstable prefixed constant for appservice login
  • eaab53c Update mautrix-whatsapp link in readme
  • 4db0cd5 Make automatic rate limit handling optional
  • 1c6ce4c Merge remote-tracking branch 'ownaginatious/handle_429'
  • eff2fc7 Log error instead of returning it in checkpoint.Send
  • 09c8c43 Switch to testify assert in attachment tests
  • 5eebba0 Add stream decryption and other improvements
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar May 17 '22 14:05 dependabot[bot]

Codecov Report

Merging #171 (ef1d232) into main (70de07b) will increase coverage by 0.91%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
+ Coverage   43.93%   44.85%   +0.91%     
==========================================
  Files          40       40              
  Lines        5023     5023              
==========================================
+ Hits         2207     2253      +46     
+ Misses       2535     2488      -47     
- Partials      281      282       +1     
Impacted Files Coverage Δ
publish/matrix.go 53.33% <0.00%> (+5.00%) :arrow_up:
reduxer/reduxer.go 57.00% <0.00%> (+10.38%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70de07b...ef1d232. Read the comment docs.

codecov[bot] avatar Jun 04 '22 10:06 codecov[bot]

Superseded by #192.

dependabot[bot] avatar Aug 16 '22 14:08 dependabot[bot]