matrix-doc/changelogs/client_server/newsfragments
Richard van der Hoff 36b02edfc2
Distinguish 'client' from 'federation' events (#3658)
Fixes #3305 
Fixes #3380
 
The idea here is to better distinguish between a 'raw' event (as we send over the wire), and the 
'serialised' format, as sent in responses to the C-S api and in `PUT /_matrix/app/v1/transactions/{txnId}`.

It's made more complicated by the fact that there are _two_ serialisation formats, one used by `/sync`
and `/notifications`, and one by everything else (the difference being whether `room_id` is included).

In an ideal world, we wouldn't repeat `SerialisedEvent` every time it's used, and instead just link to the
first reference, but that's a job for another day.

Another job for another day is to get rid of things like `sync_state_event.yaml` (which is now used
only in one place, so should be inlined.)
2022-02-01 15:05:08 +00:00
..
.gitignore Don't let the newsfragments wink out of existence 2018-07-06 17:32:57 -06:00
3324.feature Add m.login.appservice to the spec (#3324) 2021-12-28 14:18:44 -07:00
3387.feature Room versions 8 and 9: Restricted rooms (#3387) 2022-01-18 09:55:34 -07:00
3481.clarification Key name is supposed to be optional, as per MSC2874 (#3481) 2021-11-10 13:48:18 -05:00
3482.clarification remove extra `type` property (#3482) 2021-11-10 13:46:24 -05:00
3492.clarification Add GitHub Action to check spelling (#3591) 2021-12-28 09:17:49 -07:00
3495.clarification typos: Corrected typos in message_pagination.yaml (#3495) 2021-11-15 15:29:07 -05:00
3509.clarification OpenAPI: Add missing `required` flag in `getRoomKeys` (#3509) 2021-11-22 13:23:24 -05:00
3524.breaking Move `prev_content` to unsigned (#3524) 2021-12-02 17:22:58 +00:00
3530.clarification Add HTTP 403 to possible profile responses (#3530) 2021-12-29 11:30:32 -07:00
3535.clarification Fix typo (#3535) 2021-12-01 09:49:43 -07:00
3543.clarification Clarifications to /sync description (#3534) 2021-12-01 16:28:31 -07:00
3562.clarification Clarify that `base_url` in client `well_known` may or may not include trailing slash (#3562) 2021-12-23 10:12:25 +00:00
3573.clarification clarify which signature to check (#3573) 2021-12-17 08:45:19 -05:00
3591.clarification Add changelog 2021-12-28 09:18:13 -07:00
3601.clarification Add changelog 2021-12-28 09:16:18 -07:00
3605.feature.1 Add guest changes to spec: MSC3069 and MSC3419 (#3605) 2022-01-04 20:29:40 -07:00
3605.feature.2 Add guest changes to spec: MSC3069 and MSC3419 (#3605) 2022-01-04 20:29:40 -07:00
3606.clarification Describe and hoist stripped state to a first-class citizen (#3606) 2022-01-05 10:57:59 -07:00
3610.feature Add Spaces to the spec (#3610) 2022-01-17 10:03:14 -07:00
3610.new Add Spaces to the spec (#3610) 2022-01-17 10:03:14 -07:00
3611.clarification Avoid use of the word "clobber" (#3611) 2021-12-30 22:07:45 -07:00
3614.feature Add capabilities described by MSC3283 (#3614) 2022-01-04 20:28:42 -07:00
3615.feature Specify fallback keys (#3615) 2022-01-04 20:35:21 -07:00
3616.feature Add registration token UIA type (#3616) 2022-01-04 20:27:58 -07:00
3616.new Add Spaces to the spec (#3610) 2022-01-17 10:03:14 -07:00
3624.breaking Remove `aliases` from `/publicRooms` response (#3624) 2022-01-18 08:54:28 -07:00
3636.clarification Clarify how to interpret missing one time key counts (#3636) 2022-01-11 15:30:46 -05:00
3650.clarification Responses schema fixes (#3650) 2022-01-31 10:31:29 +00:00
3652.clarification Remove straggling case of "groups" (#3652) 2022-01-18 08:58:58 -07:00
3658.clarification Distinguish 'client' from 'federation' events (#3658) 2022-02-01 15:05:08 +00:00
3671.clarification Update several spots where C-S API was still using r0 APIs (#3671) 2022-01-31 17:19:56 +00:00
3674.clarification Changelogs for #3674 2022-01-26 11:00:30 +00:00
3680.clarification Add missing changelog 2022-01-26 12:22:47 -07:00