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

r0.6.1 support: /rooms/:roomId/aliases endpoint #9224

Merged
merged 8 commits into from
Jun 3, 2021

Commits on Jan 26, 2021

  1. r0.6 support: /rooms/:roomId/aliases endpoint

    [MSC2432](matrix-org/matrix-spec-proposals#2432) added this endpoint originally but it has since been included in the spec for nearly a year. 
    
    We can't reasonably remove the unstable endpoint as client implementations still rely on it, and those clients cannot rely on `r0.6.x` appearing in the `/versions` to detect if this stable endpoint exists. It's proposed to introduce a transition period for implementations which may be stuck on the old endpoint of 2 months (minimum). After that point, Synapse can (and should) remove the unstable endpoint without warning.
    
    The exact timelines are to be determined by the synapse team, however.
    
    This is progress towards #8334
    turt2live committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    17f5184 View commit details
    Browse the repository at this point in the history
  2. Changelog

    turt2live committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5e12a00 View commit details
    Browse the repository at this point in the history
  3. Appease the linter

    turt2live committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d5f243a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Update changelog.d/9224.misc

    richvdh authored May 24, 2021
    Configuration menu
    Copy the full SHA
    81aa828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7a7f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    3b73e20 View commit details
    Browse the repository at this point in the history
  2. Update room.py

    richvdh authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9fa823d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    a197577 View commit details
    Browse the repository at this point in the history