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

Commit 80b5516

Browse files
committed
Merge remote-tracking branch 'origin/develop' into rav/sw1v-hotfixes
2 parents 8c95839 + 4054dfa commit 80b5516

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+973
-654
lines changed

.github/workflows/docs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@ jobs:
6161
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305 # v3.8.0
6262
with:
6363
github_token: ${{ secrets.GITHUB_TOKEN }}
64-
keep_files: true
6564
publish_dir: ./book
6665
destination_dir: ./${{ steps.vars.outputs.branch-version }}

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
volumes:
193193
- ${{ github.workspace }}:/src
194194
env:
195+
SYTEST_BRANCH: ${{ github.head_ref }}
195196
POSTGRES: ${{ matrix.postgres && 1}}
196197
MULTI_POSTGRES: ${{ (matrix.postgres == 'multi-postgres') && 1}}
197198
WORKERS: ${{ matrix.workers && 1 }}

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Synapse 1.43.0 (2021-09-21)
2+
===========================
3+
4+
This release drops support for the deprecated, unstable API for [MSC2858 (Multiple SSO Identity Providers)](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), as well as the undocumented `experimental.msc2858_enabled` config option. Client authors should update their clients to use the stable API, available since Synapse 1.30.
5+
6+
The documentation has been updated with configuration for routing `/spaces`, `/hierarchy` and `/summary` to workers. See [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.43/docs/upgrade.md#upgrading-to-v1430) for more details.
7+
8+
No significant changes since 1.43.0rc2.
9+
110
Synapse 1.43.0rc2 (2021-09-17)
211
==============================
312

@@ -10,8 +19,6 @@ Bugfixes
1019
Synapse 1.43.0rc1 (2021-09-14)
1120
==============================
1221

13-
This release drops support for the deprecated, unstable API for [MSC2858](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2858-Multiple-SSO-Identity-Providers.md#unstable-prefix), as well as the undocumented `experimental.msc2858_enabled` config option. Client authors should update their clients to use the stable API, available since Synapse 1.30.
14-
1522
Features
1623
--------
1724

changelog.d/10659.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix GitHub Actions config so we can run sytest on synapse from parallel branches.

changelog.d/10796.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Simplify the internal logic which maintains the user directory database tables.

changelog.d/10807.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow sending a membership event to unban a user. Contributed by @aaronraimist.

changelog.d/10814.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve oEmbed previews by processing the author name, photo, and video information.

changelog.d/10831.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing type hints to handlers.

changelog.d/10835.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a test to ensure state events sent by modules get persisted correctly.

changelog.d/10839.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rename [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` query parameter from `?prev_event` to more obvious usage with `?prev_event_id`.

0 commit comments

Comments
 (0)