Browse Source

1.43.0rc2

David Robertson 2 years ago
parent
commit
daac1e645c
4 changed files with 16 additions and 2 deletions
  1. 9 0
      CHANGES.md
  2. 0 1
      changelog.d/10828.bugfix
  3. 6 0
      debian/changelog
  4. 1 1
      synapse/__init__.py

+ 9 - 0
CHANGES.md

@@ -1,3 +1,12 @@
+Synapse 1.43.0rc2 (2021-09-17)
+==============================
+
+Bugfixes
+--------
+
+- Added opentrace logging to help debug #9424. ([\#10828](https://github.com/matrix-org/synapse/issues/10828))
+
+
 Synapse 1.43.0rc1 (2021-09-14)
 ==============================
 

+ 0 - 1
changelog.d/10828.bugfix

@@ -1 +0,0 @@
-Added opentrace logging to help debug #9424.

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.43.0~rc2) stable; urgency=medium
+
+  * New synapse release 1.43.0~rc2.
+
+ -- Synapse Packaging team <packages@matrix.org>  Fri, 17 Sep 2021 10:43:21 +0100
+
 matrix-synapse-py3 (1.43.0~rc1) stable; urgency=medium
 
   * New synapse release 1.43.0~rc1.

+ 1 - 1
synapse/__init__.py

@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.43.0rc1"
+__version__ = "1.43.0rc2"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when