Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
1.4.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Feb 26, 2020
2 parents fba32b8 + aec1377 commit 3a2008d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
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)
=============================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/6117.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6135.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6141.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6145.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6146.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion synapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
except ImportError:
pass

__version__ = "1.4.0rc1"
__version__ = "1.4.0rc2"

0 comments on commit 3a2008d

Please sign in to comment.