Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Synapse to 1.19.1 #6442

Merged
merged 4 commits into from
Sep 21, 2020

Commits on Sep 18, 2020

  1. Upgrade Synapse to 1.19.1

    This upgrades the Synapse requirement to 1.19.1 and fixes all backwards
    incompatibilities that have been introduced.
    
    This is mainly related to the [alias semantics change (MSC2432)](matrix-org/matrix-spec-proposals#2432).
    ulope committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    e57522e View commit details
    Browse the repository at this point in the history
  2. Split known servers

    Depends-on: raiden-network/raiden-service-bundle#186
    Related: raiden-network#6443, raiden-network#6212
    
    This splits the known servers list into an 'active' and 'all' part.
    
    The 'active' part is read by the Raiden client and used to select a
    server to use.
    
    The 'all' part is used by the RSB as the federation whitelist.
    
    The purpose of this is to allow new servers to be added without making
    the Raiden client immediately try to use them while they are not yet
    ready.
    ulope committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5aab480 View commit details
    Browse the repository at this point in the history
  3. Add test for split servers

    ulope committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    34da7d4 View commit details
    Browse the repository at this point in the history
  4. Support matrix_room_id in PFS info response

    This changes the is-pfs-on-the-same-federation check to use the new
    `matrix_room_id` field from the PFS info response.
    
    See raiden-network/raiden-services#858 for details
    ulope committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    e0c5b67 View commit details
    Browse the repository at this point in the history