MatrixSynapse/changelog.d
Patrick Cloke 20a67aa70d
Separate the TCP and terse JSON formatting code. (#8587)
This should (theoretically) allow for using the TCP code with a different output type
and make it easier to use the JSON code with files / console.
2020-10-21 06:59:54 -04:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
7658.feature Add config option for always using "userinfo endpoint" for OIDC (#7658) 2020-10-01 13:54:35 -04:00
7921.docker Multi arch docker support: add arm/v7 and arm64 to our docker images (#7921) 2020-10-12 22:00:33 +01:00
8292.feature Allow ThirdPartyEventRules modules to manipulate public room state (#8292) 2020-10-05 14:57:46 +01:00
8312.feature Add support for MSC2732: olm fallback keys (#8312) 2020-10-06 13:26:29 -04:00
8369.feature Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
8380.feature Add support for MSC2697: Dehydrated devices (#8380) 2020-10-07 08:00:17 -04:00
8390.docker Docker: support passing additional commandline args to synapse (#8390) 2020-10-11 20:51:11 +01:00
8407.misc Add typing information to the device handler. (#8407) 2020-10-07 08:58:21 -04:00
8432.misc Enable mypy checking for unreachable code and fix instances. (#8432) 2020-10-01 08:09:18 -04:00
8433.misc Add unit test for event persister sharding (#8433) 2020-10-02 09:57:12 +01:00
8437.feature Send some ephemeral events to appservices (#8437) 2020-10-15 12:33:28 -04:00
8439.misc Use vector clocks for room stream tokens. (#8439) 2020-10-07 15:15:33 +01:00
8443.misc Include a public_baseurl in configs generated by the demo script. (#8443) 2020-10-02 07:24:07 -04:00
8448.misc Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
8450.misc Speed up unit tests when using PostgreSQL (#8450) 2020-10-02 15:09:31 +01:00
8452.misc Remove stream ordering from Metadata dict (#8452) 2020-10-05 14:43:14 +01:00
8454.bugfix Do not assume that account data is of the correct form. (#8454) 2020-10-05 09:28:05 -04:00
8457.bugfix Ensure that event.redacts is the proper type before handling it (#8457) 2020-10-05 10:24:17 -04:00
8458.feature Move additional tasks to the background worker (#8458) 2020-10-07 11:27:56 -04:00
8461.feature Update default room version to 6 (#8461) 2020-10-05 21:40:51 +01:00
8462.doc Update manhole documentation for async/await. (#8462) 2020-10-05 09:40:19 -04:00
8463.misc changelog 2020-10-05 19:04:13 +01:00
8464.misc Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) 2020-10-07 12:03:26 +01:00
8465.bugfix Don't bother responding to client requests that have already disconnected (#8465) 2020-10-06 10:03:39 +01:00
8467.feature Fix third-party event modules for `check_visibility_can_be_modified` check 2020-10-05 20:29:52 +01:00
8468.misc Additional tests for third-party event rules (#8468) 2020-10-06 16:31:31 +01:00
8472.misc Add option to scripts-dev/lint.sh to only lint files changed since the last git commit (#8472) 2020-10-15 15:45:13 +01:00
8474.misc unblacklist some tests (#8474) 2020-10-07 13:39:50 +01:00
8476.bugfix Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
8477.misc Include the configured log level in phone home stats. (#8477) 2020-10-07 11:13:38 -04:00
8479.feature Allow modules to create and send events into rooms (#8479) 2020-10-09 13:46:36 +01:00
8480.misc Remove docs/sphinx and related references (#8480) 2020-10-07 11:45:31 +01:00
8486.bugfix Fix returning incorrect prev_batch token in incremental sync (#8486) 2020-10-07 13:49:40 +01:00
8488.misc Add basic tests for sync/pagination with vector clock tokens. (#8488) 2020-10-14 13:53:20 +01:00
8489.feature Move additional tasks to the background worker, part 3 (#8489) 2020-10-09 07:37:51 -04:00
8492.misc Clarify error message when plugin config parsers raise an error (#8492) 2020-10-08 11:10:15 +01:00
8493.doc Add useful shields to readme (#8493) 2020-10-08 11:16:56 +01:00
8494.misc Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
8496.misc Only send RDATA for instance local events. (#8496) 2020-10-09 13:10:33 +01:00
8497.misc Fix threadsafety in ThreadedMemoryReactorClock (#8497) 2020-10-09 17:22:25 +01:00
8499.misc Make event persisters periodically announce position over replication. (#8499) 2020-10-12 15:51:41 +01:00
8501.feature Invalidate the cache when an olm fallback key is uploaded (#8501) 2020-10-08 13:24:46 -04:00
8502.feature Increase default max_upload_size from 10M to 50M (#8502) 2020-10-09 16:58:23 +01:00
8503.misc Include user agent in user daily visits table (#8503) 2020-10-15 10:36:40 +01:00
8504.bugfix Expose the experimental appservice login flow to clients. (#8504) 2020-10-19 13:03:55 -04:00
8505.misc Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
8507.misc Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
8513.feature Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
8514.misc Clean-up some broken/unused code in the test framework (#8514) 2020-10-09 14:19:29 -04:00
8515.misc Solidify the HomeServer constructor. (#8515) 2020-10-15 15:29:13 -04:00
8517.bugfix Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) 2020-10-14 11:24:58 +01:00
8526.doc Add note to manhole.md about bind_address when using with docker (#8526) 2020-10-14 15:28:59 +01:00
8527.bugfix Make sure a retention policy is a state event (#8527) 2020-10-14 12:00:52 +01:00
8529.doc Update documentation on retention policies limits (#8529) 2020-10-14 15:00:49 +01:00
8535.feature changelog 2020-10-13 23:24:50 +01:00
8536.bugfix Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
8537.misc changelog 2020-10-13 23:58:48 +01:00
8542.misc Use autocommit mode for single statement DB functions. (#8542) 2020-10-14 15:50:59 +01:00
8544.feature Clean-up old transaction IDs on the background worker. (#8544) 2020-10-16 12:06:17 -04:00
8545.bugfix Include a simple message in email notifications that include encrypted content (#8545) 2020-10-19 09:12:39 -04:00
8547.misc Enable mypy for synapse.util.caches (#8547) 2020-10-15 11:44:39 +01:00
8548.misc changelog 2020-10-14 23:49:27 +01:00
8561.misc Make LruCache register its own metrics (#8561) 2020-10-16 15:51:57 +01:00
8562.misc changelog 2020-10-16 15:56:47 +01:00
8563.misc Replace DeferredCache with LruCache where possible (#8563) 2020-10-19 12:20:29 +01:00
8564.feature Fix modifying events in `ThirdPartyRules` modules (#8564) 2020-10-16 13:39:46 +01:00
8566.misc Add .venv* to .gitignore (#8566) 2020-10-16 17:03:38 +01:00
8567.bugfix Start an opentracing span for background processes. (#8567) 2020-10-19 12:26:26 +01:00
8568.misc Add `DeferredCache.get_immediate` method (#8568) 2020-10-19 15:00:12 +01:00
8569.misc Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) 2020-10-19 18:32:24 +01:00
8571.misc Fix synmark (#8571) 2020-10-16 21:45:31 +01:00
8577.misc Pre-emptively fix synapse.storage.types.Connection for future mypy release (#8577) 2020-10-17 09:51:38 +01:00
8578.misc Support running synmark on macOS. (#8578) 2020-10-19 07:27:46 -04:00
8583.misc Update mypy to 0.790, and move dependencies to extras (#8583) 2020-10-20 07:55:21 -04:00
8585.bugfix Cast errors generated during synapse_port_db to str (#8585) 2020-10-20 11:47:24 +01:00
8587.misc Separate the TCP and terse JSON formatting code. (#8587) 2020-10-21 06:59:54 -04:00
8589.removal Drop unused `device_max_stream_id` table (#8589) 2020-10-19 19:06:54 +01:00
8590.misc Move schema file for as_device_stream (#8590) 2020-10-20 10:18:55 +01:00
8591.misc Fix 'LruCache' object has no attribute '_on_resize' (#8591) 2020-10-19 21:13:50 +01:00
8592.misc Remove some extraneous @unittest.INFOs on unit tests (#8592) 2020-10-20 11:49:15 +01:00
8599.feature Consistently use wrap_as_background_task in more places (#8599) 2020-10-20 11:29:38 -04:00
8600.misc Pin mypy-zope for compatibility with mypy. (#8600) 2020-10-21 06:45:01 -04:00
8609.misc Add type hints to profile and base handlers. (#8609) 2020-10-21 06:44:31 -04:00