synapse/changelog.d
Richard van der Hoff db0fee738d Synapse 1.10.0rc3 (2020-02-10)
==============================
 
 Features
 --------
 
 - Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced. ([\#6878](https://github.com/matrix-org/synapse/issues/6878))
 
 Internal Changes
 ----------------
 
 - Fix continuous integration failures with old versions of `pip`, which were introduced by a release of the `zipp` library. ([\#6880](https://github.com/matrix-org/synapse/issues/6880))
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEv27Axt/F4vrTL/8QOSor00I9eP8FAl5BLBwACgkQOSor00I9
 eP/9Ogf9HZ+XD5tt1uYkGqDSvUBS4sHdNcvxpNf1UMo6VaY4K5b9kF28MjY07ur2
 nGq/nnLyLZZzwVXtV3q8upIdIK1hcMp2HCU0qDhEljepOkGmyQTqZooxrdrLTjPS
 232bbifB6VFdK8P4gPIGopCRQI9a+TII4jODBobiJR43e0gEPfSREJKAnJs7DYaD
 Quf3Svzu+jB+X8ymWLVbCFXuk4A4UqPzrRPb8TQBDN3w35G4JBDAgIpdxhQdJpdR
 RIS1HgSm95P03doS23RLUjXuIpBfYveyStuGfPx4P9Lf30M2o6bxDeTPo2+IGbST
 yhl1jB0l8Ve5/6veuTieA6vuXWU55g==
 =2rgX
 -----END PGP SIGNATURE-----

Merge tag 'v1.10.0rc3' into develop

Synapse 1.10.0rc3 (2020-02-10)
==============================

Features
--------

- Filter out m.room.aliases from the CS API to mitigate abuse while a better solution is specced. ([\#6878](https://github.com/matrix-org/synapse/issues/6878))

Internal Changes
----------------

- Fix continuous integration failures with old versions of `pip`, which were introduced by a release of the `zipp` library. ([\#6880](https://github.com/matrix-org/synapse/issues/6880))
2020-02-10 10:15:32 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6769.feature Admin api to add an email address (#6789) 2020-02-07 10:29:36 +00:00
6781.bugfix Third party event rules Update (#6781) 2020-02-06 14:15:29 +00:00
6821.misc Add typing to SyncHandler (#6821) 2020-02-03 18:05:44 +00:00
6823.misc Newsfile 2020-02-05 17:43:57 +00:00
6825.bugfix Allow URL-encoded user IDs on user admin api paths (#6825) 2020-02-03 13:18:42 +00:00
6827.misc Fix room_version in on_invite_request flow (#6827) 2020-02-03 13:15:23 +00:00
6833.misc Reduce performance logging to DEBUG (#6833) 2020-02-05 08:57:37 +00:00
6836.misc Fix stacktraces when using ObservableDeferred and async/await (#6836) 2020-02-03 17:10:54 +00:00
6837.misc changelog 2020-02-03 16:30:21 +00:00
6840.misc newsfile 2020-02-03 22:28:45 +00:00
6844.bugfix 1.10.0rc2 2020-02-06 10:40:08 +00:00
6846.doc Update CONTRIBUTING.md about merging PRs. (#6846) 2020-02-04 16:21:09 +00:00
6847.misc Database updates to populate rooms.room_version (#6847) 2020-02-04 21:31:08 +00:00
6849.bugfix Allow empty federation_certificate_verification_whitelist (#6849) 2020-02-06 14:45:01 +00:00
6854.misc pass room version into FederationClient.send_join (#6854) 2020-02-06 15:50:39 +00:00
6855.misc Add quotes around pip install target (my shell complained without them). 2020-02-05 12:53:18 -05:00
6856.misc Pass room_version into event_from_pdu_json 2020-02-06 16:08:27 +00:00
6857.misc remove unused room_version_to_event_format (#6857) 2020-02-07 09:26:57 +00:00
6858.misc Add a make_event_from_dict method (#6858) 2020-02-07 15:30:04 +00:00
6862.misc Reduce amount of logging at INFO level. (#6862) 2020-02-06 13:31:05 +00:00
6864.misc Limit the number of events that can be requested when backfilling events (#6864) 2020-02-06 13:25:24 -05:00
6866.feature Allow moving group read APIs to workers (#6866) 2020-02-07 11:14:19 +00:00
6869.misc Remove unused get_room_stats_state method. (#6869) 2020-02-07 15:30:26 +00:00
6871.misc Add typing to synapse.federation.sender (#6871) 2020-02-07 13:56:38 +00:00
6873.feature Add support for putting fed user query API on workers (#6873) 2020-02-07 15:45:39 +00:00