Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Modernize appservice paths and authentication #3316

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

tulir
Copy link
Member

@tulir tulir commented Jan 27, 2024

This brings Dendrite's appservice spec support up to v1.4, from the previous level of pre-release-spec support only (even r0.1.0 wasn't supported for pushing transactions 🙃). There are config options to revert to the old behavior, but the default is v1.4+ only. Synapse also does that

mautrix bridges will drop support for legacy paths and authentication soon (and possibly also require matrix v1.4 to be advertised, but I might add some workaround to not require that for dendrite)

@tulir tulir requested a review from a team as a code owner January 27, 2024 20:54
Signed-off-by: Tulir Asokan <tulir@maunium.net>
@tulir tulir force-pushed the tulir/appservice-update branch from 0879d63 to 7726582 Compare January 27, 2024 20:57
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

Attention: 49 lines in your changes are missing coverage. Please review.

Comparison is base (87f028d) 65.47% compared to head (7726582) 65.36%.

Files Patch % Lines
appservice/query/query.go 31.74% 27 Missing and 16 partials ⚠️
appservice/consumers/roomserver.go 33.33% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3316      +/-   ##
==========================================
- Coverage   65.47%   65.36%   -0.12%     
==========================================
  Files         510      510              
  Lines       57595    57639      +44     
==========================================
- Hits        37712    37675      -37     
- Misses      16000    16060      +60     
- Partials     3883     3904      +21     
Flag Coverage Δ
unittests 49.96% <31.94%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@S7evinK S7evinK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@S7evinK S7evinK merged commit 0f6b81f into matrix-org:main Feb 3, 2024
18 of 20 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants