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

Declare support for Matrix 1.5 #3223

Open
1 of 3 tasks
S7evinK opened this issue Oct 2, 2023 · 1 comment
Open
1 of 3 tasks

Declare support for Matrix 1.5 #3223

S7evinK opened this issue Oct 2, 2023 · 1 comment
Labels
good first issue Want to help with Dendrite? These are the issues to start with! help wanted More difficult than good-first-issue but not impossible! spec-compliance Fix something that doesn't comply with the specs

Comments

@S7evinK
Copy link
Contributor

S7evinK commented Oct 2, 2023

Complete changelog v1.5

Client-Server API

Backwards Compatible Changes

  • Add m.reference relations, as per MSC3267.
    • Only missing aggregation, if anything?

Spec Clarifications
(NOTE: non-actionable things removed, as well as things we don't have implemented at all yet, e.g. refresh tokens clarification would be fixed when implementing refresh tokens)

  • Define a 400 response from /_matrix/client/v3/directory/rooms/{roomAlias}. (#1286)
    • We already return 400, but not the correct errcode

Application Service API

Spec Clarifications

  • Clarify that application services can only register an interest in local users, as per MSC3905. (#1305)
    • From the looks of it, we just compile the provided regex, but don't check if the user is local
@S7evinK S7evinK added good first issue Want to help with Dendrite? These are the issues to start with! spec-compliance Fix something that doesn't comply with the specs help wanted More difficult than good-first-issue but not impossible! labels Oct 2, 2023
S7evinK added a commit that referenced this issue Jan 9, 2024
…#3297)

Part of #3223
(matrix-org/matrix-spec#1286)

(For `DELETE` we don't validate the alias, but just return a 404 if we
can't find it)
@LeonardoMantovani
Copy link

Is this the reason why Element Web doesn't let me login into a dendrite server?
It says the server is too old or doesn't support the minimum API requested both if I try with my dendrite server that I just spinned up and with dendrite.matrix.org...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Want to help with Dendrite? These are the issues to start with! help wanted More difficult than good-first-issue but not impossible! spec-compliance Fix something that doesn't comply with the specs
Projects
None yet
Development

No branches or pull requests

2 participants