Version 1.12.2

This commit is contained in:
Girish Ramakrishnan
2020-10-15 09:54:54 -07:00
parent 0a8a05827a
commit fc73988618
5 changed files with 16 additions and 9 deletions

View File

@@ -231,3 +231,10 @@
[1.12.1]
* Updat Synapse to 1.21.1
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.21.1)
[1.12.2]
* Update Synapse to 1.21.2
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.21.2)
* Security: HTML pages served via Synapse were vulnerable to cross-site scripting (XSS) attacks. All server administrators are encouraged to upgrade
* Fix rare bug where sending an event would fail due to a racey assertion. (#8530)