matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.75k stars 676 forks source link

Declare support for Matrix 1.1 #3216

Open S7evinK opened 1 year ago

S7evinK commented 1 year ago

A list of things to actually announce support for 1.1 (while we already do) While this is about getting actual 1.1 support, it make sense to check https://spec.matrix.org/latest/

Complete changelog v1.1

Client-Server API

New Endpoints

Removed Endpoints

Backwards Compatible Changes

Server-Server API

New Endpoints

Backwards Compatible Changes

spaetz commented 10 months ago

The login redirect endpoint could very easily be supported given dendeite does not support multiple identiy providers: This would behave identically to the existing endpoint without the last argument except would allow the server to forward the user directly to the correct IdP.

Afaik, we could alias the endpoint and just ignore the idp suffix until different auth providers are actually implemented.

spaetz commented 10 months ago

Knocking is https://github.com/matrix-org/dendrite/issues/3095