Skip to content

Commit 80b0a1a

Browse files
committed
Update chat/matrix-synapse to 1.38.0
Synapse 1.38.0 (2021-07-13) =========================== This release includes a database schema update which could result in elevated disk usage. See the [upgrade notes](https://matrix-org.github.io/synapse/develop/upgrade#upgrading-to-v1380) for more information. No significant changes since 1.38.0rc3. Synapse 1.38.0rc3 (2021-07-13) ============================== Internal Changes ---------------- - Build the Debian packages in CI. ([\#10247](matrix-org/synapse#10247), [\#10379](matrix-org/synapse#10379)) Synapse 1.38.0rc2 (2021-07-09) ============================== Bugfixes -------- - Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. ([\#10336](matrix-org/synapse#10336)) Improved Documentation ---------------------- - Update links to documentation in the sample config. Contributed by @dklimpel. ([\#10287](matrix-org/synapse#10287)) - Fix broken links in [INSTALL.md](INSTALL.md). Contributed by @dklimpel. ([\#10331](matrix-org/synapse#10331)) Synapse 1.38.0rc1 (2021-07-06) ============================== Features -------- - Implement refresh tokens as specified by [MSC2918](matrix-org/matrix-spec-proposals#2918). ([\#9450](matrix-org/synapse#9450)) - Add support for evicting cache entries based on last access time. ([\#10205](matrix-org/synapse#10205)) - Omit empty fields from the `/sync` response. Contributed by @deepbluev7. ([\#10214](matrix-org/synapse#10214)) - Improve validation on federation `send_{join,leave,knock}` endpoints. ([\#10225](matrix-org/synapse#10225), [\#10243](matrix-org/synapse#10243)) - Add SSO `external_ids` to the Query User Account admin API. ([\#10261](matrix-org/synapse#10261)) - Mark events received over federation which fail a spam check as "soft-failed". ([\#10263](matrix-org/synapse#10263)) - Add metrics for new inbound federation staging area. ([\#10284](matrix-org/synapse#10284)) - Add script to print information about recently registered users. ([\#10290](matrix-org/synapse#10290)) Bugfixes -------- - Fix a long-standing bug which meant that invite rejections and knocks were not sent out over federation in a timely manner. ([\#10223](matrix-org/synapse#10223)) - Fix a bug introduced in v1.26.0 where only users who have set profile information could be deactivated with erasure enabled. ([\#10252](matrix-org/synapse#10252)) - Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server. ([\#10264](matrix-org/synapse#10264), [\#10267](matrix-org/synapse#10267), [\#10282](matrix-org/synapse#10282), [\#10286](matrix-org/synapse#10286), [\#10291](matrix-org/synapse#10291), [\#10314](matrix-org/synapse#10314), [\#10326](matrix-org/synapse#10326)) - Fix the prometheus `synapse_federation_server_pdu_process_time` metric. Broke in v1.37.1. ([\#10279](matrix-org/synapse#10279)) - Ensure that inbound events from federation that were being processed when Synapse was restarted get promptly processed on start up. ([\#10303](matrix-org/synapse#10303)) Improved Documentation ---------------------- - Move the upgrade notes to [docs/upgrade.md](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md) and convert them to markdown. ([\#10166](matrix-org/synapse#10166)) - Choose Welcome & Overview as the default page for synapse documentation website. ([\#10242](matrix-org/synapse#10242)) - Adjust the URL in the README.rst file to point to irc.libera.chat. ([\#10258](matrix-org/synapse#10258)) - Fix homeserver config option name in presence router documentation. ([\#10288](matrix-org/synapse#10288)) - Fix link pointing at the wrong section in the modules documentation page. ([\#10302](matrix-org/synapse#10302)) Internal Changes ---------------- - Drop `Origin` and `Accept` from the value of the `Access-Control-Allow-Headers` response header. ([\#10114](matrix-org/synapse#10114)) - Add type hints to the federation servlets. ([\#10213](matrix-org/synapse#10213)) - Improve the reliability of auto-joining remote rooms. ([\#10237](matrix-org/synapse#10237)) - Update the release script to use the semver terminology and determine the release branch based on the next version. ([\#10239](matrix-org/synapse#10239)) - Fix type hints for computing auth events. ([\#10253](matrix-org/synapse#10253)) - Improve the performance of the spaces summary endpoint by only recursing into spaces (and not rooms in general). ([\#10256](matrix-org/synapse#10256)) - Move event authentication methods from `Auth` to `EventAuthHandler`. ([\#10268](matrix-org/synapse#10268)) - Re-enable a SyTest after it has been fixed. ([\#10292](matrix-org/synapse#10292))
1 parent 91a67f3 commit 80b0a1a

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

chat/matrix-synapse/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.30 2021/07/01 21:13:04 js Exp $
1+
# $NetBSD: Makefile,v 1.31 2021/07/17 20:39:16 js Exp $
22

3-
DISTNAME= matrix-synapse-1.37.1
4-
PKGREVISION= 1
3+
DISTNAME= matrix-synapse-1.38.0
54
CATEGORIES= chat
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
76
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}

