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.6 #3224

Open
5 of 11 tasks
S7evinK opened this issue Oct 2, 2023 · 0 comments
Open
5 of 11 tasks

Declare support for Matrix 1.6 #3224

S7evinK opened this issue Oct 2, 2023 · 0 comments
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.6

Client-Server API

Backwards Compatible Changes

  • Add information on standard error responses for unknown endpoints/methods, as per MSC3743.
    • Tested within Complement and Dendrite is already passing
  • Add /rooms/<roomID>/timestamp_to_event endpoint, as per MSC3030.

Spec Clarifications

  • Clarify the power levels integer range. (#1169, #1355)
    • I don't think we validate the power levels integer ranges
  • Clarify that /context always returns event even if limit is zero. (#1239)
    • Currently our limit filter is passed on to events_before and events_after, need to filter.Limit/2
  • Clarify what fields are required when deleting a pusher (#1321)
    • I think we already handle this correctly
  • Correct the order of the default override pushrules in the spec. (#1421)

Server-Server API

Breaking Changes

  • Remove keyId from the server /keys endpoints, as per MSC3938.

Backwards Compatible Changes

  • Add /timestamp_to_event/<roomID> endpoint, as per MSC3030.
  • Extend /_matrix/federation/v2/send_join to allow omitting membership events, per MSC3706.
  • Note that /_matrix/federation/v2/send_join should include heroes for nameless rooms, even when allowed to omit membership events, per MSC3943.

Room Versions

Backwards Compatible Changes

  • Update the default room version to 10, as per MSC3904.
@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
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

1 participant