Skip to content

Commit

Permalink
Matrix 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Nov 17, 2022
1 parent 887344a commit 5f2fac8
Show file tree
Hide file tree
Showing 37 changed files with 119 additions and 36 deletions.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/internal/newsfragments/1295.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

119 changes: 119 additions & 0 deletions content/changelog/v1.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
---
date: 2022-11-17T08:22:11-07:00
---
<!--
This is a header file for the generated changelog.
Variables:
v1.5 = Replaced by the version number (eg: v1.2)
November 17, 2022 = Replaced by the date (eg: April 01, 2021)
-->

## v1.5

<table class="release-info">
<tr><th>Git commit</th><td><a href="https://github.com/matrix-org/matrix-spec/tree/v1.5">https://github.com/matrix-org/matrix-spec/tree/v1.5</a></td>
<tr><th>Release date</th><td>November 17, 2022</td>
</table>

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


<strong>Backwards Compatible Changes</strong>


- Add `m.reference` relations, as per [MSC3267](https://github.com/matrix-org/matrix-spec-proposals/pull/3267). ([#1206](https://github.com/matrix-org/matrix-spec/issues/1206))
- Add missing documentation for `m.key.verification.request` msgtype for in-room verification. ([#1271](https://github.com/matrix-org/matrix-spec/issues/1271))


<strong>Spec Clarifications</strong>


- Fix various typos throughout the specification. ([#1260](https://github.com/matrix-org/matrix-spec/issues/1260), [#1265](https://github.com/matrix-org/matrix-spec/issues/1265), [#1276](https://github.com/matrix-org/matrix-spec/issues/1276))
- Fix naming of `device_one_time_keys_count` in `/sync`. ([#1266](https://github.com/matrix-org/matrix-spec/issues/1266))
- Improve display of event subtypes. ([#1283](https://github.com/matrix-org/matrix-spec/issues/1283))
- Improve documentation about ephemeral events. ([#1284](https://github.com/matrix-org/matrix-spec/issues/1284))
- Define a 400 response from `/_matrix/client/v3/directory/rooms/{roomAlias}`. ([#1286](https://github.com/matrix-org/matrix-spec/issues/1286))
- Clarify parts of the end-to-end encryption sections. ([#1294](https://github.com/matrix-org/matrix-spec/issues/1294), [#1345](https://github.com/matrix-org/matrix-spec/issues/1345))
- Various clarifications throughout the specification. ([#1306](https://github.com/matrix-org/matrix-spec/issues/1306))
- Replace `set_sound` push rule action by `set_tweak`. ([#1318](https://github.com/matrix-org/matrix-spec/issues/1318))
- Clarify the behavior of `PUT /_matrix/client/v3/pushrules/{scope}/{kind}/{ruleId}`. ([#1319](https://github.com/matrix-org/matrix-spec/issues/1319))
- Clarify that `.m.rule.master` has a higher priority than any push rule. ([#1320](https://github.com/matrix-org/matrix-spec/issues/1320))
- Require request field `refresh_token` at endpoint `POST /_matrix/client/v3/refresh`. ([#1323](https://github.com/matrix-org/matrix-spec/issues/1323))
- Fix a number of broken links in the specification. ([#1330](https://github.com/matrix-org/matrix-spec/issues/1330))
- Add example read receipt to `GET /_matrix/client/v3/sync` response example. ([#1341](https://github.com/matrix-org/matrix-spec/issues/1341))


### Server-Server API


<strong>Spec Clarifications</strong>


- Fix a number of broken links in the specification. ([#1330](https://github.com/matrix-org/matrix-spec/issues/1330))


### Application Service API


<strong>Spec Clarifications</strong>


- Clarify that application services can only register an interest in local users, as per [MSC3905](https://github.com/matrix-org/matrix-spec-proposals/issues/3905). ([#1305](https://github.com/matrix-org/matrix-spec/issues/1305))


### Identity Service API


<strong>Spec Clarifications</strong>


- Fix a number of broken links in the specification. ([#1330](https://github.com/matrix-org/matrix-spec/issues/1330))


### Push Gateway API


No significant changes.


### Room Versions


<strong>Spec Clarifications</strong>


- Reword the event auth rules to clarify that users cannot demote other users with the same power level. ([#1269](https://github.com/matrix-org/matrix-spec/issues/1269))
- Various clarifications to the text on event authorisation rules. ([#1270](https://github.com/matrix-org/matrix-spec/issues/1270))
- Fix a number of broken links in the specification. ([#1330](https://github.com/matrix-org/matrix-spec/issues/1330))


### Appendices


No significant changes.


### Internal Changes/Tooling


<strong>Backwards Compatible Changes</strong>


- Update docsy theme to v0.5.0 + matrix.org modifications (https://github.com/matrix-org/docsy/commit/a0032f8db919a6c67ba6cdef2c455f105b6272a2). ([#1295](https://github.com/matrix-org/matrix-spec/issues/1295))


<strong>Spec Clarifications</strong>


- Improve error messages emitted by `resolve-additional-types` template. ([#1303](https://github.com/matrix-org/matrix-spec/issues/1303))
- Fix link to API viewer. ([#1308](https://github.com/matrix-org/matrix-spec/issues/1308))
- Stop rendering the subsections of the Client-Server API and Room Versions specs as their own separate pages. ([#1317](https://github.com/matrix-org/matrix-spec/issues/1317))
- Use a link checker to ensure that we do not have broken links. ([#1329](https://github.com/matrix-org/matrix-spec/issues/1329), [#1338](https://github.com/matrix-org/matrix-spec/issues/1338))
- Update instructions to preview Swagger definitions. ([#1331](https://github.com/matrix-org/matrix-spec/issues/1331))
- Make definition anchors more unique. ([#1339](https://github.com/matrix-org/matrix-spec/issues/1339))
- Generate the unstable changelogs with towncrier, for consistency. ([#1340](https://github.com/matrix-org/matrix-spec/issues/1340))
- Update CONTRIBUTING.md to mention that non-content changes to this repo should have an "internal" changelog entry. ([#1342](https://github.com/matrix-org/matrix-spec/issues/1342))
- Update module summary table with new modules: Event Replacements, Threading and Reference Relations. ([#1344](https://github.com/matrix-org/matrix-spec/issues/1344))
- Disable RSS generation for the spec. ([#1346](https://github.com/matrix-org/matrix-spec/issues/1346))

0 comments on commit 5f2fac8

Please sign in to comment.