chat/matrix-synapse/PLIST

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.15 2021/07/01 13:42:59 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.16 2021/07/17 20:39:16 js Exp $
22
bin/export_signing_key
33
bin/generate_config
44
bin/generate_log_config
@@ -7,6 +7,7 @@ bin/hash_password
77
bin/move_remote_media_to_new_store.py
88
bin/register_new_matrix_user
99
bin/synapse_port_db
10+
bin/synapse_review_recent_signups
1011
bin/sync_room_to_group.pl
1112
bin/synctl
1213
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -24,6 +25,9 @@ ${PYSITELIB}/synapse/_scripts/__init__.pyo
2425
${PYSITELIB}/synapse/_scripts/register_new_matrix_user.py
2526
${PYSITELIB}/synapse/_scripts/register_new_matrix_user.pyc
2627
${PYSITELIB}/synapse/_scripts/register_new_matrix_user.pyo
28+
${PYSITELIB}/synapse/_scripts/review_recent_signups.py
29+
${PYSITELIB}/synapse/_scripts/review_recent_signups.pyc
30+
${PYSITELIB}/synapse/_scripts/review_recent_signups.pyo
2731
${PYSITELIB}/synapse/api/__init__.py
2832
${PYSITELIB}/synapse/api/__init__.pyc
2933
${PYSITELIB}/synapse/api/__init__.pyo
@@ -1590,8 +1594,11 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/59/12account_validity_token_used_
15901594
${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance.sql
15911595
${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance_seq.sql.postgres
15921596
${PYSITELIB}/synapse/storage/schema/main/delta/59/13users_to_send_full_presence_to.sql
1597+
${PYSITELIB}/synapse/storage/schema/main/delta/59/14refresh_tokens.sql
15931598
${PYSITELIB}/synapse/storage/schema/main/delta/59/15locks.sql
15941599
${PYSITELIB}/synapse/storage/schema/main/delta/59/16federation_inbound_staging.sql
1600+
${PYSITELIB}/synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres
1601+
${PYSITELIB}/synapse/storage/schema/main/delta/60/02change_stream_ordering_columns.sql.postgres
15951602
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
15961603
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
15971604
${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
@@ -1714,6 +1721,9 @@ ${PYSITELIB}/synapse/util/iterutils.pyo
17141721
${PYSITELIB}/synapse/util/jsonobject.py
17151722
${PYSITELIB}/synapse/util/jsonobject.pyc
17161723
${PYSITELIB}/synapse/util/jsonobject.pyo
1724+
${PYSITELIB}/synapse/util/linked_list.py
1725+
${PYSITELIB}/synapse/util/linked_list.pyc
1726+
${PYSITELIB}/synapse/util/linked_list.pyo
17171727
${PYSITELIB}/synapse/util/logcontext.py
17181728
${PYSITELIB}/synapse/util/logcontext.pyc
17191729
${PYSITELIB}/synapse/util/logcontext.pyo

chat/matrix-synapse/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.20 2021/07/01 13:42:59 wiz Exp $
1+
$NetBSD: distinfo,v 1.21 2021/07/17 20:39:16 js Exp $
22

3-
SHA1 (matrix-synapse-1.37.1.tar.gz) = 2cf4ff756f6b26ecd442469175b0d431285174a6
4-
RMD160 (matrix-synapse-1.37.1.tar.gz) = 1b475d27baffcae96857056b0cf7d10aa8420abc
5-
SHA512 (matrix-synapse-1.37.1.tar.gz) = b7db3e4272debdacfd4def003c5f257ba6a9cca521817b81914a86b7ff9effa38a1fbe53a84f3068567d447b82773cfe1ac1a36cac78ec7a6e17a62652c065ed
6-
Size (matrix-synapse-1.37.1.tar.gz) = 7354332 bytes
3+
SHA1 (matrix-synapse-1.38.0.tar.gz) = 8b2caf2828c8dedfc858e5537eafa5ebf3bd82fb
4+
RMD160 (matrix-synapse-1.38.0.tar.gz) = 5b273c77e64c789e1e3d1271b3b30c4a90f3d051
5+
SHA512 (matrix-synapse-1.38.0.tar.gz) = d6da8a2ef7bd281b3117ec51743e984f21c9a7aaeaab4f81880e612d201874c0fd366fc18793ae351c168e1f985530fdbb4a6edfcaf9c8d93001bd92cd043f6c
6+
Size (matrix-synapse-1.38.0.tar.gz) = 7374458 bytes
77
SHA1 (patch-synapse_handlers_room.py) = 5c4a5ff4773b9ae4a8ce2b66ac7cd8aa678627ca
88
SHA1 (patch-synapse_python_dependencies.py) = 914ae3a34a9367b2d479d393ddc7a07cbff65b36

0 commit comments

Comments
 (0)