fix(deps): update module maunium.net/go/mautrix to v0.15.0 #561
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.14.0
->v0.15.0
Release Notes
mautrix/go
v0.15.0
Compare Source
beta.3 (2023-03-15)
Load()
andAppService.Init()
functions. The struct should just be created with
Create()
and the relevantfields should be filled manually.
HomeserverURL
field andreplaced it with a
SetHomeserverURL
method.appservice HTTP server.
strings (using zerolog's
Dur()
, so the exact output can be configured).events, and when failing to decrypt due to duplicate index.
enabled.
beta.2 (2023-03-02)
nocrypto
tag.when
file_name_format
was empty.FullyQualify
method to add necessary emojivariation selectors without adding all possible ones.
beta.1 (2023-02-24)
Client
andBridge
structs still include a legacy logger forbackwards compatibility.
SQLStateStore
from appservice module to thetop-level (client) module.
Typing
map inSQLStateStore
.SaveRoom
andLoadRoom
methods inStorer
.SendVideo
andSendImage
methods.AppServiceUserID
field withSetAppServiceUserID
boolean.The
UserID
field is used as the value for the query param.GobStore
toMemoryStore
and removed the file savingfeatures. The data can still be persisted, but the persistence part must be
implemented separately.
DeviceIdentity
alias(renamed to
id.Device
long ago).Stringifable
interface as it's the same asfmt.Stringer
.Storer
interface toSyncStore
. A type alias exists forbackwards-compatibility.
M_UNKNOWN_TOKEN
errors.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.
This PR has been generated by Mend Renovate. View repository job log here.