Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'v1.74.0rc1' into rei/uvloop github/rei/uvloop rei/uvloop | Olivier Wilkinson (reivilibre) | 2022-12-14 | 1 | -18/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synapse 1.74.0rc1 (2022-12-13) ============================== Features -------- - Improve user search for international display names. ([\#14464](https://github.com/matrix-org/synapse/issues/14464)) - Stop using deprecated `keyIds` parameter when calling `/_matrix/key/v2/server`. ([\#14490](https://github.com/matrix-org/synapse/issues/14490), [\#14525](https://github.com/matrix-org/synapse/issues/14525)) - Add new `push.enabled` config option to allow opting out of push notification calculation. ([\#14551](https://github.com/matrix-org/synapse/issues/14551), [\#14619](https://github.com/matrix-org/synapse/issues/14619)) - Advertise support for Matrix 1.5 on `/_matrix/client/versions`. ([\#14576](https://github.com/matrix-org/synapse/issues/14576)) - Improve opentracing and logging for to-device message handling. ([\#14598](https://github.com/matrix-org/synapse/issues/14598)) - Allow selecting "prejoin" events by state keys in addition to event types. ([\#14642](https://github.com/matrix-org/synapse/issues/14642)) Bugfixes -------- - Fix a long-standing bug where a device list update might not be sent to clients in certain circumstances. ([\#14435](https://github.com/matrix-org/synapse/issues/14435), [\#14592](https://github.com/matrix-org/synapse/issues/14592), [\#14604](https://github.com/matrix-org/synapse/issues/14604)) - Suppress a spurious warning when `POST /rooms/<room_id>/<membership>/`, `POST /join/<room_id_or_alias`, or the unspecced `PUT /join/<room_id_or_alias>/<txn_id>` receive an empty HTTP request body. ([\#14600](https://github.com/matrix-org/synapse/issues/14600)) - Return spec-compliant JSON errors when unknown endpoints are requested. ([\#14620](https://github.com/matrix-org/synapse/issues/14620), [\#14621](https://github.com/matrix-org/synapse/issues/14621)) - Update html templates to load images over HTTPS. Contributed by @ashfame. ([\#14625](https://github.com/matrix-org/synapse/issues/14625)) - Fix a long-standing bug where the user directory would return 1 more row than requested. ([\#14631](https://github.com/matrix-org/synapse/issues/14631)) - Reject invalid read receipt requests with empty room or event IDs. Contributed by Nick @ Beeper (@fizzadar). ([\#14632](https://github.com/matrix-org/synapse/issues/14632)) - Fix a bug introduced in Synapse 1.67.0 where not specifying a config file or a server URL would lead to the `register_new_matrix_user` script failing. ([\#14637](https://github.com/matrix-org/synapse/issues/14637)) - Fix a long-standing bug where the user directory and room/user stats might be out of sync. ([\#14639](https://github.com/matrix-org/synapse/issues/14639), [\#14643](https://github.com/matrix-org/synapse/issues/14643)) - Fix a bug introduced in Synapse 1.72.0 where the background updates to add non-thread unique indexes on receipts would fail if they were previously interrupted. ([\#14650](https://github.com/matrix-org/synapse/issues/14650)) - Improve validation of field size limits in events. ([\#14664](https://github.com/matrix-org/synapse/issues/14664)) - Fix bugs introduced in Synapse 1.55.0 and 1.69.0 where application services would not be notified of events in the correct rooms, due to stale caches. ([\#14670](https://github.com/matrix-org/synapse/issues/14670)) Improved Documentation ---------------------- - Update worker settings for `pusher` and `federation_sender` functionality. ([\#14493](https://github.com/matrix-org/synapse/issues/14493)) - Add links to third party package repositories, and point to the bug which highlights Ubuntu's out-of-date packages. ([\#14517](https://github.com/matrix-org/synapse/issues/14517)) - Remove old, incorrect minimum postgres version note and replace with a link to the [Dependency Deprecation Policy](https://matrix-org.github.io/synapse/v1.73/deprecation_policy.html). ([\#14590](https://github.com/matrix-org/synapse/issues/14590)) - Add Single-Sign On setup instructions for Mastodon-based instances. ([\#14594](https://github.com/matrix-org/synapse/issues/14594)) - Change `turn_allow_guests` example value to lowercase `true`. ([\#14634](https://github.com/matrix-org/synapse/issues/14634)) Internal Changes ---------------- - Optimise push badge count calculations. Contributed by Nick @ Beeper (@fizzadar). ([\#14255](https://github.com/matrix-org/synapse/issues/14255)) - Faster remote room joins: stream the un-partial-stating of rooms over replication. ([\#14473](https://github.com/matrix-org/synapse/issues/14473), [\#14474](https://github.com/matrix-org/synapse/issues/14474)) - Share the `ClientRestResource` for both workers and the main process. ([\#14528](https://github.com/matrix-org/synapse/issues/14528)) - Add `--editable` flag to `complement.sh` which uses an editable install of Synapse for faster turn-around times whilst developing iteratively. ([\#14548](https://github.com/matrix-org/synapse/issues/14548)) - Faster joins: use servers list approximation to send read receipts when in partial state instead of waiting for the full state of the room. ([\#14549](https://github.com/matrix-org/synapse/issues/14549)) - Modernize unit tests configuration related to workers. ([\#14568](https://github.com/matrix-org/synapse/issues/14568)) - Bump jsonschema from 4.17.0 to 4.17.3. ([\#14591](https://github.com/matrix-org/synapse/issues/14591)) - Fix Rust lint CI. ([\#14602](https://github.com/matrix-org/synapse/issues/14602)) - Bump JasonEtco/create-an-issue from 2.5.0 to 2.8.1. ([\#14607](https://github.com/matrix-org/synapse/issues/14607)) - Alter some unit test environment parameters to decrease time spent running tests. ([\#14610](https://github.com/matrix-org/synapse/issues/14610)) - Switch to Go recommended installation method for `gotestfmt` template in CI. ([\#14611](https://github.com/matrix-org/synapse/issues/14611)) - Bump phonenumbers from 8.13.0 to 8.13.1. ([\#14612](https://github.com/matrix-org/synapse/issues/14612)) - Bump types-setuptools from 65.5.0.3 to 65.6.0.1. ([\#14613](https://github.com/matrix-org/synapse/issues/14613)) - Bump twine from 4.0.1 to 4.0.2. ([\#14614](https://github.com/matrix-org/synapse/issues/14614)) - Bump types-requests from 2.28.11.2 to 2.28.11.5. ([\#14615](https://github.com/matrix-org/synapse/issues/14615)) - Bump cryptography from 38.0.3 to 38.0.4. ([\#14616](https://github.com/matrix-org/synapse/issues/14616)) - Remove useless cargo install with apt from Dockerfile. ([\#14636](https://github.com/matrix-org/synapse/issues/14636)) - Bump certifi from 2021.10.8 to 2022.12.7. ([\#14645](https://github.com/matrix-org/synapse/issues/14645)) - Bump flake8-bugbear from 22.10.27 to 22.12.6. ([\#14656](https://github.com/matrix-org/synapse/issues/14656)) - Bump packaging from 21.3 to 22.0. ([\#14657](https://github.com/matrix-org/synapse/issues/14657)) - Bump types-pillow from 9.3.0.1 to 9.3.0.4. ([\#14658](https://github.com/matrix-org/synapse/issues/14658)) - Bump serde from 1.0.148 to 1.0.150. ([\#14659](https://github.com/matrix-org/synapse/issues/14659)) - Bump phonenumbers from 8.13.1 to 8.13.2. ([\#14660](https://github.com/matrix-org/synapse/issues/14660)) - Bump authlib from 1.1.0 to 1.2.0. ([\#14661](https://github.com/matrix-org/synapse/issues/14661)) - Move `StateFilter` to `synapse.types`. ([\#14668](https://github.com/matrix-org/synapse/issues/14668)) - Improve type hints. ([\#14597](https://github.com/matrix-org/synapse/issues/14597), [\#14646](https://github.com/matrix-org/synapse/issues/14646), [\#14671](https://github.com/matrix-org/synapse/issues/14671)) | ||||
| * | Parse SYNAPSE_ASYNC_IO_REACTOR env variable & log the reactor on startup ↵ | Quentin Gliech | 2022-10-07 | 1 | -14/+12 |
| | | | | | | | | (#14092) | ||||
* | | Use uvloop as an asyncio reactor event loop | Olivier Wilkinson (reivilibre) | 2022-10-07 | 1 | -0/+6 |
|/ | |||||
* | Check if Rust lib needs rebuilding. (#13759) | Erik Johnston | 2022-09-12 | 1 | -0/+5 |
| | | | This protects against the common mistake of failing to remember to rebuild Rust code after making changes. | ||||
* | Fix Synapse git info missing in version strings (#12973) | David Robertson | 2022-06-07 | 1 | -3/+3 |
| | |||||
* | Dump setuptools; correct pyproject version number (#12478) | David Robertson | 2022-04-20 | 1 | -1/+3 |
| | |||||
* | 1.57.0 | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | 1.57.0rc1 | Erik Johnston | 2022-04-12 | 1 | -1/+1 |
| | |||||
* | 1.56.0 | Sean Quah | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | 1.56.0rc1 | Brendan Abolivier | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | 1.55.2 | Richard van der Hoff | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | 1.55.1 | Andrew Morgan | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | 1.55.0 | Andrew Morgan | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | 1.55.0rc1 | David Robertson | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -1/+1 |
|\ | |||||
| * | 1.54.0 | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -1/+1 |
| | | |||||
* | | Add experimental environment variable to enable asyncio reactor (#12135) | Erik Johnston | 2022-03-08 | 1 | -0/+21 |
|/ | |||||
* | 1.54.0rc1 | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
| | |||||
* | 1.53.0 v1.53.0 | Erik Johnston | 2022-02-22 | 1 | -1/+1 |
| | |||||
* | 1.53.0rc1 | Sean Quah | 2022-02-15 | 1 | -1/+1 |
| | |||||
* | 1.52.0 | Brendan Abolivier | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | 1.52.0rc1 | David Robertson | 2022-02-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | David Robertson | 2022-01-25 | 1 | -1/+1 |
|\ | |||||
| * | 1.51.0 | David Robertson | 2022-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge tag 'v1.51.0rc2' into develop | Andrew Morgan | 2022-01-24 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | Synapse 1.51.0rc2 (2022-01-24) ============================== Bugfixes -------- - Fix a bug introduced in Synapse 1.40.0 that caused Synapse to fail to process incoming federation traffic after handling a large amount of events in a v1 room. ([\#11806](https://github.com/matrix-org/synapse/issues/11806)) | ||||
| * | 1.51.0rc2 v1.51.0rc2 | Andrew Morgan | 2022-01-24 | 1 | -1/+1 |
| | | |||||
* | | Drop support for and remove references to EOL Python 3.6 (#11683) | Shay | 2022-01-21 | 1 | -2/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove reference in comments to python3.6 * upgrade tox python env in script * bump python version in example for completeness * upgrade python version requirement in setup doc * upgrade necessary python version in __init__.py * upgrade python version in setup.py * newsfragment * drops refs to bionic and replace with focal * bump refs to postgres 9.6 to 10 * fix hanging ci * try installing tzdata first * revert change made in b979f336 * ignore new random mypy error while debugging other error * fix lint error for temporary workaround * revert change to install list * try passing env var * export debian frontend var? * move line and add comment * bump pillow dependency * bump lxml depenency * install libjpeg-dev for pillow * bump automat version to one compatible with py3.8 * add libwebp for pillow * bump twisted trunk python version * change suffix of newsfragment * remove redundant python 3.7 checks * lint | ||||
* | 1.51.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-21 | 1 | -1/+1 |
| | |||||
* | 1.50.1 | Andrew Morgan | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | 1.50.0 | Andrew Morgan | 2022-01-18 | 1 | -1/+1 |
| | |||||
* | 1.50.0rc2 | Olivier Wilkinson (reivilibre) | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | 1.50.0rc1 | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | 1.49.2 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | 1.49.1 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | 1.49.0 | Olivier Wilkinson (reivilibre) | 2021-12-14 | 1 | -1/+1 |
| | |||||
* | 1.49.0rc1 | Sean Quah | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | 1.48.0 | Brendan Abolivier | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | 1.48.0rc1 | Brendan Abolivier | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | 1.47.1 | Sean Quah | 2021-11-19 | 1 | -1/+1 |
| | |||||
* | 1.47.0 v1.47.0 | David Robertson | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | 1.47.0rc3 | Andrew Morgan | 2021-11-16 | 1 | -1/+1 |
| | |||||
* | 1.47.0rc2 | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Update __init__.py v1.47.0rc1 | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | 1.46.0 | Erik Johnston | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | 1.46.0rc1 | Sean Quah | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | 1.45.1 | Sean Quah | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | 1.45.0 | David Robertson | 2021-10-19 | 1 | -1/+1 |
| | |||||
* | 1.45.0rc2 | David Robertson | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | 1.45.0rc1 | Brendan Abolivier | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | 1.44.0 v1.44.0 | Brendan Abolivier | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | 1.44.0rc3 v1.44.0rc3 | Brendan Abolivier | 2021-10-04 | 1 | -1/+1 |
| | |||||
* | 1.44.0rc2 v1.44.0rc2 | Olivier Wilkinson (reivilibre) | 2021-09-30 | 1 | -1/+1 |
| | |||||
* | 1.44.0rc1 | Erik Johnston | 2021-09-28 | 1 | -1/+1 |
| | |||||
* | 1.43.0 | David Robertson | 2021-09-21 | 1 | -1/+1 |
| | |||||
* | 1.43.0rc2 | David Robertson | 2021-09-17 | 1 | -1/+1 |
| | |||||
* | 1.43.0rc1 | Andrew Morgan | 2021-09-14 | 1 | -1/+1 |
| | |||||
* | 1.42.0 | Azrenbeth | 2021-09-07 | 1 | -1/+1 |
| | |||||
* | 1.42.0rc2 | Brendan Abolivier | 2021-09-06 | 1 | -1/+1 |
| | |||||
* | 1.42.0rc1 | Olivier Wilkinson (reivilibre) | 2021-09-01 | 1 | -1/+1 |
| | |||||
* | 1.41.1 v1.41.1 | Richard van der Hoff | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | 1.41.0 | Erik Johnston | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | 1.41.0rc1 | Erik Johnston | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | 1.40.0 v1.40.0 | Brendan Abolivier | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | 1.40.0rc3 v1.40.0rc3 | Brendan Abolivier | 2021-08-09 | 1 | -1/+1 |
| | |||||
* | 1.40.0rc2 | Brendan Abolivier | 2021-08-04 | 1 | -1/+1 |
| | |||||
* | 1.40.0rc1 | Erik Johnston | 2021-08-03 | 1 | -1/+1 |
| | |||||
* | 1.39.0 | Erik Johnston | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | 1.39.0rc3 | Erik Johnston | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | 1.39.0rc2 v1.39.0rc2 | Erik Johnston | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | 1.39.0rc1 | Andrew Morgan | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | 1.38.0 | Richard van der Hoff | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | 1.38.0rc3 v1.38.0rc3 | Richard van der Hoff | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | 1.38.0rc2 | Erik Johnston | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | 1.38.0rc1 | Brendan Abolivier | 2021-07-06 | 1 | -1/+1 |
| | |||||
* | 1.37.1 | Erik Johnston | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | 1.37.1rc1 v1.37.1rc1 | Richard van der Hoff | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | v1.37.1a1 | Richard van der Hoff | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | 1.37.0 | Brendan Abolivier | 2021-06-29 | 1 | -1/+1 |
| | |||||
* | 1.37.0rc1 | Brendan Abolivier | 2021-06-23 | 1 | -1/+1 |
| | |||||
* | 1.36.0 v1.36.0 github/release-v1.36 release-v1.36 | Erik Johnston | 2021-06-15 | 1 | -1/+1 |
| | |||||
* | 1.36.0rc2 | Erik Johnston | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | 1.36.0rc1 | Andrew Morgan | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | 1.35.1 | Patrick Cloke | 2021-06-03 | 1 | -1/+1 |
| | |||||
* | 1.35.0 | Andrew Morgan | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | 1.35.0rc3 | Erik Johnston | 2021-05-28 | 1 | -1/+1 |
| | |||||
* | 1.35.0rc2 v1.35.0rc2 github/release-v1.35.0 release-v1.35.0 | Erik Johnston | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | 1.35.0rc1 v1.35.0rc1 | Erik Johnston | 2021-05-25 | 1 | -1/+1 |
| | |||||
* | 1.34.0 | Erik Johnston | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | 1.34.0rc1 | Brendan Abolivier | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | 1.33.2 | Brendan Abolivier | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | 1.33.1 v1.33.1 github/release-v1.33.1 release-v1.33.1 | Erik Johnston | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | 1.33.0 v1.33.0 github/release-v1.33.0 release-v1.33.0 | Brendan Abolivier | 2021-05-05 | 1 | -1/+1 |
| | |||||
* | 1.33.0rc2 | Andrew Morgan | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | 1.33.0rc1 | Andrew Morgan | 2021-04-28 | 1 | -1/+1 |
| | |||||
* | Remove various bits of compatibility code for Python <3.6 (#9879) | Andrew Morgan | 2021-04-27 | 1 | -2/+2 |
| | | | I went through and removed a bunch of cruft that was lying around for compatibility with old Python versions. This PR also will now prevent Synapse from starting unless you're running Python 3.6+. | ||||
* | Merge branch 'master' into develop | Andrew Morgan | 2021-04-22 | 1 | -1/+1 |
|\ | |||||
| * | 1.32.2 | Andrew Morgan | 2021-04-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into develop | Andrew Morgan | 2021-04-21 | 1 | -1/+1 |
|\| | |||||
| * | 1.32.1 | Andrew Morgan | 2021-04-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into develop | Andrew Morgan | 2021-04-20 | 1 | -1/+1 |
|\| | |||||
| * | 1.32.0 | Andrew Morgan | 2021-04-20 | 1 | -1/+1 |
| | | |||||
* | | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
|/ | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | 1.32.0rc1 | Andrew Morgan | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | 1.31.0 v1.31.0 github/release-v1.31.0 release-v1.31.0 | Erik Johnston | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | 1.31.0rc1 | Erik Johnston | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | 1.30.1 | Erik Johnston | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | 1.30.0 v1.30.0 github/release-v1.30.0 release-v1.30.0 | Erik Johnston | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | 1.30.0rc1 | Andrew Morgan | 2021-03-16 | 1 | -1/+1 |
| | |||||
* | 1.29.0 | Erik Johnston | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | 1.29.0rc1 | Erik Johnston | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | 1.28.0 | Erik Johnston | 2021-02-25 | 1 | -1/+1 |
| | |||||
* | 1.28.0rc1 | Patrick Cloke | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | 1.27.0 | Erik Johnston | 2021-02-16 | 1 | -1/+1 |
| | |||||
* | 1.27.0rc2 | Patrick Cloke | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | 1.27.0rc1 | Erik Johnston | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | 1.26.0 | Patrick Cloke | 2021-01-27 | 1 | -1/+1 |
| | |||||
* | 1.26.0rc2 | Patrick Cloke | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | 1.26.0rc1 | Patrick Cloke | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | 1.25.0 | Erik Johnston | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | 1.25.0rc1 | Patrick Cloke | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | 1.24.0 v1.24.0 | Erik Johnston | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | 1.24.0rc2 | Patrick Cloke | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | 1.24.0rc1 | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
| | |||||
* | 1.23.0 | Erik Johnston | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | 1.23.0rc1 | Erik Johnston | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | use correct version | Erik Johnston | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | 1.22.0 v1.22.0 github/release-v1.22.0 release-v1.22.0 | Erik Johnston | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | 1.22.0rc2 | Erik Johnston | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | 1.22.0rc1 | Erik Johnston | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | 1.21.2 | Patrick Cloke | 2020-10-15 | 1 | -1/+1 |
| | |||||
* | 1.21.1 v1.21.1 github/release-v1.21.1 release-v1.21.1 | Andrew Morgan | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | 1.21.0 | Andrew Morgan | 2020-10-12 | 1 | -1/+1 |
| | |||||
* | 1.21.0rc3 | Erik Johnston | 2020-10-08 | 1 | -1/+1 |
| | |||||
* | 1.21.0rc2 | Richard van der Hoff | 2020-10-02 | 1 | -1/+1 |
| | |||||
* | fix version number | Richard van der Hoff | 2020-10-01 | 1 | -1/+1 |
| | | | | we're not doing a final release yet! | ||||
* | 1.21.0 | Richard van der Hoff | 2020-10-01 | 1 | -1/+1 |
| | |||||
* | 1.20.1 | Andrew Morgan | 2020-09-24 | 1 | -1/+1 |
| | |||||
* | 1.20.0 | Andrew Morgan | 2020-09-22 | 1 | -1/+1 |
| | |||||
* | 1.20.0rc5 | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
| | |||||
* | 1.20.0rc4 v1.20.0rc4 | Patrick Cloke | 2020-09-16 | 1 | -1/+1 |
| | |||||
* | 1.20.0rc3 | Patrick Cloke | 2020-09-11 | 1 | -1/+1 |
| | |||||
* | 1.20.0rc2 v1.20.0rc2 | Richard van der Hoff | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | 1.20.0rc1 | Richard van der Hoff | 2020-09-08 | 1 | -1/+1 |
| | |||||
* | 1.19.1 v1.19.1 github/release-v1.19.1 release-v1.19.1 | Brendan Abolivier | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | 1.19.1rc1 | Brendan Abolivier | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | 1.19.0 | Olivier Wilkinson (reivilibre) | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | 1.19.0rc1 | Olivier Wilkinson (reivilibre) | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -1/+1 |
|\ | |||||
| * | 1.18.0 | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -1/+1 |
| | | |||||
* | | Use the JSON module from the std library instead of simplejson. (#7936) | Patrick Cloke | 2020-07-28 | 1 | -0/+12 |
|/ | |||||
* | 1.18.0rc2 v1.18.0rc2 | Richard van der Hoff | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | 1.18.0rc1 | Richard van der Hoff | 2020-07-27 | 1 | -1/+1 |
| | |||||
* | 1.17.0 v1.17.0 github/release-v1.17.0 release-v1.17.0 | Richard van der Hoff | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | 1.17.0rc1 v1.17.0rc1 | Richard van der Hoff | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | 1.16.0 | Richard van der Hoff | 2020-07-08 | 1 | -1/+1 |
| | |||||
* | 1.16.0rc2 | Patrick Cloke | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | 1.16.0rc1 | Andrew Morgan | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | 1.15.1 | Brendan Abolivier | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | 1.15.0 v1.15.0 github/release-v1.15.0 release-v1.15.0 | Brendan Abolivier | 2020-06-11 | 1 | -1/+1 |
| | |||||
* | 1.15.0rc1 v1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+1 |
| | |||||
* | Revert "1.15.0rc1" | Brendan Abolivier | 2020-06-09 | 1 | -1/+1 |
| | | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb. | ||||
* | 1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+1 |
| | |||||
* | 1.14.0 | Brendan Abolivier | 2020-05-28 | 1 | -1/+1 |
| | |||||
* | 1.14.0rc2 | Brendan Abolivier | 2020-05-27 | 1 | -1/+1 |
| | |||||
* | Not full release yet, this is rc1 | Brendan Abolivier | 2020-05-26 | 1 | -1/+1 |
| | |||||
* | 1.14.0 | Brendan Abolivier | 2020-05-26 | 1 | -1/+1 |
| | |||||
* | 1.13.0 | Patrick Cloke | 2020-05-19 | 1 | -1/+1 |
| | |||||
* | 1.13.0rc3 v1.13.0rc3 | Patrick Cloke | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | 1.13.0rc2 | Richard van der Hoff | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | 1.13.0rc1 | Andrew Morgan | 2020-05-11 | 1 | -1/+1 |
| | |||||
* | 1.12.4 v1.12.4 github/release-v1.12.4 release-v1.12.4 | Patrick Cloke | 2020-04-23 | 1 | -1/+1 |
| | |||||
* | 1.12.4rc1 | Richard van der Hoff | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | 1.12.3 | Richard van der Hoff | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | 1.12.2 | Andrew Morgan | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | 1.12.1 | Andrew Morgan | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | 1.12.1rc1 | Andrew Morgan | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | 1.12.0 | Richard van der Hoff | 2020-03-23 | 1 | -1/+1 |
| | |||||
* | 1.12.0rc1 | Richard van der Hoff | 2020-03-19 | 1 | -1/+1 |
| | |||||
* | v1.11.1 | Brendan Abolivier | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | 1.11.0 v1.11.0 github/release-v1.11.0 release-v1.11.0 | Richard van der Hoff | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | 1.11.0rc1 | Richard van der Hoff | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | 1.10.1 v1.10.1 github/release-v1.10.1 release-v1.10.1 | Richard van der Hoff | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | 1.10.0 | Brendan Abolivier | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | 1.10.0rc5 v1.10.0rc5 | Richard van der Hoff | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | 1.10.0rc4 | Richard van der Hoff | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | 1.10.0rc3 v1.10.0rc3 | Richard van der Hoff | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | 1.10.0rc2 | Erik Johnston | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | 1.10.0rc1 | Erik Johnston | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | 1.9.1 v1.9.1 github/release-v1.9.1 release-v1.9.1 | Erik Johnston | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | 1.9.0 | Brendan Abolivier | 2020-01-23 | 1 | -1/+1 |
| | |||||
* | 1.9.0rc1 | Brendan Abolivier | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | bump version to v1.9.0.dev2 v1.9.0.dev2 | Richard van der Hoff | 2020-01-17 | 1 | -1/+1 |
| | |||||
* | bump version to v1.9.0.dev1 v1.9.0.dev1 | Richard van der Hoff | 2020-01-17 | 1 | -1/+1 |
| | |||||
* | 1.8.0 | Erik Johnston | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | 1.8.0rc1 | Erik Johnston | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | 1.7.3 v1.7.3 github/release-v1.7.3 release-v1.7.3 | Richard van der Hoff | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | 1.7.2 v1.7.2 github/release-v1.7.2 release-v1.7.2 | Richard van der Hoff | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | 1.7.1 | Richard van der Hoff | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | 1.7.0 | Erik Johnston | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | 1.7.0rc2 v1.7.0rc2 | Erik Johnston | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | 1.7.0rc1 v1.7.0rc1 | Neil Johnson | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | 1.6.1 v1.6.1 github/release-v1.6.1 release-v1.6.1 | Andrew Morgan | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | 1.6.0 v1.6.0 github/release-v1.6.0 release-v1.6.0 | Andrew Morgan | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | 1.6.0rc2 v1.6.0rc2 | Richard van der Hoff | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | 1.6.0rc1 v1.6.0rc1 | Andrew Morgan | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | 1.5.1 v1.5.1 | Richard van der Hoff | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | 1.5.0 v1.5.0 github/release-v1.5.0 release-v1.5.0 | Richard van der Hoff | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | 1.5.0rc2 v1.5.0rc2 | Richard van der Hoff | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | 1.5.0rc1 | Andrew Morgan | 2019-10-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | Brendan Abolivier | 2019-10-18 | 1 | -1/+1 |
|\ | |||||
| * | 1.4.1 | Brendan Abolivier | 2019-10-18 | 1 | -1/+1 |
| | | |||||
* | | Merge tag 'v1.4.1rc1' into develop | Richard van der Hoff | 2019-10-17 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | Synapse 1.4.1rc1 (2019-10-17) ============================= Bugfixes -------- - Fix bug where redacted events were sometimes incorrectly censored in the database, breaking APIs that attempted to fetch such events. ([\#6185](https://github.com/matrix-org/synapse/issues/6185), [5b0e9948](https://github.com/matrix-org/synapse/commit/5b0e9948eaae801643e594b5abc8ee4b10bd194e)) | ||||
| * | 1.4.1rc1 v1.4.1rc1 | Richard van der Hoff | 2019-10-17 | 1 | -1/+1 |
| | | |||||
* | | Fix packaging | Erik Johnston | 2019-10-10 | 1 | -2/+4 |
| | | |||||
* | | Move patch_inline_callbacks into synapse/ | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner | Erik Johnston | 2019-10-09 | 1 | -1/+1 |
|\| | |||||
| * | 1.4.0 v1.4.0 github/release-v1.4.0 release-v1.4.0 | Andrew Morgan | 2019-10-03 | 1 | -1/+1 |
| | | |||||
| * | 1.4.0rc2 v1.4.0rc2 | Andrew Morgan | 2019-10-02 | 1 | -1/+1 |
| | | |||||
* | | Patch inlinecallbacks for log contexts | Erik Johnston | 2019-09-27 | 1 | -0/+6 |
|/ | |||||
* | bump version | Richard van der Hoff | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | 1.3.1 v1.3.1 github/release-v1.3.1 release-v1.3.1 | Richard van der Hoff | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | 1.3.0 v1.3.0 github/release-v1.3.0 release-v1.3.0 | Brendan Abolivier | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | 1.3.0rc1 v1.3.0rc1 | Brendan Abolivier | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | 1.2.1 | Richard van der Hoff | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | 1.2.0 v1.2.0 github/release-v1.2.0 release-v1.2.0 | Andrew Morgan | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | 1.2.0rc2 v1.2.0rc2 | Andrew Morgan | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | 1.2.0rc1 | Andrew Morgan | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | 1.1.0 | Erik Johnston | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | 1.1.0rc2 v1.1.0rc2 | Richard van der Hoff | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | prepare v1.1.0rc1 | Richard van der Hoff | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -0/+1 |
| | |||||
* | Remove Python 2.7 support. (#5425) | Amber Brown | 2019-06-12 | 1 | -0/+7 |
| | | | | | | | | * remove 2.7 from CI and publishing * fill out classifiers and also make it not be installed on 3.5 * some minor bumps so that the old deps work on python 3.5 | ||||
* | 1.0.0 v1.0.0 | Erik Johnston | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | 1.0.0rc3 v1.0.0rc3 | Erik Johnston | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | 1.0.0rc2 v1.0.0rc2 | Erik Johnston | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | 1.0.0rc1 v1.0.0rc1 | Neil Johnson | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | 0.99.5.2 v0.99.5.2 github/release-v0.99.5 release-v0.99.5 | Erik Johnston | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | 0.99.5.1 v0.99.5.1 | Neil Johnson | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Revert "0.99.5" | Neil Johnson | 2019-05-22 | 1 | -1/+1 |
| | | | | This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb. | ||||
* | 0.99.5 | Neil Johnson | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | 0.99.5 v0.99.5 | Neil Johnson | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | 0.99.5rc1 | Richard van der Hoff | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | 0.99.4 | Richard van der Hoff | 2019-05-15 | 1 | -1/+1 |
| | |||||
* | 0.99.4rc1 v0.99.4rc1 | Brendan Abolivier | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | 0.99.3.2 v0.99.3.2 github/release-v0.99.3.2 release-v0.99.3.2 | Richard van der Hoff | 2019-05-03 | 1 | -1/+1 |
| | |||||
* | 0.99.3.1 | Richard van der Hoff | 2019-05-03 | 1 | -1/+1 |
| | |||||
* | 0.99.3 v0.99.3 github/release-v0.99.3 release-v0.99.3 | Neil Johnson | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | bump version | Neil Johnson | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | 0.99.2 | Richard van der Hoff | 2019-03-01 | 1 | -1/+1 |
| |