synapse/changelog.d
Patrick Cloke 2c9b4a5f16 Synapse 1.27.0rc2 (2021-02-11)
==============================
 
 Features
 --------
 
 - Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297))
 
 Bugfixes
 --------
 
 - Fix ratelimiting introduced in v1.27.0rc1 for invites to respect the `ratelimit` flag on application services. ([\#9302](https://github.com/matrix-org/synapse/issues/9302))
 - Do not automatically calculate `public_baseurl` since it can be wrong in some situations. Reverts behaviour introduced in v1.26.0. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))
 
 Improved Documentation
 ----------------------
 
 - Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310))
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEF3tZXk38tRDFVnUIM/xY9qcRMEgFAmAlX4AACgkQM/xY9qcR
 MEjxhg/+JzOGDmgxy4Vm9oU84htkkJsflU755ykxhwbIjVy2j+07pMgtWMmebXIS
 /tWjinwRB9OgKIK+j5RWdYzz/GRTkLCbafTLhhNOWsnaCO7nnAfZFozLOMd9g2qN
 309cS8efZkxGCISGSRm1QQKjQDx6HHx7nZVAwpqb778Q9TMrBYRAQeCk9yws7FfL
 GsP5YrBI42n84YhvflWA8J8QRYkeJJaggVWzE0XvwdI6raY1BmxMKcDvyl9iKpGb
 /QXsdketD3eJxdOlU92O5ZxRXmL00bdyAFdw2+J3Y+wjoGBnC5njKSFG3j8Z2UcP
 xIdB6w/zyGoPLKd4s7tkDI3axE7qrwFetA4NytannWGEHZ9q5tgOd5PA1kTeKYvn
 ao2os4pKMjWQOHiWLskqZVXgmoW5Kb2zgyZU/vhFAz8ImuidFULOjpEytAWqtt1B
 iuL/fRlM3z0BpwQNd3NBsblYTpZri8gdTp7ULJYtaKpT2MeG0sg3swJAptUjw9L4
 awbQuBFZ8o/E/0xwiGieSxbR6b6Nz5WiCyLaeMz6b3Y4YdomttOAZ6pL6E9y8ygU
 2wKYleSmg+tbaBKKZR5CSCwXOduSYPhWw7oqsfEfvT0NCQLuItfGNFZqxRzsf73H
 lCV0wwxNZBv8kRyMs6KivMvSI6SKinAjXS8AjzHE402ozdwOCv0=
 =NSyp
 -----END PGP SIGNATURE-----

Merge tag 'v1.27.0rc2' into develop

Synapse 1.27.0rc2 (2021-02-11)
==============================

Features
--------

- Further improvements to the user experience of registration via single sign-on. ([\#9297](https://github.com/matrix-org/synapse/issues/9297))

Bugfixes
--------

- Fix ratelimiting introduced in v1.27.0rc1 for invites to respect the `ratelimit` flag on application services. ([\#9302](https://github.com/matrix-org/synapse/issues/9302))
- Do not automatically calculate `public_baseurl` since it can be wrong in some situations. Reverts behaviour introduced in v1.26.0. ([\#9313](https://github.com/matrix-org/synapse/issues/9313))

Improved Documentation
----------------------

- Clarify the sample configuration for changes made to the template loading code. ([\#9310](https://github.com/matrix-org/synapse/issues/9310))
2021-02-11 11:56:03 -05:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
9003.misc Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9003) 2021-02-10 20:12:57 +00:00
9123.misc Add experimental support for PyPy. (#9123) 2021-02-04 08:29:47 -05:00
9150.feature FIXUP: Now testing that the user is admin! 2021-01-28 12:31:07 +01:00
9240.misc Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240) 2021-02-03 07:13:46 -05:00
9257.bugfix Handle empty rooms when generating email notifications. (#9257) 2021-02-04 10:18:25 -05:00
9291.doc config: Add detail to auto_join_rooms comment (#9291) 2021-02-03 15:21:30 +00:00
9296.bugfix Fix formatting for "bad session" error during sso registration flow (#9296) 2021-02-03 16:13:09 +00:00
9299.misc Update type hints for Cursor to match PEP 249. (#9299) 2021-02-05 15:39:19 -05:00
9300.feature social login: add noopener to terms link (#9300) 2021-02-02 18:35:28 +00:00
9301.feature Social login UI polish (#9301) 2021-02-03 20:31:23 +00:00
9305.misc Add debug logging to DNS SRV requests. (#9305) 2021-02-03 16:47:30 -05:00
9307.misc Add debug for OIDC flow (#9307) 2021-02-03 19:45:34 +00:00
9308.doc Correct matrix-synapse.service reference in TURN howto docs. (#9308) 2021-02-04 11:22:44 -05:00
9311.feature Add check_media_file_for_spam spam checker hook 2021-02-04 17:01:30 +00:00
9317.doc Fix escaping of braces in OIDC sample config. (#9317) 2021-02-04 09:06:20 -05:00
9321.bugfix Type hints and validation improvements. (#9321) 2021-02-08 13:59:54 -05:00
9322.doc Update installation instructions on Fedora (#9322) 2021-02-05 14:20:38 +00:00
9326.misc Combine the CAS & SAML implementations for required attributes. (#9326) 2021-02-11 10:05:15 -05:00
9333.bugfix Handle additional errors when previewing URLs. (#9333) 2021-02-08 12:33:30 -05:00
9361.bugfix Remove unneeded type constraints on 3rd party protocol lookup responses 2021-02-09 17:50:25 +01:00
9377.misc Convert some test cases to use HomeserverTestCase. (#9377) 2021-02-11 10:29:09 -05:00
9391.bugfix Ensure that we never stop reconnecting to redis (#9391) 2021-02-11 16:06:29 +00:00