- Disabled logging request JSON for sensitive requests like
/login
,/register
and other UIA endpoints. Logging can still be enabled by settingMAUTRIX_LOG_SENSITIVE_CONTENT
toyes
. - Added option to store new homeserver URL from
/login
response well-known data. - Added option to stream big sync responses via disk to maybe reduce memory usage.
- Fixed trailing slashes in homeserver URL breaking all requests.