element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Declare support for Matrix 1.4 #3222

Open matrixbot opened 1 week ago

matrixbot commented 1 week ago

This issue was originally created by @S7evinK at https://github.com/matrix-org/dendrite/issues/3222.

Some of these are good first issues

Complete changelog v1.4

Client-Server API

Backwards Compatible Changes

Spec Clarifications (NOTE: Non-actionable things removed)

Server-Server API

Backwards Compatible Changes

Application Service API

Breaking Changes

matrixbot commented 1 week ago

This comment was originally posted by @slack-coder at https://github.com/matrix-org/dendrite/issues/3222#issuecomment-2009600253.

Heads up, the latest mautrix-whatsapp release (v0.10.6) now expects this version. A workaround is to use version 0.10.5.

2024-03-20T07:10:23-05:00 FTL The homeserver is outdated (supported spec versions are below minimum required by bridge) bridge_requires=v1.4 server_supports=v1.2
matrixbot commented 1 week ago

This comment was originally posted by @Naxora at https://github.com/matrix-org/dendrite/issues/3222#issuecomment-2053596231.

Also mautrix-meta bridge need this version.

2024-04-13T09:57:15Z FTL The homeserver is outdated (supported spec versions are below minimum required by bridge) bridge_requires=v1.4 server_supports=v1.2
matrixbot commented 1 week ago

This comment was originally posted by @fabrixxm at https://github.com/matrix-org/dendrite/issues/3222#issuecomment-2139783688.

Heads up, the latest mautrix-whatsapp release (v0.10.6) now expects this version. A workaround is to use version 0.10.5.

Which unfortunately does not connects to WA anymore...

INF Bridge is using outdated WhatsApp web protocol (2.2353.59, latest is 2.3000.0)

WhatsApp bridge bot Failed to log in: outdated client. The bridge must be updated to continue.

matrixbot commented 1 week ago

This comment was originally posted by @cyberb at https://github.com/matrix-org/dendrite/issues/3222#issuecomment-2284860697.

latest slack bridge error: matrix.slack[3352]: 2024-08-12T20:02:30.864Z FTL The homeserver is outdated (supported spec versions are below minimum required by bridge) bridge_requires=v1.4 server_supports=v1.2 is there any progress on this? or dendrite is slowly dying?

matrixbot commented 1 week ago

This comment was originally posted by @bbortt at https://github.com/matrix-org/dendrite/issues/3222#issuecomment-2397460482.

or dendrite is slowly dying?

seeing as how old this thread is, I suppose: yes.

it's also not an easy task that would allow for first-time contributors to work on, from what I am reading. at least to me this stuff sounds relatively complicated.