Open matrixbot opened 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
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
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.
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?
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.
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
.m.rule.room.server_acl
push rule to matchm.room.server_acl
events, as per MSC3786.Cross-Origin-Resource-Policy
(CORP) headers to media repository, as per MSC3828.type
when upgrading it, as per MSC3818.room_types
filter androom_type
response to/publicRooms
, as per MSC3827.room_types
exists, but is unusedm.replace
relations (event edits), as per MSC2676.m.read.private
receipts, as per MSC2285.m.fully_read
optional on/read_markers
, as per MSC2285.m.fully_read
markers to be set from/receipts
, as per MSC2285.m.thread
relations, as per MSC3440, MSC3816, MSC3856, and MSC3715.GET /rooms/{roomId}/threads
thread_id
to the/receipt
endpoint, as per MSC3771.Spec Clarifications (NOTE: Non-actionable things removed)
POST /_matrix/client/v3/login
.Server-Server API
Backwards Compatible Changes
thread_id
intype ReceiptTS struct
(which should be renamed, since it's notTS
only afterwards)Application Service API
Breaking Changes
Authorization
header instead ofaccess_token
when talking to the application service, as per MSC2832.