Skip to content

Commit

Permalink
chat/matrix-synapse: Update to 1.48.0
Browse files Browse the repository at this point in the history
Synapse 1.48.0 (2021-11-30)
===========================

This release removes support for the long-deprecated `trust_identity_server_for_password_resets` configuration flag.

This release also fixes some performance issues with some background database updates introduced in Synapse 1.47.0.

Features
--------

- Experimental support for the thread relation defined in [MSC3440](matrix-org/matrix-spec-proposals#3440). ([\#11161](matrix-org/synapse#11161))
- Support filtering by relation senders & types per [MSC3440](matrix-org/matrix-spec-proposals#3440). ([\#11236](matrix-org/synapse#11236))
- Add support for the `/_matrix/client/v3` and `/_matrix/media/v3` APIs from Matrix v1.1. ([\#11318](matrix-org/synapse#11318), [\#11371](matrix-org/synapse#11371))
- Support the stable version of [MSC2778](matrix-org/matrix-spec-proposals#2778): the `m.login.application_service` login type. Contributed by @tulir. ([\#11335](matrix-org/synapse#11335))
- Add a new version of delete room admin API `DELETE /_synapse/admin/v2/rooms/<room_id>` to run it in the background. Contributed by @dklimpel. ([\#11223](matrix-org/synapse#11223))
- Allow the admin [Delete Room API](https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#delete-room-api) to block a room without the need to join it. ([\#11228](matrix-org/synapse#11228))
- Add an admin API to un-shadow-ban a user. ([\#11347](matrix-org/synapse#11347))
- Add an admin API to run background database schema updates. ([\#11352](matrix-org/synapse#11352))
- Add an admin API for blocking a room. ([\#11324](matrix-org/synapse#11324))
- Update the JWT login type to support custom a `sub` claim. ([\#11361](matrix-org/synapse#11361))
- Store and allow querying of arbitrary event relations. ([\#11391](matrix-org/synapse#11391))

Deprecations and Removals
-------------------------

- Remove deprecated `trust_identity_server_for_password_resets` configuration flag. ([\#11333](matrix-org/synapse#11333), [\#11395](matrix-org/synapse#11395))
  • Loading branch information
gdt committed Dec 9, 2021
1 parent baf2d84 commit d30d214
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chat/matrix-synapse/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.36 2021/11/23 12:47:51 gdt Exp $
# $NetBSD: Makefile,v 1.37 2021/12/09 01:26:10 gdt Exp $

DISTNAME= matrix-synapse-1.47.1
DISTNAME= matrix-synapse-1.48.0
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
Expand Down
6 changes: 4 additions & 2 deletions chat/matrix-synapse/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.19 2021/11/19 14:06:08 js Exp $
@comment $NetBSD: PLIST,v 1.20 2021/12/09 01:26:10 gdt Exp $
bin/export_signing_key
bin/generate_config
bin/generate_log_config
Expand Down Expand Up @@ -1651,10 +1651,12 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/63/04add_presence_stream_not_offl
${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.postgres
${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.sqlite
${PYSITELIB}/synapse/storage/schema/main/delta/65/01msc2716_insertion_event_edges.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/02_thread_relations.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/03remove_hidden_devices_from_device_inbox.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/04_local_group_updates.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/05_remove_room_stats_historical_and_user_stats_historical.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/08_device_inbox_background_updates.sql
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
Expand Down
8 changes: 4 additions & 4 deletions chat/matrix-synapse/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.28 2021/11/23 12:47:51 gdt Exp $
$NetBSD: distinfo,v 1.29 2021/12/09 01:26:10 gdt Exp $

BLAKE2s (matrix-synapse-1.47.1.tar.gz) = 95f11702c331d6ddbbefe5d851b0f25336e8e15591dc74bcd53c35af9f4fa17b
SHA512 (matrix-synapse-1.47.1.tar.gz) = 29ebfcf43e7766a638cd26e17430772625651cd8d28c8637ae5d2550207a0131f7eeab0cbe2d8e9e4914ffa13cbafe830ef0e80b22a356ac5abe6a88733ad97c
Size (matrix-synapse-1.47.1.tar.gz) = 7566339 bytes
BLAKE2s (matrix-synapse-1.48.0.tar.gz) = 9069ce3478d2dcf1365df2131cca0e93c12c0d3ea8bc089148732fe78b3a9414
SHA512 (matrix-synapse-1.48.0.tar.gz) = d7005258f75d415c2172fba0842f9e7d493228d854af6de39a2e0e46e28ca19dd5542327e81e3f93082216f629b7b57e070fc4e36cf9c511688127e75aaae95b
Size (matrix-synapse-1.48.0.tar.gz) = 7591198 bytes
SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537
SHA1 (patch-synapse_python_dependencies.py) = 914ae3a34a9367b2d479d393ddc7a07cbff65b36

0 comments on commit d30d214

Please sign in to comment.