anonymousland-synapse/changelog.d
2022-10-18 09:52:23 -04:00
..
.gitignore
13394.feature Stabilize the threads API. (#14175) 2022-10-14 07:16:50 -04:00
13776.feature
13813.bugfix Fix a bug where redactions were not being sent over federation if we did not have the original event. (#13813) 2022-10-11 11:18:45 -07:00
13816.feature Stop getting missing prev_events after we already know their signature is invalid (#13816) 2022-10-15 00:36:49 -05:00
13824.feature
13877.feature
13878.feature
13955.docker
13983.misc
13984.misc
13985.misc
13986.misc
13987.misc
13988.misc
13991.misc
13996.feature
13997.feature
14006.misc
14007.misc Making parse_server_name more consistent (#14007) 2022-10-11 12:42:11 +00:00
14028.feature Mark /relations endpoint as usable on workers. (#14028) 2022-10-12 06:46:13 -04:00
14032.feature Advertise support for Matrix 1.4. (#14184) 2022-10-14 13:21:55 +00:00
14033.misc
14034.bugfix Apply & bundle edits for non-message events. (#14034) 2022-10-07 15:27:50 +00:00
14040.misc
14041.misc
14043.misc Bump phonenumbers from 8.12.44 to 8.12.56 (#14043) 2022-10-07 15:17:00 +01:00
14044.misc Bump pydantic from 1.9.1 to 1.10.2 (#14044) 2022-10-07 15:08:24 +01:00
14046.misc
14050.feature
14053.bugfix
14054.feature
14063.misc
14065.misc
14072.misc
14077.doc
14078.doc
14081.doc Document Google OpenID Connect email attribute (#14081) 2022-10-07 14:22:25 +00:00
14083.bugfix Don't require optional invite_room_state field on fed v2 invite (#14083) 2022-10-14 13:48:33 +01:00
14087.doc
14089.bugfix
14092.misc Parse SYNAPSE_ASYNC_IO_REACTOR env variable & log the reactor on startup (#14092) 2022-10-07 15:19:59 +01:00
14093.doc
14094.removal Remove the experimental implementation of MSC3772. (#14094) 2022-10-12 06:26:39 -04:00
14095.misc Add debug logs to figure out why an event was filtered (#14095) 2022-10-17 16:02:39 -05:00
14097.misc Indicate what endpoint came back with a JSON response we were unable to parse (#14097) 2022-10-07 11:39:45 -05:00
14102.bugfix Correct field name for stripped state events when knocking. knock_state_events -> knock_room_state (#14102) 2022-10-12 14:37:20 +01:00
14106.removal Remove support for the unstable dir flag on relations. (#14106) 2022-10-07 12:38:46 -04:00
14107.doc Remove not needed replication listener in docker compose example (#14107) 2022-10-17 12:00:09 +01:00
14109.misc Batch up calls to get_rooms_for_users (#14109) 2022-10-12 11:36:22 +01:00
14113.misc Bump types-pillow from 9.0.15 to 9.2.2 (#14113) 2022-10-10 13:36:26 +01:00
14114.misc Bump types-psycopg2 from 2.9.9 to 2.9.21.1 (#14114) 2022-10-10 13:41:21 +01:00
14115.misc Bump idna from 3.3 to 3.4 (#14115) 2022-10-12 14:34:50 +01:00
14116.misc Bump bleach from 4.1.0 to 5.0.1 (#14116) 2022-10-12 14:37:04 +01:00
14124.doc Fix name of "alias_creation_rules" option in config manual (#14124) 2022-10-10 20:01:05 +00:00
14125.bugfix Fix a bug where the joined hosts for a given event were not being properly cached (#14125) 2022-10-12 11:01:00 -07:00
14126.misc When restarting a partial join resync, prioritise the server which actioned a partial join (#14126) 2022-10-18 12:33:18 +01:00
14129.bugfix Cache Rust build cache when building docker images (#14130) 2022-10-17 17:21:14 +00:00
14130.misc Cache Rust build cache when building docker images (#14130) 2022-10-17 17:21:14 +00:00
14132.misc Enable dependabot for Rust dependencies (#14132) 2022-10-11 12:26:40 +01:00
14134.misc Bump typing-extensions from 4.1.1 to 4.4.0 (#14134) 2022-10-12 14:37:36 +01:00
14140.feature Return the main timeline for events which are not part of a thread. (#14140) 2022-10-12 12:15:52 -04:00
14141.docker Use minimal Rust installation in docker images and CI (#14141) 2022-10-12 10:47:02 +01:00
14141.misc Use minimal Rust installation in docker images and CI (#14141) 2022-10-12 10:47:02 +01:00
14142.misc Remove the groups config code. (#14142) 2022-10-11 13:14:57 -04:00
14144.misc Handle gottestfmt repository move (#14144) 2022-10-11 17:54:06 +00:00
14146.removal Do not allow a None-limit on PaginationConfig. (#14146) 2022-10-14 12:30:05 +00:00
14148.feature Support filtering the /messages API by relation type (MSC3874). (#14148) 2022-10-17 11:32:11 -04:00
14155.misc Invalidate rooms for user caches when receiving membership events (#14155) 2022-10-17 13:27:51 +01:00
14159.feature Return the thread ID properly down sync. (#14159) 2022-10-12 12:18:34 -04:00
14161.bugfix Remove _get_events_cache check optimisation from _have_seen_events_dict (#14161) 2022-10-18 10:33:21 +01:00
14163.feature Properly invalidate get_thread_id cache. (#14163) 2022-10-14 07:10:44 -04:00
14164.bugfix Avoid checking the event cache when backfilling events (#14164) 2022-10-18 10:33:35 +01:00
14165.docker Strip whitespace from worker types in Dockerfile-workers (#14165) 2022-10-14 19:38:04 +00:00
14171.feature Fix changelog for #14171 to match #13394/#14175. 2022-10-14 08:56:37 -04:00
14174.feature Accept threaded receipts for events related to the root event. (#14174) 2022-10-14 18:05:25 +00:00
14175.feature Stabilize the threads API. (#14175) 2022-10-14 07:16:50 -04:00
14179.feature Use Pydantic when PUTting room aliases (#14179) 2022-10-17 13:39:12 +01:00
14182.docker Set LD_PRELOAD to load jemalloc in Dockerfile-workers. (#14182) 2022-10-14 13:29:49 +01:00
14184.feature Advertise support for Matrix 1.4. (#14184) 2022-10-14 13:21:55 +00:00
14186.misc Bump bcrypt from 3.2.0 to 4.0.1 (#14186) 2022-10-17 13:42:18 +01:00
14187.misc Bump types-pillow from 9.2.2 to 9.2.2.1 (#14187) 2022-10-15 00:16:25 +01:00
14188.misc Bump types-bleach from 4.1.4 to 5.0.3 (#14188) 2022-10-14 23:57:55 +00:00
14189.doc Fix dead link to admin registration API (#14189) 2022-10-17 12:10:01 +01:00
14195.docker Flush stdout/err in Dockerfile-workers before replacing the current process (#14195) 2022-10-18 11:56:20 +00:00
14198.misc Enable URL previews in complement homeserver config. (#14198) 2022-10-18 09:52:23 -04:00
14200.misc Bump psycopg2 from 2.9.3 to 2.9.4 (#14200) 2022-10-17 13:24:17 +00:00
14201.misc Bump click from 8.1.1 to 8.1.3 (#14201) 2022-10-17 17:54:11 +01:00
14216.misc Deal with some GHA deprecation warnings (#14216) 2022-10-18 13:45:34 +01:00
14217.misc Allow poetry-core 1.3.2 (#14217) 2022-10-18 10:38:58 +01:00
14221.misc Fix track_memory_usage on poetry-core 1.3.x installations (#14221) 2022-10-18 13:59:04 +01:00