Skip to content
Snippets Groups Projects
Commit aec1377d authored by Andrew Morgan's avatar Andrew Morgan
Browse files

1.4.0rc2

parent b4fe7e19
No related branches found
No related tags found
No related merge requests found
Synapse 1.4.0rc2 (2019-10-02)
=============================
Bugfixes
--------
- Fix bug in background update that adds last seen information to the `devices` table, and improve its performance on Postgres. ([\#6135](https://github.com/matrix-org/synapse/issues/6135))
- Fix bad performance of censoring redactions background task. ([\#6141](https://github.com/matrix-org/synapse/issues/6141))
- Fix fetching censored redactions from DB, which caused APIs like initial sync to fail if it tried to include the censored redaction. ([\#6145](https://github.com/matrix-org/synapse/issues/6145))
- Fix exceptions when storing large retry intervals for down remote servers. ([\#6146](https://github.com/matrix-org/synapse/issues/6146))
Internal Changes
----------------
- Fix up sample config entry for `redaction_retention_period` option. ([\#6117](https://github.com/matrix-org/synapse/issues/6117))
Synapse 1.4.0rc1 (2019-09-26)
=============================
......
Fix up sample config entry for `redaction_retention_period` option.
Fix bug in background update that adds last seen information to the `devices` table, and improve its performance on Postgres.
Fix bad performance of censoring redactions background task.
Fix fetching censored redactions from DB, which caused APIs like initial sync to fail if it tried to include the censored redaction.
Fix exceptions when storing large retry intervals for down remote servers.
......@@ -35,4 +35,4 @@ try:
except ImportError:
pass
__version__ = "1.4.0rc1"
__version__ = "1.4.0rc2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment