|
| 1 | +Synapse 1.21.1 (2020-10-13) |
| 2 | +=========================== |
| 3 | + |
| 4 | +This release fixes a regression in v1.21.0 that prevented debian packages from being built. |
| 5 | +It is otherwise identical to v1.21.0. |
| 6 | + |
1 | 7 | Synapse 1.21.0 (2020-10-12) |
2 | 8 | =========================== |
3 | 9 |
|
4 | 10 | No significant changes since v1.21.0rc3. |
5 | 11 |
|
| 12 | +As [noted in |
| 13 | +v1.20.0](https://github.com/matrix-org/synapse/blob/release-v1.21.0/CHANGES.md#synapse-1200-2020-09-22), |
| 14 | +a future release will drop support for accessing Synapse's |
| 15 | +[Admin API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api) under the |
| 16 | +`/_matrix/client/*` endpoint prefixes. At that point, the Admin API will only |
| 17 | +be accessible under `/_synapse/admin`. |
| 18 | + |
6 | 19 |
|
7 | 20 | Synapse 1.21.0rc3 (2020-10-08) |
8 | 21 | ============================== |
@@ -160,9 +173,11 @@ API](https://github.com/matrix-org/synapse/tree/master/docs) has been |
160 | 173 | accessible under the `/_matrix/client/api/v1/admin`, |
161 | 174 | `/_matrix/client/unstable/admin`, `/_matrix/client/r0/admin` and |
162 | 175 | `/_synapse/admin` prefixes. In a future release, we will be dropping support |
163 | | -for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes. This |
164 | | -makes it easier for homeserver admins to lock down external access to the Admin |
165 | | -API endpoints. |
| 176 | +for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes. |
| 177 | + |
| 178 | +From that point, the Admin API will only be accessible under `/_synapse/admin`. |
| 179 | +This makes it easier for homeserver admins to lock down external access to the |
| 180 | +Admin API endpoints. |
166 | 181 |
|
167 | 182 | Synapse 1.20.0rc5 (2020-09-18) |
168 | 183 | ============================== |
|
0 commit comments