Skip to content

Commit

Permalink
Matrix 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Feb 14, 2023
1 parent 97e353d commit 029e988
Show file tree
Hide file tree
Showing 39 changed files with 135 additions and 39 deletions.
1 change: 0 additions & 1 deletion changelogs/application_service/newsfragments/1347.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1169.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1239.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1321.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1347.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1348.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1353.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1355.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1363.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1366.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1381.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1382.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1409.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1412.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1417.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1421.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/client_server/newsfragments/1433.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/identity_service/newsfragments/1347.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/internal/newsfragments/1357.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/internal/newsfragments/1368.clarification

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/internal/newsfragments/1370.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/internal/newsfragments/1384.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/internal/newsfragments/1415.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/push_gateway/newsfragments/1347.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/room_versions/newsfragments/1397.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/room_versions/newsfragments/1422.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/room_versions/newsfragments/1423.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1347.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1349.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1350.breaking

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1351.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1366.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1371.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1376.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1383.clarification

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1393.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1398.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/server_server/newsfragments/1425.feature

This file was deleted.

135 changes: 135 additions & 0 deletions content/changelog/v1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
---
date: 2023-02-14T08:25:40-07:00
---
<!--
This is a header file for the generated changelog.
Variables:
v1.6 = Replaced by the version number (eg: v1.2)
February 14, 2023 = Replaced by the date (eg: April 01, 2021)
-->

## v1.6

<table class="release-info">
<tr><th>Git commit</th><td><a href="https://github.com/matrix-org/matrix-spec/tree/v1.6">https://github.com/matrix-org/matrix-spec/tree/v1.6</a></td>
<tr><th>Release date</th><td>February 14, 2023</td>
</table>

<!-- Intentionally blank line to ensure headers work in the concatenated changelog -->
### Client-Server API


<strong>Backwards Compatible Changes</strong>


