Skip to main content

Search

Items tagged with: Conduit


The next release of the js sdk is planning to bump the supported #matrix spec version to 1.5 or 1.6. This means it and as a result also Element Web will refuse to start on current versions of #conduit and #dendrite. This is an intentional decision resulting from a discussion between several SCT members.

I think that approach is bad and it should check for a range of supported versions instead of arbitrarily bumping the minor version to make the ecosystem move, but this is a heads up, that now is the time to contribute to both of those servers, if you use them and want to use the Element Web client on them going forward. (I already had my discussion with the SCT and I won't tell other projects, what they should do.)

JS-SDK change: https://github.com/matrix-org/matrix-js-sdk/pull/3970Dendrite supported versions: https://github.com/matrix-org/dendrite/blob/9a5a56718e52793bbdf672ff1d19b37410010f77/clientapi/routing/routing.go#L132Conduit supported versions: https://gitlab.com/famedly/conduit/-/blob/next/src/api/client_server/unversioned.rs#L18


#FluffyChat is now given a proper #IntegrationTests setup via MR https://gitlab.com/famedly/fluffychat/-/merge_requests/1062.

The changes include:
- testing full features against all homeservers (#Synapse, #Conduit & #Dendrite)
- normalize the app's behavior independent of platform (currently Android FLOSS, Android proprietary and Linux supported)
- set of built-in helpers in order to simplify user login, logout or bootstrap processes in all future test cases

Platform-specific workarounds just took around 30 h of work.

#matrix