|
|
@ -1,3 +1,102 @@
|
|
|
|
|
|
|
|
Synapse 1.23.0 (2020-11-18)
|
|
|
|
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This release changes the way structured logging is configured. See the [upgrade notes](UPGRADE.rst#upgrading-to-v1230) for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Note**: We are aware of a trivially exploitable denial of service vulnerability in versions of Synapse prior to 1.20.0. Complete details will be disclosed on Monday, November 23rd. If you have not upgraded recently, please do so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fix a dependency versioning bug in the Dockerfile that prevented Synapse from starting. ([\#8767](https://github.com/matrix-org/synapse/issues/8767))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Synapse 1.23.0rc1 (2020-11-13)
|
|
|
|
|
|
|
|
==============================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add a push rule that highlights when a jitsi conference is created in a room. ([\#8286](https://github.com/matrix-org/synapse/issues/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](https://github.com/matrix-org/synapse/issues/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](https://github.com/matrix-org/synapse/issues/8539))
|
|
|
|
|
|
|
|
- Support generating structured logs via the standard logging configuration. ([\#8607](https://github.com/matrix-org/synapse/issues/8607), [\#8685](https://github.com/matrix-org/synapse/issues/8685))
|
|
|
|
|
|
|
|
- Add an admin API to allow server admins to list users' pushers. Contributed by @dklimpel. ([\#8610](https://github.com/matrix-org/synapse/issues/8610), [\#8689](https://github.com/matrix-org/synapse/issues/8689))
|
|
|
|
|
|
|
|
- Add an admin API `GET /_synapse/admin/v1/users/<user_id>/media` to get information about uploaded media. Contributed by @dklimpel. ([\#8647](https://github.com/matrix-org/synapse/issues/8647))
|
|
|
|
|
|
|
|
- Add an admin API for local user media statistics. Contributed by @dklimpel. ([\#8700](https://github.com/matrix-org/synapse/issues/8700))
|
|
|
|
|
|
|
|
- Add `displayname` to Shared-Secret Registration for admins. ([\#8722](https://github.com/matrix-org/synapse/issues/8722))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fix fetching of E2E cross signing keys over federation when only one of the master key and device signing key is cached already. ([\#8455](https://github.com/matrix-org/synapse/issues/8455))
|
|
|
|
|
|
|
|
- Fix a bug where Synapse would blindly forward bad responses from federation to clients when retrieving profile information. ([\#8580](https://github.com/matrix-org/synapse/issues/8580))
|
|
|
|
|
|
|
|
- Fix a bug where the account validity endpoint would silently fail if the user ID did not have an expiration time. It now returns a 400 error. ([\#8620](https://github.com/matrix-org/synapse/issues/8620))
|
|
|
|
|
|
|
|
- Fix email notifications for invites without local state. ([\#8627](https://github.com/matrix-org/synapse/issues/8627))
|
|
|
|
|
|
|
|
- Fix handling of invalid group IDs to return a 400 rather than log an exception and return a 500. ([\#8628](https://github.com/matrix-org/synapse/issues/8628))
|
|
|
|
|
|
|
|
- Fix handling of User-Agent headers that are invalid UTF-8, which caused user agents of users to not get correctly recorded. ([\#8632](https://github.com/matrix-org/synapse/issues/8632))
|
|
|
|
|
|
|
|
- Fix a bug in the `joined_rooms` admin API if the user has never joined any rooms. The bug was introduced, along with the API, in v1.21.0. ([\#8643](https://github.com/matrix-org/synapse/issues/8643))
|
|
|
|
|
|
|
|
- Fix exception during handling multiple concurrent requests for remote media when using multiple media repositories. ([\#8682](https://github.com/matrix-org/synapse/issues/8682))
|
|
|
|
|
|
|
|
- Fix bug that prevented Synapse from recovering after losing connection to the database. ([\#8726](https://github.com/matrix-org/synapse/issues/8726))
|
|
|
|
|
|
|
|
- Fix bug where the `/_synapse/admin/v1/send_server_notice` API could send notices to non-notice rooms. ([\#8728](https://github.com/matrix-org/synapse/issues/8728))
|
|
|
|
|
|
|
|
- Fix PostgreSQL port script fails when DB has no backfilled events. Broke in v1.21.0. ([\#8729](https://github.com/matrix-org/synapse/issues/8729))
|
|
|
|
|
|
|
|
- Fix PostgreSQL port script to correctly handle foreign key constraints. Broke in v1.21.0. ([\#8730](https://github.com/matrix-org/synapse/issues/8730))
|
|
|
|
|
|
|
|
- Fix PostgreSQL port script so that it can be run again after a failure. Broke in v1.21.0. ([\#8755](https://github.com/matrix-org/synapse/issues/8755))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improved Documentation
|
|
|
|
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Instructions for Azure AD in the OpenID Connect documentation. Contributed by peterk. ([\#8582](https://github.com/matrix-org/synapse/issues/8582))
|
|
|
|
|
|
|
|
- Improve the sample configuration for single sign-on providers. ([\#8635](https://github.com/matrix-org/synapse/issues/8635))
|
|
|
|
|
|
|
|
- Fix the filepath of Dex's example config and the link to Dex's Getting Started guide in the OpenID Connect docs. ([\#8657](https://github.com/matrix-org/synapse/issues/8657))
|
|
|
|
|
|
|
|
- Note support for Python 3.9. ([\#8665](https://github.com/matrix-org/synapse/issues/8665))
|
|
|
|
|
|
|
|
- Minor updates to docs on running tests. ([\#8666](https://github.com/matrix-org/synapse/issues/8666))
|
|
|
|
|
|
|
|
- Interlink prometheus/grafana documentation. ([\#8667](https://github.com/matrix-org/synapse/issues/8667))
|
|
|
|
|
|
|
|
- Notes on SSO logins and media_repository worker. ([\#8701](https://github.com/matrix-org/synapse/issues/8701))
|
|
|
|
|
|
|
|
- Document experimental support for running multiple event persisters. ([\#8706](https://github.com/matrix-org/synapse/issues/8706))
|
|
|
|
|
|
|
|
- Add information regarding the various sources of, and expected contributions to, Synapse's documentation to `CONTRIBUTING.md`. ([\#8714](https://github.com/matrix-org/synapse/issues/8714))
|
|
|
|
|
|
|
|
- Migrate documentation `docs/admin_api/event_reports` to markdown. ([\#8742](https://github.com/matrix-org/synapse/issues/8742))
|
|
|
|
|
|
|
|
- Add some helpful hints to the README for new Synapse developers. Contributed by @chagai95. ([\#8746](https://github.com/matrix-org/synapse/issues/8746))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Internal Changes
|
|
|
|
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Optimise `/createRoom` with multiple invited users. ([\#8559](https://github.com/matrix-org/synapse/issues/8559))
|
|
|
|
|
|
|
|
- Implement and use an `@lru_cache` decorator. ([\#8595](https://github.com/matrix-org/synapse/issues/8595))
|
|
|
|
|
|
|
|
- Don't instansiate Requester directly. ([\#8614](https://github.com/matrix-org/synapse/issues/8614))
|
|
|
|
|
|
|
|
- Type hints for `RegistrationStore`. ([\#8615](https://github.com/matrix-org/synapse/issues/8615))
|
|
|
|
|
|
|
|
- Change schema to support access tokens belonging to one user but granting access to another. ([\#8616](https://github.com/matrix-org/synapse/issues/8616))
|
|
|
|
|
|
|
|
- Remove unused OPTIONS handlers. ([\#8621](https://github.com/matrix-org/synapse/issues/8621))
|
|
|
|
|
|
|
|
- Run `mypy` as part of the lint.sh script. ([\#8633](https://github.com/matrix-org/synapse/issues/8633))
|
|
|
|
|
|
|
|
- Correct Synapse's PyPI package name in the OpenID Connect installation instructions. ([\#8634](https://github.com/matrix-org/synapse/issues/8634))
|
|
|
|
|
|
|
|
- Catch exceptions during initialization of `password_providers`. Contributed by Nicolai Søborg. ([\#8636](https://github.com/matrix-org/synapse/issues/8636))
|
|
|
|
|
|
|
|
- Fix typos and spelling errors in the code. ([\#8639](https://github.com/matrix-org/synapse/issues/8639))
|
|
|
|
|
|
|
|
- Reduce number of OpenTracing spans started. ([\#8640](https://github.com/matrix-org/synapse/issues/8640), [\#8668](https://github.com/matrix-org/synapse/issues/8668), [\#8670](https://github.com/matrix-org/synapse/issues/8670))
|
|
|
|
|
|
|
|
- Add field `total` to device list in admin API. ([\#8644](https://github.com/matrix-org/synapse/issues/8644))
|
|
|
|
|
|
|
|
- Add more type hints to the application services code. ([\#8655](https://github.com/matrix-org/synapse/issues/8655), [\#8693](https://github.com/matrix-org/synapse/issues/8693))
|
|
|
|
|
|
|
|
- Tell Black to format code for Python 3.5. ([\#8664](https://github.com/matrix-org/synapse/issues/8664))
|
|
|
|
|
|
|
|
- Don't pull event from DB when handling replication traffic. ([\#8669](https://github.com/matrix-org/synapse/issues/8669))
|
|
|
|
|
|
|
|
- Abstract some invite-related code in preparation for landing knocking. ([\#8671](https://github.com/matrix-org/synapse/issues/8671), [\#8688](https://github.com/matrix-org/synapse/issues/8688))
|
|
|
|
|
|
|
|
- Clarify representation of events in logfiles. ([\#8679](https://github.com/matrix-org/synapse/issues/8679))
|
|
|
|
|
|
|
|
- Don't require `hiredis` package to be installed to run unit tests. ([\#8680](https://github.com/matrix-org/synapse/issues/8680))
|
|
|
|
|
|
|
|
- Fix typing info on cache call signature to accept `on_invalidate`. ([\#8684](https://github.com/matrix-org/synapse/issues/8684))
|
|
|
|
|
|
|
|
- Fail tests if they do not await coroutines. ([\#8690](https://github.com/matrix-org/synapse/issues/8690))
|
|
|
|
|
|
|
|
- Improve start time by adding an index to `e2e_cross_signing_keys.stream_id`. ([\#8694](https://github.com/matrix-org/synapse/issues/8694))
|
|
|
|
|
|
|
|
- Re-organize the structured logging code to separate the TCP transport handling from the JSON formatting. ([\#8697](https://github.com/matrix-org/synapse/issues/8697))
|
|
|
|
|
|
|
|
- Use Python 3.8 in Docker images by default. ([\#8698](https://github.com/matrix-org/synapse/issues/8698))
|
|
|
|
|
|
|
|
- Remove the "draft" status of the Room Details Admin API. ([\#8702](https://github.com/matrix-org/synapse/issues/8702))
|
|
|
|
|
|
|
|
- Improve the error returned when a non-string displayname or avatar_url is used when updating a user's profile. ([\#8705](https://github.com/matrix-org/synapse/issues/8705))
|
|
|
|
|
|
|
|
- Block attempts by clients to send server ACLs, or redactions of server ACLs, that would result in the local server being blocked from the room. ([\#8708](https://github.com/matrix-org/synapse/issues/8708))
|
|
|
|
|
|
|
|
- Add metrics the allow the local sysadmin to track 3PID `/requestToken` requests. ([\#8712](https://github.com/matrix-org/synapse/issues/8712))
|
|
|
|
|
|
|
|
- Consolidate duplicated lists of purged tables that are checked in tests. ([\#8713](https://github.com/matrix-org/synapse/issues/8713))
|
|
|
|
|
|
|
|
- Add some `mdui:UIInfo` element examples for `saml2_config` in the homeserver config. ([\#8718](https://github.com/matrix-org/synapse/issues/8718))
|
|
|
|
|
|
|
|
- Improve the error message returned when a remote server incorrectly sets the `Content-Type` header in response to a JSON request. ([\#8719](https://github.com/matrix-org/synapse/issues/8719))
|
|
|
|
|
|
|
|
- Speed up repeated state resolutions on the same room by caching event ID to auth event ID lookups. ([\#8752](https://github.com/matrix-org/synapse/issues/8752))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Synapse 1.22.1 (2020-10-30)
|
|
|
|
Synapse 1.22.1 (2020-10-30)
|
|
|
|
===========================
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
|
@ -6223,8 +6322,8 @@ Changes in synapse 0.5.1 (2014-11-26)
|
|
|
|
|
|
|
|
|
|
|
|
See UPGRADES.rst for specific instructions on how to upgrade.
|
|
|
|
See UPGRADES.rst for specific instructions on how to upgrade.
|
|
|
|
|
|
|
|
|
|
|
|
> - Fix bug where we served up an Event that did not match its signatures.
|
|
|
|
- Fix bug where we served up an Event that did not match its signatures.
|
|
|
|
> - Fix regression where we no longer correctly handled the case where a homeserver receives an event for a room it doesn\'t recognise (but is in.)
|
|
|
|
- Fix regression where we no longer correctly handled the case where a homeserver receives an event for a room it doesn\'t recognise (but is in.)
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.5.0 (2014-11-19)
|
|
|
|
Changes in synapse 0.5.0 (2014-11-19)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6235,44 +6334,44 @@ This release also changes the internal database schemas and so requires servers
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add authentication and authorization to the federation protocol. Events are now signed by their originating homeservers.
|
|
|
|
- Add authentication and authorization to the federation protocol. Events are now signed by their originating homeservers.
|
|
|
|
- Implement the new authorization model for rooms.
|
|
|
|
- Implement the new authorization model for rooms.
|
|
|
|
- Split out web client into a seperate repository: matrix-angular-sdk.
|
|
|
|
- Split out web client into a seperate repository: matrix-angular-sdk.
|
|
|
|
- Change the structure of PDUs.
|
|
|
|
- Change the structure of PDUs.
|
|
|
|
- Fix bug where user could not join rooms via an alias containing 4-byte UTF-8 characters.
|
|
|
|
- Fix bug where user could not join rooms via an alias containing 4-byte UTF-8 characters.
|
|
|
|
- Merge concept of PDUs and Events internally.
|
|
|
|
- Merge concept of PDUs and Events internally.
|
|
|
|
- Improve logging by adding request ids to log lines.
|
|
|
|
- Improve logging by adding request ids to log lines.
|
|
|
|
- Implement a very basic room initial sync API.
|
|
|
|
- Implement a very basic room initial sync API.
|
|
|
|
- Implement the new invite/join federation APIs.
|
|
|
|
- Implement the new invite/join federation APIs.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - The webclient has been moved to a seperate repository.
|
|
|
|
- The webclient has been moved to a seperate repository.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.4.2 (2014-10-31)
|
|
|
|
Changes in synapse 0.4.2 (2014-10-31)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix bugs where we did not notify users of correct presence updates.
|
|
|
|
- Fix bugs where we did not notify users of correct presence updates.
|
|
|
|
- Fix bug where we did not handle sub second event stream timeouts.
|
|
|
|
- Fix bug where we did not handle sub second event stream timeouts.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add ability to click on messages to see JSON.
|
|
|
|
- Add ability to click on messages to see JSON.
|
|
|
|
- Add ability to redact messages.
|
|
|
|
- Add ability to redact messages.
|
|
|
|
- Add ability to view and edit all room state JSON.
|
|
|
|
- Add ability to view and edit all room state JSON.
|
|
|
|
- Handle incoming redactions.
|
|
|
|
- Handle incoming redactions.
|
|
|
|
- Improve feedback on errors.
|
|
|
|
- Improve feedback on errors.
|
|
|
|
- Fix bugs in mobile CSS.
|
|
|
|
- Fix bugs in mobile CSS.
|
|
|
|
- Fix bugs with desktop notifications.
|
|
|
|
- Fix bugs with desktop notifications.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.4.1 (2014-10-17)
|
|
|
|
Changes in synapse 0.4.1 (2014-10-17)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix bug with display of timestamps.
|
|
|
|
- Fix bug with display of timestamps.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synpase 0.4.0 (2014-10-17)
|
|
|
|
Changes in synpase 0.4.0 (2014-10-17)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6285,8 +6384,8 @@ You will also need an updated syutil and config. See UPGRADES.rst.
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Sign federation transactions to assert strong identity over federation.
|
|
|
|
- Sign federation transactions to assert strong identity over federation.
|
|
|
|
- Rename timestamp keys in PDUs and events from \'ts\' and \'hsob\_ts\' to \'origin\_server\_ts\'.
|
|
|
|
- Rename timestamp keys in PDUs and events from \'ts\' and \'hsob\_ts\' to \'origin\_server\_ts\'.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.3.4 (2014-09-25)
|
|
|
|
Changes in synapse 0.3.4 (2014-09-25)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6295,48 +6394,48 @@ This version adds support for using a TURN server. See docs/turn-howto.rst on ho
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add support for redaction of messages.
|
|
|
|
- Add support for redaction of messages.
|
|
|
|
- Fix bug where inviting a user on a remote home server could take up to 20-30s.
|
|
|
|
- Fix bug where inviting a user on a remote home server could take up to 20-30s.
|
|
|
|
- Implement a get current room state API.
|
|
|
|
- Implement a get current room state API.
|
|
|
|
- Add support specifying and retrieving turn server configuration.
|
|
|
|
- Add support specifying and retrieving turn server configuration.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add button to send messages to users from the home page.
|
|
|
|
- Add button to send messages to users from the home page.
|
|
|
|
- Add support for using TURN for VoIP calls.
|
|
|
|
- Add support for using TURN for VoIP calls.
|
|
|
|
- Show display name change messages.
|
|
|
|
- Show display name change messages.
|
|
|
|
- Fix bug where the client didn\'t get the state of a newly joined room until after it has been refreshed.
|
|
|
|
- Fix bug where the client didn\'t get the state of a newly joined room until after it has been refreshed.
|
|
|
|
- Fix bugs with tab complete.
|
|
|
|
- Fix bugs with tab complete.
|
|
|
|
- Fix bug where holding down the down arrow caused chrome to chew 100% CPU.
|
|
|
|
- Fix bug where holding down the down arrow caused chrome to chew 100% CPU.
|
|
|
|
- Fix bug where desktop notifications occasionally used \"Undefined\" as the display name.
|
|
|
|
- Fix bug where desktop notifications occasionally used \"Undefined\" as the display name.
|
|
|
|
- Fix more places where we sometimes saw room IDs incorrectly.
|
|
|
|
- Fix more places where we sometimes saw room IDs incorrectly.
|
|
|
|
- Fix bug which caused lag when entering text in the text box.
|
|
|
|
- Fix bug which caused lag when entering text in the text box.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.3.3 (2014-09-22)
|
|
|
|
Changes in synapse 0.3.3 (2014-09-22)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix bug where you continued to get events for rooms you had left.
|
|
|
|
- Fix bug where you continued to get events for rooms you had left.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add support for video calls with basic UI.
|
|
|
|
- Add support for video calls with basic UI.
|
|
|
|
- Fix bug where one to one chats were named after your display name rather than the other person\'s.
|
|
|
|
- Fix bug where one to one chats were named after your display name rather than the other person\'s.
|
|
|
|
- Fix bug which caused lag when typing in the textarea.
|
|
|
|
- Fix bug which caused lag when typing in the textarea.
|
|
|
|
- Refuse to run on browsers we know won\'t work.
|
|
|
|
- Refuse to run on browsers we know won\'t work.
|
|
|
|
- Trigger pagination when joining new rooms.
|
|
|
|
- Trigger pagination when joining new rooms.
|
|
|
|
- Fix bug where we sometimes didn\'t display invitations in recents.
|
|
|
|
- Fix bug where we sometimes didn\'t display invitations in recents.
|
|
|
|
- Automatically join room when accepting a VoIP call.
|
|
|
|
- Automatically join room when accepting a VoIP call.
|
|
|
|
- Disable outgoing and reject incoming calls on browsers we don\'t support VoIP in.
|
|
|
|
- Disable outgoing and reject incoming calls on browsers we don\'t support VoIP in.
|
|
|
|
- Don\'t display desktop notifications for messages in the room you are non-idle and speaking in.
|
|
|
|
- Don\'t display desktop notifications for messages in the room you are non-idle and speaking in.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.3.2 (2014-09-18)
|
|
|
|
Changes in synapse 0.3.2 (2014-09-18)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix bug where an empty \"bing words\" list in old accounts didn\'t send notifications when it should have done.
|
|
|
|
- Fix bug where an empty \"bing words\" list in old accounts didn\'t send notifications when it should have done.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.3.1 (2014-09-18)
|
|
|
|
Changes in synapse 0.3.1 (2014-09-18)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6345,8 +6444,8 @@ This is a release to hotfix v0.3.0 to fix two regressions.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix a regression where we sometimes displayed duplicate events.
|
|
|
|
- Fix a regression where we sometimes displayed duplicate events.
|
|
|
|
- Fix a regression where we didn\'t immediately remove rooms you were banned in from the recents list.
|
|
|
|
- Fix a regression where we didn\'t immediately remove rooms you were banned in from the recents list.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.3.0 (2014-09-18)
|
|
|
|
Changes in synapse 0.3.0 (2014-09-18)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6355,91 +6454,91 @@ See UPGRADE for information about changes to the client server API, including br
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - When a user changes their displayname or avatar the server will now update all their join states to reflect this.
|
|
|
|
- When a user changes their displayname or avatar the server will now update all their join states to reflect this.
|
|
|
|
- The server now adds \"age\" key to events to indicate how old they are. This is clock independent, so at no point does any server or webclient have to assume their clock is in sync with everyone else.
|
|
|
|
- The server now adds \"age\" key to events to indicate how old they are. This is clock independent, so at no point does any server or webclient have to assume their clock is in sync with everyone else.
|
|
|
|
- Fix bug where we didn\'t correctly pull in missing PDUs.
|
|
|
|
- Fix bug where we didn\'t correctly pull in missing PDUs.
|
|
|
|
- Fix bug where prev\_content key wasn\'t always returned.
|
|
|
|
- Fix bug where prev\_content key wasn\'t always returned.
|
|
|
|
- Add support for password resets.
|
|
|
|
- Add support for password resets.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Improve page content loading.
|
|
|
|
- Improve page content loading.
|
|
|
|
- Join/parts now trigger desktop notifications.
|
|
|
|
- Join/parts now trigger desktop notifications.
|
|
|
|
- Always show room aliases in the UI if one is present.
|
|
|
|
- Always show room aliases in the UI if one is present.
|
|
|
|
- No longer show user-count in the recents side panel.
|
|
|
|
- No longer show user-count in the recents side panel.
|
|
|
|
- Add up & down arrow support to the text box for message sending to step through your sent history.
|
|
|
|
- Add up & down arrow support to the text box for message sending to step through your sent history.
|
|
|
|
- Don\'t display notifications for our own messages.
|
|
|
|
- Don\'t display notifications for our own messages.
|
|
|
|
- Emotes are now formatted correctly in desktop notifications.
|
|
|
|
- Emotes are now formatted correctly in desktop notifications.
|
|
|
|
- The recents list now differentiates between public & private rooms.
|
|
|
|
- The recents list now differentiates between public & private rooms.
|
|
|
|
- Fix bug where when switching between rooms the pagination flickered before the view jumped to the bottom of the screen.
|
|
|
|
- Fix bug where when switching between rooms the pagination flickered before the view jumped to the bottom of the screen.
|
|
|
|
- Add bing word support.
|
|
|
|
- Add bing word support.
|
|
|
|
|
|
|
|
|
|
|
|
Registration API:
|
|
|
|
Registration API:
|
|
|
|
|
|
|
|
|
|
|
|
: - The registration API has been overhauled to function like the login API. In practice, this means registration requests must now include the following: \'type\':\'m.login.password\'. See UPGRADE for more information on this.
|
|
|
|
- The registration API has been overhauled to function like the login API. In practice, this means registration requests must now include the following: \'type\':\'m.login.password\'. See UPGRADE for more information on this.
|
|
|
|
- The \'user\_id\' key has been renamed to \'user\' to better match the login API.
|
|
|
|
- The \'user\_id\' key has been renamed to \'user\' to better match the login API.
|
|
|
|
- There is an additional login type: \'m.login.email.identity\'.
|
|
|
|
- There is an additional login type: \'m.login.email.identity\'.
|
|
|
|
- The command client and web client have been updated to reflect these changes.
|
|
|
|
- The command client and web client have been updated to reflect these changes.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.2.3 (2014-09-12)
|
|
|
|
Changes in synapse 0.2.3 (2014-09-12)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix bug where we stopped sending events to remote home servers if a user from that home server left, even if there were some still in the room.
|
|
|
|
- Fix bug where we stopped sending events to remote home servers if a user from that home server left, even if there were some still in the room.
|
|
|
|
- Fix bugs in the state conflict resolution where it was incorrectly rejecting events.
|
|
|
|
- Fix bugs in the state conflict resolution where it was incorrectly rejecting events.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Display room names and topics.
|
|
|
|
- Display room names and topics.
|
|
|
|
- Allow setting/editing of room names and topics.
|
|
|
|
- Allow setting/editing of room names and topics.
|
|
|
|
- Display information about rooms on the main page.
|
|
|
|
- Display information about rooms on the main page.
|
|
|
|
- Handle ban and kick events in real time.
|
|
|
|
- Handle ban and kick events in real time.
|
|
|
|
- VoIP UI and reliability improvements.
|
|
|
|
- VoIP UI and reliability improvements.
|
|
|
|
- Add glare support for VoIP.
|
|
|
|
- Add glare support for VoIP.
|
|
|
|
- Improvements to initial startup speed.
|
|
|
|
- Improvements to initial startup speed.
|
|
|
|
- Don\'t display duplicate join events.
|
|
|
|
- Don\'t display duplicate join events.
|
|
|
|
- Local echo of messages.
|
|
|
|
- Local echo of messages.
|
|
|
|
- Differentiate sending and sent of local echo.
|
|
|
|
- Differentiate sending and sent of local echo.
|
|
|
|
- Various minor bug fixes.
|
|
|
|
- Various minor bug fixes.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.2.2 (2014-09-06)
|
|
|
|
Changes in synapse 0.2.2 (2014-09-06)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - When the server returns state events it now also includes the previous content.
|
|
|
|
- When the server returns state events it now also includes the previous content.
|
|
|
|
- Add support for inviting people when creating a new room.
|
|
|
|
- Add support for inviting people when creating a new room.
|
|
|
|
- Make the homeserver inform the room via m.room.aliases when a new alias is added for a room.
|
|
|
|
- Make the homeserver inform the room via m.room.aliases when a new alias is added for a room.
|
|
|
|
- Validate m.room.power\_level events.
|
|
|
|
- Validate m.room.power\_level events.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add support for captchas on registration.
|
|
|
|
- Add support for captchas on registration.
|
|
|
|
- Handle m.room.aliases events.
|
|
|
|
- Handle m.room.aliases events.
|
|
|
|
- Asynchronously send messages and show a local echo.
|
|
|
|
- Asynchronously send messages and show a local echo.
|
|
|
|
- Inform the UI when a message failed to send.
|
|
|
|
- Inform the UI when a message failed to send.
|
|
|
|
- Only autoscroll on receiving a new message if the user was already at the bottom of the screen.
|
|
|
|
- Only autoscroll on receiving a new message if the user was already at the bottom of the screen.
|
|
|
|
- Add support for ban/kick reasons.
|
|
|
|
- Add support for ban/kick reasons.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.2.1 (2014-09-03)
|
|
|
|
Changes in synapse 0.2.1 (2014-09-03)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Added support for signing up with a third party id.
|
|
|
|
- Added support for signing up with a third party id.
|
|
|
|
- Add synctl scripts.
|
|
|
|
- Add synctl scripts.
|
|
|
|
- Added rate limiting.
|
|
|
|
- Added rate limiting.
|
|
|
|
- Add option to change the external address the content repo uses.
|
|
|
|
- Add option to change the external address the content repo uses.
|
|
|
|
- Presence bug fixes.
|
|
|
|
- Presence bug fixes.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Added support for signing up with a third party id.
|
|
|
|
- Added support for signing up with a third party id.
|
|
|
|
- Added support for banning and kicking users.
|
|
|
|
- Added support for banning and kicking users.
|
|
|
|
- Added support for displaying and setting ops.
|
|
|
|
- Added support for displaying and setting ops.
|
|
|
|
- Added support for room names.
|
|
|
|
- Added support for room names.
|
|
|
|
- Fix bugs with room membership event display.
|
|
|
|
- Fix bugs with room membership event display.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.2.0 (2014-09-02)
|
|
|
|
Changes in synapse 0.2.0 (2014-09-02)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6448,36 +6547,36 @@ This update changes many configuration options, updates the database schema and
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Require SSL for server-server connections.
|
|
|
|
- Require SSL for server-server connections.
|
|
|
|
- Add SSL listener for client-server connections.
|
|
|
|
- Add SSL listener for client-server connections.
|
|
|
|
- Add ability to use config files.
|
|
|
|
- Add ability to use config files.
|
|
|
|
- Add support for kicking/banning and power levels.
|
|
|
|
- Add support for kicking/banning and power levels.
|
|
|
|
- Allow setting of room names and topics on creation.
|
|
|
|
- Allow setting of room names and topics on creation.
|
|
|
|
- Change presence to include last seen time of the user.
|
|
|
|
- Change presence to include last seen time of the user.
|
|
|
|
- Change url path prefix to /\_matrix/\...
|
|
|
|
- Change url path prefix to /\_matrix/\...
|
|
|
|
- Bug fixes to presence.
|
|
|
|
- Bug fixes to presence.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Reskin the CSS for registration and login.
|
|
|
|
- Reskin the CSS for registration and login.
|
|
|
|
- Various improvements to rooms CSS.
|
|
|
|
- Various improvements to rooms CSS.
|
|
|
|
- Support changes in client-server API.
|
|
|
|
- Support changes in client-server API.
|
|
|
|
- Bug fixes to VOIP UI.
|
|
|
|
- Bug fixes to VOIP UI.
|
|
|
|
- Various bug fixes to handling of changes to room member list.
|
|
|
|
- Various bug fixes to handling of changes to room member list.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.1.2 (2014-08-29)
|
|
|
|
Changes in synapse 0.1.2 (2014-08-29)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add basic call state UI for VoIP calls.
|
|
|
|
- Add basic call state UI for VoIP calls.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.1.1 (2014-08-29)
|
|
|
|
Changes in synapse 0.1.1 (2014-08-29)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Fix bug that caused the event stream to not notify some clients about changes.
|
|
|
|
- Fix bug that caused the event stream to not notify some clients about changes.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.1.0 (2014-08-29)
|
|
|
|
Changes in synapse 0.1.0 (2014-08-29)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6486,26 +6585,22 @@ Presence has been reenabled in this release.
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: -
|
|
|
|
- Update client to server API, including:
|
|
|
|
|
|
|
|
- Use a more consistent url scheme.
|
|
|
|
Update client to server API, including:
|
|
|
|
- Provide more useful information in the initial sync api.
|
|
|
|
|
|
|
|
- Change the presence handling to be much more efficient.
|
|
|
|
: - Use a more consistent url scheme.
|
|
|
|
- Change the presence server to server API to not require explicit polling of all users who share a room with a user.
|
|
|
|
- Provide more useful information in the initial sync api.
|
|
|
|
- Fix races in the event streaming logic.
|
|
|
|
|
|
|
|
|
|
|
|
- Change the presence handling to be much more efficient.
|
|
|
|
|
|
|
|
- Change the presence server to server API to not require explicit polling of all users who share a room with a user.
|
|
|
|
|
|
|
|
- Fix races in the event streaming logic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Update to use new client to server API.
|
|
|
|
- Update to use new client to server API.
|
|
|
|
- Add basic VOIP support.
|
|
|
|
- Add basic VOIP support.
|
|
|
|
- Add idle timers that change your status to away.
|
|
|
|
- Add idle timers that change your status to away.
|
|
|
|
- Add recent rooms column when viewing a room.
|
|
|
|
- Add recent rooms column when viewing a room.
|
|
|
|
- Various network efficiency improvements.
|
|
|
|
- Various network efficiency improvements.
|
|
|
|
- Add basic mobile browser support.
|
|
|
|
- Add basic mobile browser support.
|
|
|
|
- Add a settings page.
|
|
|
|
- Add a settings page.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.0.1 (2014-08-22)
|
|
|
|
Changes in synapse 0.0.1 (2014-08-22)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
@ -6514,26 +6609,26 @@ Presence has been disabled in this release due to a bug that caused the homeserv
|
|
|
|
|
|
|
|
|
|
|
|
Homeserver:
|
|
|
|
Homeserver:
|
|
|
|
|
|
|
|
|
|
|
|
: - Completely change the database schema to support generic event types.
|
|
|
|
- Completely change the database schema to support generic event types.
|
|
|
|
- Improve presence reliability.
|
|
|
|
- Improve presence reliability.
|
|
|
|
- Improve reliability of joining remote rooms.
|
|
|
|
- Improve reliability of joining remote rooms.
|
|
|
|
- Fix bug where room join events were duplicated.
|
|
|
|
- Fix bug where room join events were duplicated.
|
|
|
|
- Improve initial sync API to return more information to the client.
|
|
|
|
- Improve initial sync API to return more information to the client.
|
|
|
|
- Stop generating fake messages for room membership events.
|
|
|
|
- Stop generating fake messages for room membership events.
|
|
|
|
|
|
|
|
|
|
|
|
Webclient:
|
|
|
|
Webclient:
|
|
|
|
|
|
|
|
|
|
|
|
: - Add tab completion of names.
|
|
|
|
- Add tab completion of names.
|
|
|
|
- Add ability to upload and send images.
|
|
|
|
- Add ability to upload and send images.
|
|
|
|
- Add profile pages.
|
|
|
|
- Add profile pages.
|
|
|
|
- Improve CSS layout of room.
|
|
|
|
- Improve CSS layout of room.
|
|
|
|
- Disambiguate identical display names.
|
|
|
|
- Disambiguate identical display names.
|
|
|
|
- Don\'t get remote users display names and avatars individually.
|
|
|
|
- Don\'t get remote users display names and avatars individually.
|
|
|
|
- Use the new initial sync API to reduce number of round trips to the homeserver.
|
|
|
|
- Use the new initial sync API to reduce number of round trips to the homeserver.
|
|
|
|
- Change url scheme to use room aliases instead of room ids where known.
|
|
|
|
- Change url scheme to use room aliases instead of room ids where known.
|
|
|
|
- Increase longpoll timeout.
|
|
|
|
- Increase longpoll timeout.
|
|
|
|
|
|
|
|
|
|
|
|
Changes in synapse 0.0.0 (2014-08-13)
|
|
|
|
Changes in synapse 0.0.0 (2014-08-13)
|
|
|
|
=====================================
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
|
|
|
|
> - Initial alpha release
|
|
|
|
- Initial alpha release
|
|
|
|