- Add information on standard error responses for unknown endpoints/methods, as per [MSC3743](https://github.com/matrix-org/matrix-spec-proposals/pull/3743). ([#1347](https://github.com/matrix-org/matrix-spec/issues/1347))
- Add `/rooms/<roomID>/timestamp_to_event` endpoint, as per [MSC3030](https://github.com/matrix-org/matrix-spec-proposals/pull/3030). ([#1366](https://github.com/matrix-org/matrix-spec/issues/1366))
- Define `hkdf-hmac-sha256.v2` MAC method for SAS verification, as per [MSC 3783](https://github.com/matrix-org/matrix-spec-proposals/pull/3783). ([#1412](https://github.com/matrix-org/matrix-spec/issues/1412))


<strong>Spec Clarifications</strong>


- Clarify the power levels integer range. ([#1169](https://github.com/matrix-org/matrix-spec/issues/1169), [#1355](https://github.com/matrix-org/matrix-spec/issues/1355))
- Clarify that `/context` always returns `event` even if `limit` is zero. Contributed by @sumnerevans at @beeper. ([#1239](https://github.com/matrix-org/matrix-spec/issues/1239))
- Clarify what fields are required when deleting a pusher ([#1321](https://github.com/matrix-org/matrix-spec/issues/1321))
- Improve the presentation of push rule kinds and actions. ([#1348](https://github.com/matrix-org/matrix-spec/issues/1348))
- Add missing description to m.call.answer schema. ([#1353](https://github.com/matrix-org/matrix-spec/issues/1353))
- Fix various typos throughout the specification. ([#1363](https://github.com/matrix-org/matrix-spec/issues/1363))
- Clarify parts of the end-to-end encryption sections. ([#1381](https://github.com/matrix-org/matrix-spec/issues/1381))
- Move login API definitions to the right heading. Contributed by @HarHarLinks. ([#1382](https://github.com/matrix-org/matrix-spec/issues/1382))
- Clarify which events will be included in Stripped State. Contributed by @andybalaam. ([#1409](https://github.com/matrix-org/matrix-spec/issues/1409))
- Add links to the spec for the definition of 3PID `medium`. ([#1417](https://github.com/matrix-org/matrix-spec/issues/1417))
- Correct the order of the default override pushrules in the spec. ([#1421](https://github.com/matrix-org/matrix-spec/issues/1421))
- Improve distinction between tags and their attributes in the rich text section. Contributed by Nico. ([#1433](https://github.com/matrix-org/matrix-spec/issues/1433))


### Server-Server API


<strong>Breaking Changes</strong>


- Remove `keyId` from the server `/keys` endpoints, as per [MSC3938](https://github.com/matrix-org/matrix-spec-proposals/pull/3938). ([#1350](https://github.com/matrix-org/matrix-spec/issues/1350))


<strong>Backwards Compatible Changes</strong>


- Add information on standard error responses for unknown endpoints/methods, as per [MSC3743](https://github.com/matrix-org/matrix-spec-proposals/pull/3743). ([#1347](https://github.com/matrix-org/matrix-spec/issues/1347))
- Add `/timestamp_to_event/<roomID>` endpoint, as per [MSC3030](https://github.com/matrix-org/matrix-spec-proposals/pull/3030). ([#1366](https://github.com/matrix-org/matrix-spec/issues/1366))
- Extend `/_matrix/federation/v2/send_join` to allow omitting membership events, per [MSC3706](https://github.com/matrix-org/matrix-doc/pull/3706). ([#1393](https://github.com/matrix-org/matrix-spec/issues/1393), [#1398](https://github.com/matrix-org/matrix-spec/issues/1398))
- Note that `/_matrix/federation/v2/send_join` should include heroes for nameless rooms, even when allowed to omit membership events, per [MSC3943](https://github.com/matrix-org/matrix-doc/pull/3943). ([#1425](https://github.com/matrix-org/matrix-spec/issues/1425))


<strong>Spec Clarifications</strong>


- Include examples inline instead of using a reference for invite endpoint definitions. ([#1349](https://github.com/matrix-org/matrix-spec/issues/1349))
- Fix `POST _matrix/federation/v1/user/keys/claim` response schema. ([#1351](https://github.com/matrix-org/matrix-spec/issues/1351))
- Correct the default invite level definition in the "Checks performed on receipt of a PDU" section. ([#1371](https://github.com/matrix-org/matrix-spec/issues/1371))
- Clarify that CNAMEs are permissible for server names. ([#1376](https://github.com/matrix-org/matrix-spec/issues/1376))
- Fix `edu_type` in EDU examples. ([#1383](https://github.com/matrix-org/matrix-spec/issues/1383))


### Application Service API


<strong>Backwards Compatible Changes</strong>


- Add information on standard error responses for unknown endpoints/methods, as per [MSC3743](https://github.com/matrix-org/matrix-spec-proposals/pull/3743). ([#1347](https://github.com/matrix-org/matrix-spec/issues/1347))


### Identity Service API


<strong>Backwards Compatible Changes</strong>


- Add information on standard error responses for unknown endpoints/methods, as per [MSC3743](https://github.com/matrix-org/matrix-spec-proposals/pull/3743). ([#1347](https://github.com/matrix-org/matrix-spec/issues/1347))


### Push Gateway API


<strong>Backwards Compatible Changes</strong>


- Add information on standard error responses for unknown endpoints/methods, as per [MSC3743](https://github.com/matrix-org/matrix-spec-proposals/pull/3743). ([#1347](https://github.com/matrix-org/matrix-spec/issues/1347))


### Room Versions


<strong>Backwards Compatible Changes</strong>


- Update the default room version to 10, as per [MSC3904](https://github.com/matrix-org/matrix-spec-proposals/pull/3904). ([#1397](https://github.com/matrix-org/matrix-spec/issues/1397))


<strong>Spec Clarifications</strong>


- Clarify the grammar for room versions. ([#1422](https://github.com/matrix-org/matrix-spec/issues/1422))
- Fix various typos throughout the specification. ([#1423](https://github.com/matrix-org/matrix-spec/issues/1423))


### Appendices


No significant changes.


### Internal Changes/Tooling


<strong>Spec Clarifications</strong>


- Add link to the unstable spec to the README. ([#1357](https://github.com/matrix-org/matrix-spec/issues/1357))
- Improve safety of the proposals retrieval script in the event of failure. ([#1368](https://github.com/matrix-org/matrix-spec/issues/1368))
- Rename `<content>` to `content` in the OpenAPI files for content uploads. ([#1370](https://github.com/matrix-org/matrix-spec/issues/1370))
- Stop autogenerating examples where we already have an example. ([#1384](https://github.com/matrix-org/matrix-spec/issues/1384))
- Improve formatting of definitions in the Push Notifications section. ([#1415](https://github.com/matrix-org/matrix-spec/issues/1415))

0 comments on commit 029e988

Please sign in to comment.