summary refs log tree commit diff
tag namev0.99.5 (0256a4b98725f2199adcf4a57f519b9d93c371f6)
tag date2019-05-22 15:40:45 +0100
tagged byNeil Johnson <neil@matrix.org>
tagged objectcommit 8031a6f3d5...
downloadsynapse-0.99.5.tar.xz
Synapse 0.99.5 (2019-05-22)
===========================

No significant changes.

Synapse 0.99.5rc1 (2019-05-21)
==============================

Features
--------

- Add ability to blacklist IP ranges for the federation client. ([\#5043](https://github.com/matrix-org/synapse/issues/5043))
- Ratelimiting configuration for clients sending messages and the federation server has been altered to match login ratelimiting. The old configuration names will continue working. Check the sample config for details of the new names. ([\#5181](https://github.com/matrix-org/synapse/issues/5181))
- Drop support for the undocumented /_matrix/client/v2_alpha API prefix. ([\#5190](https://github.com/matrix-org/synapse/issues/5190))
- Add an option to disable per-room profiles. ([\#5196](https://github.com/matrix-org/synapse/issues/5196))
- Stick an expiration date to any registered user missing one at startup if account validity is enabled. ([\#5204](https://github.com/matrix-org/synapse/issues/5204))
- Add experimental support for relations (aka reactions and edits). ([\#5209](https://github.com/matrix-org/synapse/issues/5209), [\#5211](https://github.com/matrix-org/synapse/issues/5211), [\#5203](https://github.com/matrix-org/synapse/issues/5203), [\#5212](https://github.com/matrix-org/synapse/issues/5212))
- Add a room version 4 which uses a new event ID format, as per [MSC2002](https://github.com/matrix-org/matrix-doc/pull/2002). ([\#5210](https://github.com/matrix-org/synapse/issues/5210), [\#5217](https://github.com/matrix-org/synapse/issues/5217))

Bugfixes
--------

- Fix image orientation when generating thumbnails (needs pillow>=4.3.0). Contributed by Pau Rodriguez-Estivill. ([\#5039](https://github.com/matrix-org/synapse/issues/5039))
- Exclude soft-failed events from forward-extremity candidates: fixes "No forward extremities left!" error. ([\#5146](https://github.com/matrix-org/synapse/issues/5146))
- Re-order stages in registration flows such that msisdn and email verification are done last. ([\#5174](https://github.com/matrix-org/synapse/issues/5174))
- Fix 3pid guest invites. ([\#5177](https://github.com/matrix-org/synapse/issues/5177))
- Fix a bug where the register endpoint would fail with M_THREEPID_IN_USE instead of returning an account previously registered in the same session. ([\#5187](https://github.com/matrix-org/synapse/issues/5187))
- Prevent registration for user ids that are too long to fit into a state key. Contributed by Reid Anderson. ([\#5198](https://github.com/matrix-org/synapse/issues/5198))
- Fix incompatibility between ACME support and Python 3.5.2. ([\#5218](https://github.com/matrix-org/synapse/issues/5218))
- Fix error handling for rooms whose versions are unknown. ([\#5219](https://github.com/matrix-org/synapse/issues/5219))

Internal Changes
----------------

- Make /sync attempt to return device updates for both joined and invited users. Note that this doesn't currently work correctly due to other bugs. ([\#3484](https://github.com/matrix-org/synapse/issues/3484))
- Update tests to consistently be configured via the same code that is used when loading from configuration files. ([\#5171](https://github.com/matrix-org/synapse/issues/5171), [\#5185](https://github.com/matrix-org/synapse/issues/5185))
- Allow client event serialization to be async. ([\#5183](https://github.com/matrix-org/synapse/issues/5183))
- Expose DataStore._get_events as get_events_as_list. ([\#5184](https://github.com/matrix-org/synapse/issues/5184))
- Make generating SQL bounds for pagination generic. ([\#5191](https://github.com/matrix-org/synapse/issues/5191))
- Stop telling people to install the optional dependencies by default. ([\#5197](https://github.com/matrix-org/synapse/issues/5197))
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEETQ1YthIGLQRddG54CTxDAAxPS/QFAlzlX9YACgkQCTxDAAxP
S/SuFg//evI8ADAaIlEFsqzyTebg+ZAppv+fGy+Pk8aq4CrtQwN8xZWQ9vMDCoir
6w2DyVfIa13FHBeWlnNP8BI9VWwjteeDINUx7z7NiqZEc9mlGXwYTEMj5o8N5IaV
IiHjPWX0yge/1b8s5QewutR34pYdoQ8kzgIy8UZOV6PpLryBaPPdb11yeQ12WJro
pzeXXFBjUDJfea5HC2U4SV5h0bbpM/KA8iZHqSQ3fAlOWSmxl505qFc/r9WmafNp
n7S1qhfy5ghyDFlZI384LXWlfYyEHASVct5qddGP40njoa+fsmaSPYwifE7pE6f5
80uAKEaKcCGxieyBKIxSvucElFXAsDYO+BT4+TrC/4xJxr9xLaQqiSC5cBC01MMV
0r/eKuvlfDRMI9THSlvHeRb1DGhpswxZcMh6vaRcKhkCWrMmRSg2H5KFfGuKet+8
R4VyMJxufk5LhVfgaSNhBBzfw89GNrDNr8qrFU+xzVMi/hEmGpABobtPkQwQFaN4
Qj6Lm1K4D1H/Ot3gmhTIti9QaueZjMNdWfjMMMb+hZiDLatY1o0LlMrIaIR9iUkt
dFsBMovwIys/jPRf1XUZ1TL/ELXAY3S/xeGpGCY8FId0G0yJvxCUu32gmAfAugsb
phQx1m+s5R9iXRfIVrvgc8SGVD/jd23NpJDfudIxvAECVD77SJU=
=lBXe
-----END PGP SIGNATURE-----