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

Commit c39a417

Browse files
committed
Merge tag 'v1.39.0rc2' into develop
Synapse 1.39.0rc2 (2021-07-22) ============================== Bugfixes -------- - Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](#10457)) Internal Changes ---------------- - Move docker image build to Github Actions. ([\#10416](#10416))
2 parents 683deee + f76f8c1 commit c39a417

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Synapse 1.39.0rc2 (2021-07-22)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](https://github.com/matrix-org/synapse/issues/10457))
8+
9+
10+
Internal Changes
11+
----------------
12+
13+
- Move docker image build to Github Actions. ([\#10416](https://github.com/matrix-org/synapse/issues/10416))
14+
15+
116
Synapse 1.38.1 (2021-07-22)
217
===========================
318

changelog.d/10416.misc

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
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.39.0rc1"
50+
__version__ = "1.39.0rc2"
5151

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

0 commit comments

Comments
 (0)