wayback
wayback copied to clipboard
Bump maunium.net/go/mautrix from 0.10.12 to 0.11.0
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
/r0to/v3paths everywhere.
- The new
v3paths 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
formatmodule and added spoiler syntax.- Added
EncryptInPlaceandDecryptInPlacemethods for attachment encryption. In most cases the plain/ciphertext is not necessary after en/decryption, so the oldEncryptandDecryptare 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
@ownaginatiousin #44).- Added support for parsing spec version numbers from the
/versionsendpoint.- Removed unstable prefixed constant used for appservice login.
- Fixed URL encoding not working correctly in some cases.
Commits
420b820Bump version to v0.11.024d26dbUpdate dependenciesb1a9b6bParse spec version numbers in /versions response58e10ecRemove unstable prefixed constant for appservice logineaab53cUpdate mautrix-whatsapp link in readme4db0cd5Make automatic rate limit handling optional1c6ce4cMerge remote-tracking branch 'ownaginatious/handle_429'eff2fc7Log error instead of returning it in checkpoint.Send09c8c43Switch to testify assert in attachment tests5eebba0Add stream decryption and other improvements- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #171 (ef1d232) into main (70de07b) will increase coverage by
0.91%. The diff coverage isn/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 dataPowered by Codecov. Last update 70de07b...ef1d232. Read the comment docs.
Superseded by #192.