|
| 1 | +Changes in synapse v0.11.0 (2015-11-17) |
| 2 | +======================================= |
| 3 | + |
| 4 | +* Change CAS login API (PR #349) |
| 5 | + |
| 6 | +Changes in synapse v0.11.0-rc2 (2015-11-13) |
| 7 | +=========================================== |
| 8 | + |
| 9 | +* Various changes to /sync API response format (PR #373) |
| 10 | +* Fix regression when setting display name in newly joined room over |
| 11 | + federation (PR #368) |
| 12 | +* Fix problem where /search was slow when using SQLite (PR #366) |
| 13 | + |
| 14 | +Changes in synapse v0.11.0-rc1 (2015-11-11) |
| 15 | +=========================================== |
| 16 | + |
| 17 | +* Add Search API (PR #307, #324, #327, #336, #350, #359) |
| 18 | +* Add 'archived' state to v2 /sync API (PR #316) |
| 19 | +* Add ability to reject invites (PR #317) |
| 20 | +* Add config option to disable password login (PR #322) |
| 21 | +* Add the login fallback API (PR #330) |
| 22 | +* Add room context API (PR #334) |
| 23 | +* Add room tagging support (PR #335) |
| 24 | +* Update v2 /sync API to match spec (PR #305, #316, #321, #332, #337, #341) |
| 25 | +* Change retry schedule for application services (PR #320) |
| 26 | +* Change retry schedule for remote servers (PR #340) |
| 27 | +* Fix bug where we hosted static content in the incorrect place (PR #329) |
| 28 | +* Fix bug where we didn't increment retry interval for remote servers (PR #343) |
| 29 | + |
| 30 | +Changes in synapse v0.10.1-rc1 (2015-10-15) |
| 31 | +=========================================== |
| 32 | + |
| 33 | +* Add support for CAS, thanks to Steven Hammerton (PR #295, #296) |
| 34 | +* Add support for using macaroons for ``access_token`` (PR #256, #229) |
| 35 | +* Add support for ``m.room.canonical_alias`` (PR #287) |
| 36 | +* Add support for viewing the history of rooms that they have left. (PR #276, |
| 37 | + #294) |
| 38 | +* Add support for refresh tokens (PR #240) |
| 39 | +* Add flag on creation which disables federation of the room (PR #279) |
| 40 | +* Add some room state to invites. (PR #275) |
| 41 | +* Atomically persist events when joining a room over federation (PR #283) |
| 42 | +* Change default history visibility for private rooms (PR #271) |
| 43 | +* Allow users to redact their own sent events (PR #262) |
| 44 | +* Use tox for tests (PR #247) |
| 45 | +* Split up syutil into separate libraries (PR #243) |
| 46 | + |
1 | 47 | Changes in synapse v0.10.0-r2 (2015-09-16) |
2 | 48 | ========================================== |
3 | 49 |
|
|
0 commit comments