[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)