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

Commit f6c526c

Browse files
committed
1.21.0rc2
1 parent 73d9303 commit f6c526c

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Synapse 1.21.0rc2 (2020-10-02)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix a regression in v1.21.0rc1 which broke thumbnails of remote media. ([\#8438](https://github.com/matrix-org/synapse/issues/8438))
8+
- Do not expose the experimental `uk.half-shot.msc2778.login.application_service` flow in the login API. ([\#8440](https://github.com/matrix-org/synapse/issues/8440))
9+
- Fix malformed log line in new federation "catch up" logic. ([\#8442](https://github.com/matrix-org/synapse/issues/8442))
10+
- Convert additional templates from inline HTML to Jinja2 templates. ([\#8444](https://github.com/matrix-org/synapse/issues/8444))
11+
- Fix DB query on startup for negative streams which caused long start up times. Introduced in #8374. ([\#8447](https://github.com/matrix-org/synapse/issues/8447))
12+
13+
114
Synapse 1.21.0rc1 (2020-10-01)
215
==============================
316

changelog.d/8438.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8440.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8442.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8444.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8447.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.21.0rc1"
51+
__version__ = "1.21.0rc2"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)