MatrixSynapse/synapse
Erik Johnston a36d77c563 Merge tag 'v1.40.0rc2' into develop
Synapse 1.40.0rc2 (2021-08-04)
==============================

Bugfixes
--------

- Fix the `PeriodicallyFlushingMemoryHandler` inhibiting application shutdown because of its background thread. ([\#10517](https://github.com/matrix-org/synapse/issues/10517))
- Fix a bug introduced in Synapse v1.40.0rc1 that could cause Synapse to respond with an error when clients would update read receipts. ([\#10531](https://github.com/matrix-org/synapse/issues/10531))

Internal Changes
----------------

- Fix release script to open the correct URL for the release. ([\#10516](https://github.com/matrix-org/synapse/issues/10516))
2021-08-05 11:15:29 +01:00
..
_scripts Remove shebang line from module files (#10415) 2021-07-29 21:34:14 +01:00
api
app Remove shebang line from module files (#10415) 2021-07-29 21:34:14 +01:00
appservice
config Add warnings to ip_range_blacklist usage with proxies (#10129) 2021-08-03 18:13:34 +00:00
crypto
events
federation Prune inbound federation queues if they get too long (#10390) 2021-08-02 13:37:25 +00:00
groups
handlers Send unstable-prefixed room_type in store-invite IS API requests (#10435) 2021-08-04 13:39:57 -04:00
http
logging Fix PeriodicallyFlushingMemoryHandler inhibiting application shutdown (#10517) 2021-08-03 14:28:30 +01:00
metrics
module_api Add `get_userinfo_by_id` method to `ModuleApi` (#9581) 2021-08-04 10:40:25 +00:00
push Remove shebang line from module files (#10415) 2021-07-29 21:34:14 +01:00
replication
res/templates
rest Don't fail on empty bodies when sending out read receipts (#10531) 2021-08-04 16:13:24 +02:00
server_notices
spam_checker_api
state
static
storage Add support for MSC2716 marker events (#10498) 2021-08-04 12:07:57 -05:00
streams
util Remove shebang line from module files (#10415) 2021-07-29 21:34:14 +01:00
__init__.py 1.40.0rc2 2021-08-04 17:09:27 +01:00
event_auth.py Fix explicit assignment of PL 0 from being misinterpreted in rare circumstances (#10499) 2021-07-30 12:34:21 +01:00
notifier.py
python_dependencies.py
server.py
types.py Add `get_userinfo_by_id` method to `ModuleApi` (#9581) 2021-08-04 10:40:25 +00:00
visibility.py