synapse/changelog.d
Eric Eastwood 8c58eb7f17
Add event.internal_metadata.instance_name (#17300)
Add `event.internal_metadata.instance_name` (the worker instance that persisted the event) to go alongside the existing `event.internal_metadata.stream_ordering`.

`instance_name` is useful to properly compare and query for events with a token since you need to compare both the `stream_ordering` and `instance_name` against the vector clock/`instance_map` in the `RoomStreamToken`.

This is pre-requisite work and may be used in https://github.com/element-hq/synapse/pull/17293

Adding `event.internal_metadata.instance_name` was first mentioned in the initial Sliding Sync PR while pairing with @erikjohnston, see 09609cb0db (diff-5cd773fb307aa754bd3948871ba118b1ef0303f4d72d42a2d21e38242bf4e096R405-R410)
2024-06-13 11:32:50 -05:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
17172.feature Support MSC3916 by adding a federation /download endpoint (#17172) 2024-06-07 13:54:28 +01:00
17187.feature Add Sliding Sync /sync endpoint (initial implementation) (#17187) 2024-06-06 14:44:32 -05:00
17254.bugfix Handle hyphens in user dir search porperly (#17254) 2024-06-05 10:40:34 +01:00
17256.feature Ratelimiting of remote media downloads (#17256) 2024-06-05 13:43:36 +01:00
17265.misc Use fully-qualified PersistedEventPosition when returning RoomsForUser (#17265) 2024-06-04 12:58:03 -05:00
17266.misc Add debug logging for when room keys are uploaded, including whether they are replacing other room keys. (#17266) 2024-06-07 12:01:21 +01:00
17270.feature Add report room API (MSC4151) (#17270) 2024-06-12 12:27:46 +02:00
17271.misc Handle OTK uploads off master (#17271) 2024-06-06 17:47:02 +01:00
17272.bugfix Wrong retention policy being used when filtering events (lint ControlVarUsedAfterBlockViolation WPS441) (#17272) 2024-06-10 09:48:38 -05:00
17273.misc Don't try and resync devices for down hosts (#17273) 2024-06-06 17:46:52 +01:00
17275.bugfix Always return OTK counts (#17275) 2024-06-06 17:10:58 +01:00
17279.misc Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00
17295.bugfix Fix get_last_event_in_room_before_stream_ordering(...) finding the wrong last event (#17295) 2024-06-13 11:00:52 -05:00
17296.feature Clarify that MSC4151 is enabled on matrix.org (#17296) 2024-06-13 13:49:00 +00:00
17297.misc Bump mypy from 1.8.0 to 1.9.0 (#17297) 2024-06-13 15:50:10 +01:00
17300.misc Add event.internal_metadata.instance_name (#17300) 2024-06-13 11:32:50 -05:00