pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/matrix-synapse



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Dec  9 01:26:10 UTC 2021

Modified Files:
        pkgsrc/chat/matrix-synapse: Makefile PLIST distinfo

Log Message:
chat/matrix-synapse: Update to 1.48.0

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](https://github.com/matrix-org/matrix-doc/pull/3440). ([\#11161](https://github.com/matrix-org/synapse/issues/11161))
- Support filtering by relation senders & types per [MSC3440](https://github.com/matrix-org/matrix-doc/pull/3440). ([\#11236](https://github.com/matrix-org/synapse/issues/11236))
- Add support for the `/_matrix/client/v3` and `/_matrix/media/v3` APIs from Matrix v1.1. ([\#11318](https://github.com/matrix-org/synapse/issues/11318), 
[\#11371](https://github.com/matrix-org/synapse/issues/11371))
- Support the stable version of [MSC2778](https://github.com/matrix-org/matrix-doc/pull/2778): the `m.login.application_service` login type. Contributed by @tulir. 
([\#11335](https://github.com/matrix-org/synapse/issues/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](https://github.com/matrix-org/synapse/issues/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](https://github.com/matrix-org/synapse/issues/11228))
- Add an admin API to un-shadow-ban a user. ([\#11347](https://github.com/matrix-org/synapse/issues/11347))
- Add an admin API to run background database schema updates. ([\#11352](https://github.com/matrix-org/synapse/issues/11352))
- Add an admin API for blocking a room. ([\#11324](https://github.com/matrix-org/synapse/issues/11324))
- Update the JWT login type to support custom a `sub` claim. ([\#11361](https://github.com/matrix-org/synapse/issues/11361))
- Store and allow querying of arbitrary event relations. ([\#11391](https://github.com/matrix-org/synapse/issues/11391))

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

- Remove deprecated `trust_identity_server_for_password_resets` configuration flag. ([\#11333](https://github.com/matrix-org/synapse/issues/11333), 
[\#11395](https://github.com/matrix-org/synapse/issues/11395))


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/chat/matrix-synapse/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/chat/matrix-synapse/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/chat/matrix-synapse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.36 pkgsrc/chat/matrix-synapse/Makefile:1.37
--- pkgsrc/chat/matrix-synapse/Makefile:1.36    Tue Nov 23 12:47:51 2021
+++ pkgsrc/chat/matrix-synapse/Makefile Thu Dec  9 01:26:10 2021
@@ -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}

Index: pkgsrc/chat/matrix-synapse/PLIST
diff -u pkgsrc/chat/matrix-synapse/PLIST:1.19 pkgsrc/chat/matrix-synapse/PLIST:1.20
--- pkgsrc/chat/matrix-synapse/PLIST:1.19       Fri Nov 19 14:06:08 2021
+++ pkgsrc/chat/matrix-synapse/PLIST    Thu Dec  9 01:26:10 2021
@@ -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
@@ -1651,10 +1651,12 @@ ${PYSITELIB}/synapse/storage/schema/main
 ${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

Index: pkgsrc/chat/matrix-synapse/distinfo
diff -u pkgsrc/chat/matrix-synapse/distinfo:1.28 pkgsrc/chat/matrix-synapse/distinfo:1.29
--- pkgsrc/chat/matrix-synapse/distinfo:1.28    Tue Nov 23 12:47:51 2021
+++ pkgsrc/chat/matrix-synapse/distinfo Thu Dec  9 01:26:10 2021
@@ -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



Home | Main Index | Thread Index | Old Index