Skip to content

Commit a01605c

Browse files
committed
1.26.0rc2
1 parent 0563274 commit a01605c

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Synapse 1.26.0rc2 (2021-01-25)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix receipts or account data not being sent down sync. Introduced in v1.26.0rc1. ([\#9193](https://github.com/matrix-org/synapse/issues/9193), [\#9195](https://github.com/matrix-org/synapse/issues/9195))
8+
- Fix chain cover update to handle events with duplicate auth events. Introduced in v1.26.0rc1. ([\#9210](https://github.com/matrix-org/synapse/issues/9210))
9+
10+
11+
Internal Changes
12+
----------------
13+
14+
- Add an `oidc-` prefix to any `idp_id`s which are given in the `oidc_providers` configuration. ([\#9189](https://github.com/matrix-org/synapse/issues/9189))
15+
- Bump minimum `psycopg2` version. ([\#9204](https://github.com/matrix-org/synapse/issues/9204))
16+
17+
118
Synapse 1.26.0rc1 (2021-01-20)
219
==============================
320

changelog.d/9189.misc

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

changelog.d/9193.bugfix

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

changelog.d/9195.bugfix

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

changelog.d/9204.misc

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

changelog.d/9210.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.26.0rc1"
51+
__version__ = "1.26.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)