MatrixSynapse/changelog.d
David Robertson 797ee7812d
Relax `ignore-missing-imports` for modules that have stubs now and update mypy (#11006)
Updating mypy past version 0.9 means that third-party stubs are no-longer distributed with typeshed. See http://mypy-lang.blogspot.com/2021/06/mypy-0900-released.html for details.
We therefore pull in stub packages in setup.py

Additionally, some modules that we were previously ignoring import failures for now have stubs. So let's use them.

The rest of this change consists of fixups to make the newer mypy + stubs pass CI.

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2021-10-08 14:49:41 +01:00
..
.gitignore
9655.feature
10877.feature
10888.misc More types for synapse.util, part 1 (#10888) 2021-10-06 11:20:49 +01:00
10894.feature Add a spamchecker method to allow or deny 3pid invites (#10894) 2021-10-06 17:18:13 +02:00
10895.misc
10902.misc
10903.misc
10910.feature Add a spamchecker callback to allow or deny room joins (#10910) 2021-10-06 14:32:16 +00:00
10915.misc
10916.misc
10922.bugfix
10924.bugfix
10926.misc
10927.bugfix
10934.misc
10935.misc
10936.misc
10939.misc
10940.misc
10945.misc
10947.bugfix
10954.feature Add `--run-background-updates` option to `update_database` script. (#10954) 2021-10-06 11:26:18 +01:00
10956.bugfix
10958.misc
10959.misc
10960.bugfix
10961.misc
10962.bugfix Fix logic flaw preventing tracking of MSC2716 events in existing room versions (#10962) 2021-10-05 11:51:57 -05:00
10963.misc
10971.doc Remove "reference" wording according Synapse homeserver (#10971) 2021-10-06 10:05:07 +00:00
10973.doc Updated development doc on samling environment for testing. (#10973) 2021-10-06 07:20:41 -04:00
10981.bugfix Fix potential leak of per-room profiles when the user dir is rebuilt. (#10981) 2021-10-05 18:35:25 +01:00
10982.bugfix Don't drop user dir deltas when server leaves room (#10982) 2021-10-06 12:56:45 +00:00
10983.misc
10985.misc Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
10986.misc
10987.misc
10988.misc
10990.doc Add content to the Synapse documentation intro page (#10990) 2021-10-06 17:09:35 +00:00
10991.doc
10992.misc
10993.misc Fix long-standing bug where `ReadWriteLock` could drop logging contexts (#10993) 2021-10-08 12:27:16 +01:00
10994.misc Add the synapse-core team as code owners (#10994) 2021-10-06 16:03:17 +02:00
10995.bugfix Catch AttributeErrors when calling registerProducer (#10995) 2021-10-07 10:37:10 +00:00
11002.bugfix Don't alter directory entries for local users when setting a per-room nickname (#11002) 2021-10-07 13:26:11 +01:00
11003.bugfix Fix overwriting profile when making room public (#11003) 2021-10-08 12:52:48 +01:00
11004.misc `disallow-untyped-defs` for `synapse.state` (#11004) 2021-10-06 17:55:25 +00:00
11005.misc Remove the deprecated BaseHandler. (#11005) 2021-10-08 07:44:43 -04:00
11006.misc Relax `ignore-missing-imports` for modules that have stubs now and update mypy (#11006) 2021-10-08 14:49:41 +01:00
11010.misc Improve the logging in _auth_and_persist_outliers (#11010) 2021-10-07 11:43:25 +00:00
11011.misc Add a comment in _process_received_pdu (#11011) 2021-10-07 12:20:03 +01:00
11017.misc Fix CI to run the unit tests without optional deps (#11017) 2021-10-08 10:05:48 +01:00
11019.misc Ensure each cache config test uses separate state. (#11019) 2021-10-07 09:38:31 -04:00
11021.misc disallow-untyped-defs for synapse.server_notices (#11021) 2021-10-07 19:55:15 +01:00
11028.feature Include exception in json logging (#11028) 2021-10-08 13:08:25 +02:00