[0.1.0] * Initial version [0.1.1] * Removed the Riot part of the installation due to security * Changed from Sqlite to Postgres * Added LDAP support * Fixed upload limit in nginx_matrix.conf * Added bogus index.html so cloudron recognizes the matrix server as online * Added coturn as TURN server [0.1.2] * Updated logo (transparent) * Enabled email settings [0.1.3] * Changed log location of nginx due to backup crashes [0.1.4] * Changed log location of synapse due to backup crashes * Updated some configs [0.1.5] * Update to synapse v0.31.2 [0.1.6] * Update to synapse v0.33.8 [0.1.7] * Update to synapse v0.33.9 [0.1.8] * Update to synapse v0.99.0 * Fixed missing LDAP stuff [0.1.9] * Update to synapse v0.99.3 [0.2.0] * Update to synapse v0.99.4 [0.2.1] * Update to synapse v0.99.5.1 [0.2.2] * Update to synapse v0.99.5.2 [0.2.3] * Update to synapse v1.0.0 * Fixed url preview * Fixed voip [0.2.4] * Fixed federation [0.2.5] * Update to synapse v1.1.0 [0.2.6] * Update to synapse v1.2.1 [0.2.7] * Update to synapse v1.3.0 [0.2.8] * Update to synapse v1.3.1 [0.2.9] * Update to synapse v1.4.0 (lots of changes) [0.3.0] * Update to synapse v1.4.1 [0.3.1] * Update to synapse v1.5.1 [0.3.3] * Update to synapse v1.6.0 [0.3.4] * Update to synapse v1.6.1 [0.3.5] * Update to synapse v1.8.0 [0.3.6] * Update to synapse v1.9.1 [0.3.7] * Update to synapse v1.10.0 [0.3.8] * Update to synapse v1.11.0 [0.4.0] * Update to synapse v1.12.0 [0.4.1] * Update to synapse v1.12.2 [0.5.0] * New reworked app [0.6.0] * Fix title [0.7.0] * Set turn_uris to an array and not a string [0.7.1] * Users will now automatically join the #discuss channel (only in new installations) [1.0.0] * Use latest base image * Update to synapse v1.12.4 [1.1.0] * Update Synapse to 1.13.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.13.0) * Set Referrer-Policy header to no-referrer on media downloads. (#7009) * Admin API POST /_synapse/admin/v1/join/ to join users to a room like auto_join_rooms for creation of users. (#7051) * Add options to prevent users from changing their profile or associated 3PIDs. (#7096) * Allow server admins to define and enforce a password policy (MSC2000). (#7118) * Improve the support for SSO authentication on the login fallback page. (#7152, #7235) * Always whitelist the login fallback in the SSO configuration if public_baseurl is set. (#7153) * Admin users are no longer required to be in a room to create an alias for it. (#7191) * Require admin privileges to enable room encryption by default. This does not affect existing rooms. (#7230) [1.2.0] * Update Synapse to 1.14.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.14.0) [1.3.0] * Add optional sso support [1.4.0] * Update Synapse to 1.15.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.15.0) * Advertise support for Client-Server API r0.6.0 and remove related unstable feature flags. (#6585) * Add an option to disable autojoining rooms for guest accounts. (#6637) * Add admin APIs to allow server admins to manage users' devices. Contributed by @dklimpel. (#7481) * Add support for generating thumbnails for WebP images. Previously, users would see an empty box instead of preview image. Contributed by @WGH-. (#7586) * Support the standardized m.login.sso user-interactive authentication flow. (#7630) [1.5.0] * Update Synapse to 1.15.2 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.15.2) * A malicious homeserver could force Synapse to reset the state in a room to a small subset of the correct state. This affects all Synapse deployments which federate with untrusted servers. (96e9afe6) * HTML pages served via Synapse were vulnerable to clickjacking attacks. This predominantly affects homeservers with single-sign-on enabled, but all server administrators are encouraged to upgrade. (ea26e9a9) [1.6.0] * Update Synapse to 1.16.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.16.0) * Add an option to enable encryption by default for new rooms. (#7639) * Add support for running multiple media repository workers. See docs/workers.md for instructions. (#7706) * Media can now be marked as safe from quarantined. (#7718) * Expand the configuration options for auto-join rooms. (#7763) [1.6.1] * Update Synapse to 1.16.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.16.1) * Drop table local_rejections_stream which was incorrectly added in Synapse 1.16.0. (#7816, b1beb3ff5) [1.7.0] * Update Synapse to 1.17.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.17.0) * Fix inconsistent handling of upper and lower case in email addresses when used as identifiers for login, etc. Contributed by @dklimpel. (#7021) * Fix "Tried to close a non-active scope!" error messages when opentracing is enabled. (#7732) * Fix incorrect error message when database CTYPE was set incorrectly. (#7760) * Fix to not ignore set_tweak actions in Push Rules that have no value, as permitted by the specification. (#7766) * Fix synctl to handle empty config files correctly. Contributed by @kotovalexarian. (#7779) * Fixes a long standing bug in worker mode where worker information was saved in the devices table instead of the original IP address and user agent. (#7797) * Fix 'stuck invites' which happen when we are unable to reject a room invite received over federation. (#7804, #7809, #7810) [1.8.0] * Update Synapse to 1.18.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.18.0) * Include room states on invite events that are sent to application services. Contributed by @Sorunome. (#6455) * Add delete room admin endpoint (POST /_synapse/admin/v1/rooms//delete). Contributed by @dklimpel. (#7613, #7953) * Add experimental support for running multiple federation sender processes. (#7798) * Add the option to validate the iss and aud claims for JWT logins. (#7827) * Add support for handling registration requests across multiple client reader workers. (#7830) * Add an admin API to list the users in a room. Contributed by Awesome Technologies Innovationslabor GmbH. (#7842) * Allow email subjects to be customised through Synapse's configuration. (#7846) * Add the ability to re-activate an account from the admin API. (#7847, #7908) * Support oEmbed for media previews. (#7920) [1.9.0] * Update Synapse to 1.19.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.19.0) * Add option to allow server admins to join rooms which fail complexity checks. Contributed by @lugino-emeritus. (#7902) * Add an option to purge room or not with delete room admin endpoint (POST /_synapse/admin/v1/rooms//delete). Contributed by @dklimpel. (#7964) * Add rate limiting to users joining rooms. (#8008) * Add a /health endpoint to every configured HTTP listener that can be used as a health check endpoint by load balancers. (#8048) * Allow login to be blocked based on the values of SAML attributes. (#8052) * Allow guest access to the GET /_matrix/client/r0/rooms/{room_id}/members endpoint, according to MSC2689. Contributed by Awesome Technologies Innovationslabor GmbH. (#7314) [1.9.1] * Update Synapse to 1.19.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.19.1) * Fix a bug introduced in v1.19.0 where appservices with ratelimiting disabled would still be ratelimited when joining rooms. (#8139) * Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. (#8153) [1.10.0] * Update Synapse to 1.19.3 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.19.3) * Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event. (#8350) * Make index.html customizable [1.11.0] * Update Synapse to 1.20.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.20.0) * Add an endpoint to query your shared rooms with another user as an implementation of MSC2666. (#7785) * Iteratively encode JSON to avoid blocking the reactor. (#8013, #8116) * Add support for shadow-banning users (ignoring any message send requests). (#8034, #8092, #8095, #8142, #8152, #8157, #8158, #8176) * Use the default template file when its equivalent is not found in a custom template directory. (#8037, #8107, #8252) * Add unread messages count to sync responses, as specified in MSC2654. (#8059, #8254, #8270, #8274) * Optimise /federation/v1/user/devices/ API by only returning devices with encryption keys. (#8198) [1.12.0] * Update Synapse to 1.21.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.21.0) * Require the user to confirm that their password should be reset after clicking the email confirmation link. (#8004) * Add an admin API GET /_synapse/admin/v1/event_reports to read entries of table event_reports. Contributed by @dklimpel. (#8217) * Consolidate the SSO error template across all configuration. (#8248, #8405) * Add a configuration option to specify a whitelist of domains that a user can be redirected to after validating their email or phone number. (#8275, #8417) * Add experimental support for sharding event persister. (#8294, #8387, #8396, #8419) * Add the room topic and avatar to the room details admin API. (#8305) * Add an admin API for querying rooms where a user is a member. Contributed by @dklimpel. (#8306) [1.12.1] * Updat Synapse to 1.21.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.21.1) [1.12.2] * Update Synapse to 1.21.2 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.21.2) * Security: HTML pages served via Synapse were vulnerable to cross-site scripting (XSS) attacks. All server administrators are encouraged to upgrade * Fix rare bug where sending an event would fail due to a racey assertion. (#8530) [1.13.0] * Update Synapse to 1.22.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.22.0) * Add ability for ThirdPartyEventRules modules to query and manipulate whether a room is in the public rooms directory. (#8292, #8467) * Add support for olm fallback keys (MSC2732). (#8312, #8501) * Add support for running background tasks in a separate worker process. (#8369, #8458, #8489, #8513, #8544, #8599) * Add support for device dehydration (MSC2697). (#8380) * Add support for MSC2409, which allows sending typing, read receipts, and presence events to appservices. (#8437, #8590) * Change default room version to "6", per MSC2788. (#8461) * Add the ability to send non-membership events into a room via the ModuleApi. (#8479) * Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. (#8502) * Add support for modifying event content in ThirdPartyRules modules. (#8535, #8564) [1.13.1] * Update Synapse to 1.22.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.22.1) * Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676) * Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678) [1.14.0] * Update Synapse to 1.23.0 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.23.0) * Add a push rule that highlights when a jitsi conference is created in a room. (#8286) * Add an admin api to delete a single file or files that were not used for a defined time from server. Contributed by @dklimpel. (#8519) * Split admin API for reported events (GET /_synapse/admin/v1/event_reports) into detail and list endpoints. This is a breaking change to #8217 which was introduced in Synapse v1.21.0. Those who already use this API should check their scripts. Contributed by @dklimpel. (#8539) * Support generating structured logs via the standard logging configuration. (#8607, #8685) * Add an admin API to allow server admins to list users' pushers. Contributed by @dklimpel. (#8610, #8689) * Add an admin API GET /_synapse/admin/v1/users//media to get information about uploaded media. Contributed by @dklimpel. (#8647) * Add an admin API for local user media statistics. Contributed by @dklimpel. (#8700) * Add displayname to Shared-Secret Registration for admins. (#8722) [1.14.1] * Update Synapse to 1.23.1 * [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.23.1) * There is a denial of service attack (CVE-2020-26257) against the federation APIs in which future events will not be correctly sent to other servers over federation. This affects all servers that participate in open federation. (Fixed in #8776).