diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:59:13 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-10-28 12:59:13 +0000 |
commit | bcfc647e4de1962db12c85914d1a7eeb261b9f34 (patch) | |
tree | e59641780b61393ae93b1a208c2d264f8b699ef8 /changelog.d | |
parent | Convert EventContext to attrs (#6218) (diff) | |
parent | 1.5.0rc2 (diff) | |
download | synapse-bcfc647e4de1962db12c85914d1a7eeb261b9f34.tar.xz |
Merge tag 'v1.5.0rc2' into develop
Synapse 1.5.0rc2 (2019-10-28) ============================= Bugfixes -------- - Update list of boolean columns in `synapse_port_db`. ([\#6247](https://github.com/matrix-org/synapse/issues/6247)) - Fix /keys/query API on workers. ([\#6256](https://github.com/matrix-org/synapse/issues/6256)) - Improve signature checking on some federation APIs. ([\#6262](https://github.com/matrix-org/synapse/issues/6262)) Internal Changes ---------------- - Move schema delta files to the correct data store. ([\#6248](https://github.com/matrix-org/synapse/issues/6248)) - Small performance improvement by removing repeated config lookups in room stats calculation. ([\#6255](https://github.com/matrix-org/synapse/issues/6255))
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6247.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/6248.misc | 1 | ||||
-rw-r--r-- | changelog.d/6255.misc | 1 | ||||
-rw-r--r-- | changelog.d/6256.bugfix | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/6247.bugfix b/changelog.d/6247.bugfix deleted file mode 100644 index 3122ba0bde..0000000000 --- a/changelog.d/6247.bugfix +++ /dev/null @@ -1 +0,0 @@ -Update list of boolean columns in `synapse_port_db`. diff --git a/changelog.d/6248.misc b/changelog.d/6248.misc deleted file mode 100644 index 97176bcfc7..0000000000 --- a/changelog.d/6248.misc +++ /dev/null @@ -1 +0,0 @@ -Move schema delta files to the correct data store. diff --git a/changelog.d/6255.misc b/changelog.d/6255.misc deleted file mode 100644 index 45bc493648..0000000000 --- a/changelog.d/6255.misc +++ /dev/null @@ -1 +0,0 @@ -Small performance improvement by removing repeated config lookups in room stats calculation. diff --git a/changelog.d/6256.bugfix b/changelog.d/6256.bugfix deleted file mode 100644 index 4b619f8cf8..0000000000 --- a/changelog.d/6256.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix /keys/query API on workers. |