summary refs log tree commit diff
path: root/synapse/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'v1.74.0rc1' into rei/uvloop github/rei/uvloop rei/uvloopOlivier Wilkinson (reivilibre)2022-12-141-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 Gliech2022-10-071-14/+12
| | | | | | | | (#14092)
* | Use uvloop as an asyncio reactor event loopOlivier Wilkinson (reivilibre)2022-10-071-0/+6
|/
* Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-121-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 Robertson2022-06-071-3/+3
|
* Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-201-1/+3
|
* 1.57.0Olivier Wilkinson (reivilibre)2022-04-191-1/+1
|
* 1.57.0rc1Erik Johnston2022-04-121-1/+1
|
* 1.56.0Sean Quah2022-04-051-1/+1
|
* 1.56.0rc1Brendan Abolivier2022-03-291-1/+1
|
* 1.55.2Richard van der Hoff2022-03-241-1/+1
|
* 1.55.1Andrew Morgan2022-03-241-1/+1
|
* 1.55.0Andrew Morgan2022-03-221-1/+1
|
* 1.55.0rc1David Robertson2022-03-151-1/+1
|
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-03-081-1/+1
|\
| * 1.54.0Olivier Wilkinson (reivilibre)2022-03-081-1/+1
| |
* | Add experimental environment variable to enable asyncio reactor (#12135)Erik Johnston2022-03-081-0/+21
|/
* 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+1
|
* 1.53.0 v1.53.0Erik Johnston2022-02-221-1/+1
|
* 1.53.0rc1Sean Quah2022-02-151-1/+1
|
* 1.52.0Brendan Abolivier2022-02-081-1/+1
|
* 1.52.0rc1David Robertson2022-02-011-1/+1
|
* Merge branch 'master' into developDavid Robertson2022-01-251-1/+1
|\
| * 1.51.0David Robertson2022-01-251-1/+1
| |
* | Merge tag 'v1.51.0rc2' into developAndrew Morgan2022-01-241-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.0rc2Andrew Morgan2022-01-241-1/+1
| |
* | Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-211-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.0rc1Olivier Wilkinson (reivilibre)2022-01-211-1/+1
|
* 1.50.1Andrew Morgan2022-01-181-1/+1
|
* 1.50.0Andrew Morgan2022-01-181-1/+1
|
* 1.50.0rc2Olivier Wilkinson (reivilibre)2022-01-141-1/+1
|
* 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-051-1/+1
|
* 1.49.2Richard van der Hoff2021-12-211-1/+1
|
* 1.49.1Richard van der Hoff2021-12-211-1/+1
|
* 1.49.0Olivier Wilkinson (reivilibre)2021-12-141-1/+1
|
* 1.49.0rc1Sean Quah2021-12-071-1/+1
|
* 1.48.0Brendan Abolivier2021-11-301-1/+1
|
* 1.48.0rc1Brendan Abolivier2021-11-251-1/+1
|
* 1.47.1Sean Quah2021-11-191-1/+1
|
* 1.47.0 v1.47.0David Robertson2021-11-171-1/+1
|
* 1.47.0rc3Andrew Morgan2021-11-161-1/+1
|
* 1.47.0rc2Olivier Wilkinson (reivilibre)2021-11-101-1/+1
|
* Update __init__.py v1.47.0rc1Olivier Wilkinson (reivilibre)2021-11-091-1/+1
|
* 1.46.0Erik Johnston2021-11-021-1/+1
|
* 1.46.0rc1Sean Quah2021-10-261-1/+1
|
* 1.45.1Sean Quah2021-10-201-1/+1
|
* 1.45.0David Robertson2021-10-191-1/+1
|
* 1.45.0rc2David Robertson2021-10-141-1/+1
|
* 1.45.0rc1Brendan Abolivier2021-10-121-1/+1
|
* 1.44.0 v1.44.0Brendan Abolivier2021-10-051-1/+1
|
* 1.44.0rc3 v1.44.0rc3Brendan Abolivier2021-10-041-1/+1
|
* 1.44.0rc2 v1.44.0rc2Olivier Wilkinson (reivilibre)2021-09-301-1/+1
|
* 1.44.0rc1Erik Johnston2021-09-281-1/+1
|
* 1.43.0David Robertson2021-09-211-1/+1
|
* 1.43.0rc2David Robertson2021-09-171-1/+1
|
* 1.43.0rc1Andrew Morgan2021-09-141-1/+1
|
* 1.42.0Azrenbeth2021-09-071-1/+1
|
* 1.42.0rc2Brendan Abolivier2021-09-061-1/+1
|
* 1.42.0rc1Olivier Wilkinson (reivilibre)2021-09-011-1/+1
|
* 1.41.1 v1.41.1Richard van der Hoff2021-08-311-1/+1
|
* 1.41.0Erik Johnston2021-08-241-1/+1
|
* 1.41.0rc1Erik Johnston2021-08-181-1/+1
|
* 1.40.0 v1.40.0Brendan Abolivier2021-08-101-1/+1
|
* 1.40.0rc3 v1.40.0rc3Brendan Abolivier2021-08-091-1/+1
|
* 1.40.0rc2Brendan Abolivier2021-08-041-1/+1
|
* 1.40.0rc1Erik Johnston2021-08-031-1/+1
|
* 1.39.0Erik Johnston2021-07-291-1/+1
|
* 1.39.0rc3Erik Johnston2021-07-281-1/+1
|
* 1.39.0rc2 v1.39.0rc2Erik Johnston2021-07-221-1/+1
|
* 1.39.0rc1Andrew Morgan2021-07-201-1/+1
|
* 1.38.0Richard van der Hoff2021-07-131-1/+1
|
* 1.38.0rc3 v1.38.0rc3Richard van der Hoff2021-07-131-1/+1
|
* 1.38.0rc2Erik Johnston2021-07-091-1/+1
|
* 1.38.0rc1Brendan Abolivier2021-07-061-1/+1
|
* 1.37.1Erik Johnston2021-06-301-1/+1
|
* 1.37.1rc1 v1.37.1rc1Richard van der Hoff2021-06-291-1/+1
|
* v1.37.1a1Richard van der Hoff2021-06-291-1/+1
|
* 1.37.0Brendan Abolivier2021-06-291-1/+1
|
* 1.37.0rc1Brendan Abolivier2021-06-231-1/+1
|
* 1.36.0 v1.36.0 github/release-v1.36 release-v1.36Erik Johnston2021-06-151-1/+1
|
* 1.36.0rc2Erik Johnston2021-06-111-1/+1
|
* 1.36.0rc1Andrew Morgan2021-06-081-1/+1
|
* 1.35.1Patrick Cloke2021-06-031-1/+1
|
* 1.35.0Andrew Morgan2021-06-011-1/+1
|
* 1.35.0rc3Erik Johnston2021-05-281-1/+1
|
* 1.35.0rc2 v1.35.0rc2 github/release-v1.35.0 release-v1.35.0Erik Johnston2021-05-271-1/+1
|
* 1.35.0rc1 v1.35.0rc1Erik Johnston2021-05-251-1/+1
|
* 1.34.0Erik Johnston2021-05-171-1/+1
|
* 1.34.0rc1Brendan Abolivier2021-05-121-1/+1
|
* 1.33.2Brendan Abolivier2021-05-111-1/+1
|
* 1.33.1 v1.33.1 github/release-v1.33.1 release-v1.33.1Erik Johnston2021-05-061-1/+1
|
* 1.33.0 v1.33.0 github/release-v1.33.0 release-v1.33.0Brendan Abolivier2021-05-051-1/+1
|
* 1.33.0rc2Andrew Morgan2021-04-291-1/+1
|
* 1.33.0rc1Andrew Morgan2021-04-281-1/+1
|
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-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 developAndrew Morgan2021-04-221-1/+1
|\
| * 1.32.2Andrew Morgan2021-04-211-1/+1
| |
* | Merge branch 'master' into developAndrew Morgan2021-04-211-1/+1
|\|
| * 1.32.1Andrew Morgan2021-04-211-1/+1
| |
* | Merge branch 'master' into developAndrew Morgan2021-04-201-1/+1
|\|
| * 1.32.0Andrew Morgan2021-04-201-1/+1
| |
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-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.0rc1Andrew Morgan2021-04-131-1/+1
|
* 1.31.0 v1.31.0 github/release-v1.31.0 release-v1.31.0Erik Johnston2021-04-061-1/+1
|
* 1.31.0rc1Erik Johnston2021-03-301-1/+1
|
* 1.30.1Erik Johnston2021-03-261-1/+1
|
* 1.30.0 v1.30.0 github/release-v1.30.0 release-v1.30.0Erik Johnston2021-03-221-1/+1
|
* 1.30.0rc1Andrew Morgan2021-03-161-1/+1
|
* 1.29.0Erik Johnston2021-03-081-1/+1
|
* 1.29.0rc1Erik Johnston2021-03-041-1/+1
|
* 1.28.0Erik Johnston2021-02-251-1/+1
|
* 1.28.0rc1Patrick Cloke2021-02-181-1/+1
|
* 1.27.0Erik Johnston2021-02-161-1/+1
|
* 1.27.0rc2Patrick Cloke2021-02-111-1/+1
|
* 1.27.0rc1Erik Johnston2021-02-021-1/+1
|
* 1.26.0Patrick Cloke2021-01-271-1/+1
|
* 1.26.0rc2Patrick Cloke2021-01-251-1/+1
|
* 1.26.0rc1Patrick Cloke2021-01-201-1/+1
|
* 1.25.0Erik Johnston2021-01-131-1/+1
|
* 1.25.0rc1Patrick Cloke2021-01-061-1/+1
|
* 1.24.0 v1.24.0Erik Johnston2020-12-091-1/+1
|
* 1.24.0rc2Patrick Cloke2020-12-041-1/+1
|
* 1.24.0rc1Patrick Cloke2020-12-021-1/+1
|
* 1.23.0Erik Johnston2020-11-181-1/+1
|
* 1.23.0rc1Erik Johnston2020-11-131-1/+1
|
* use correct versionErik Johnston2020-10-301-1/+1
|
* 1.22.0 v1.22.0 github/release-v1.22.0 release-v1.22.0Erik Johnston2020-10-271-1/+1
|
* 1.22.0rc2Erik Johnston2020-10-261-1/+1
|
* 1.22.0rc1Erik Johnston2020-10-221-1/+1
|
* 1.21.2Patrick Cloke2020-10-151-1/+1
|
* 1.21.1 v1.21.1 github/release-v1.21.1 release-v1.21.1Andrew Morgan2020-10-131-1/+1
|
* 1.21.0Andrew Morgan2020-10-121-1/+1
|
* 1.21.0rc3Erik Johnston2020-10-081-1/+1
|
* 1.21.0rc2Richard van der Hoff2020-10-021-1/+1
|
* fix version numberRichard van der Hoff2020-10-011-1/+1
| | | | we're not doing a final release yet!
* 1.21.0Richard van der Hoff2020-10-011-1/+1
|
* 1.20.1Andrew Morgan2020-09-241-1/+1
|
* 1.20.0Andrew Morgan2020-09-221-1/+1
|
* 1.20.0rc5Patrick Cloke2020-09-181-1/+1
|
* 1.20.0rc4 v1.20.0rc4Patrick Cloke2020-09-161-1/+1
|
* 1.20.0rc3Patrick Cloke2020-09-111-1/+1
|
* 1.20.0rc2 v1.20.0rc2Richard van der Hoff2020-09-091-1/+1
|
* 1.20.0rc1Richard van der Hoff2020-09-081-1/+1
|
* 1.19.1 v1.19.1 github/release-v1.19.1 release-v1.19.1Brendan Abolivier2020-08-271-1/+1
|
* 1.19.1rc1Brendan Abolivier2020-08-251-1/+1
|
* 1.19.0Olivier Wilkinson (reivilibre)2020-08-171-1/+1
|
* 1.19.0rc1Olivier Wilkinson (reivilibre)2020-08-131-1/+1
|
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2020-07-301-1/+1
|\
| * 1.18.0Olivier Wilkinson (reivilibre)2020-07-301-1/+1
| |
* | Use the JSON module from the std library instead of simplejson. (#7936)Patrick Cloke2020-07-281-0/+12
|/
* 1.18.0rc2 v1.18.0rc2Richard van der Hoff2020-07-281-1/+1
|
* 1.18.0rc1Richard van der Hoff2020-07-271-1/+1
|
* 1.17.0 v1.17.0 github/release-v1.17.0 release-v1.17.0Richard van der Hoff2020-07-131-1/+1
|
* 1.17.0rc1 v1.17.0rc1Richard van der Hoff2020-07-091-1/+1
|
* 1.16.0Richard van der Hoff2020-07-081-1/+1
|
* 1.16.0rc2Patrick Cloke2020-07-021-1/+1
|
* 1.16.0rc1Andrew Morgan2020-07-011-1/+1
|
* 1.15.1Brendan Abolivier2020-06-161-1/+1
|
* 1.15.0 v1.15.0 github/release-v1.15.0 release-v1.15.0Brendan Abolivier2020-06-111-1/+1
|
* 1.15.0rc1 v1.15.0rc1Brendan Abolivier2020-06-091-1/+1
|
* Revert "1.15.0rc1"Brendan Abolivier2020-06-091-1/+1
| | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb.
* 1.15.0rc1Brendan Abolivier2020-06-091-1/+1
|
* 1.14.0Brendan Abolivier2020-05-281-1/+1
|
* 1.14.0rc2Brendan Abolivier2020-05-271-1/+1
|
* Not full release yet, this is rc1Brendan Abolivier2020-05-261-1/+1
|
* 1.14.0Brendan Abolivier2020-05-261-1/+1
|
* 1.13.0Patrick Cloke2020-05-191-1/+1
|
* 1.13.0rc3 v1.13.0rc3Patrick Cloke2020-05-181-1/+1
|
* 1.13.0rc2Richard van der Hoff2020-05-141-1/+1
|
* 1.13.0rc1Andrew Morgan2020-05-111-1/+1
|
* 1.12.4 v1.12.4 github/release-v1.12.4 release-v1.12.4Patrick Cloke2020-04-231-1/+1
|
* 1.12.4rc1Richard van der Hoff2020-04-221-1/+1
|
* 1.12.3Richard van der Hoff2020-04-031-1/+1
|
* 1.12.2Andrew Morgan2020-04-021-1/+1
|
* 1.12.1Andrew Morgan2020-04-021-1/+1
|
* 1.12.1rc1Andrew Morgan2020-03-311-1/+1
|
* 1.12.0Richard van der Hoff2020-03-231-1/+1
|
* 1.12.0rc1Richard van der Hoff2020-03-191-1/+1
|
* v1.11.1Brendan Abolivier2020-03-031-1/+1
|
* 1.11.0 v1.11.0 github/release-v1.11.0 release-v1.11.0Richard van der Hoff2020-02-211-1/+1
|
* 1.11.0rc1Richard van der Hoff2020-02-191-1/+1
|
* 1.10.1 v1.10.1 github/release-v1.10.1 release-v1.10.1Richard van der Hoff2020-02-171-1/+1
|
* 1.10.0Brendan Abolivier2020-02-121-1/+1
|
* 1.10.0rc5 v1.10.0rc5Richard van der Hoff2020-02-111-1/+1
|
* 1.10.0rc4Richard van der Hoff2020-02-111-1/+1
|
* 1.10.0rc3 v1.10.0rc3Richard van der Hoff2020-02-101-1/+1
|
* 1.10.0rc2Erik Johnston2020-02-061-1/+1
|
* 1.10.0rc1Erik Johnston2020-01-311-1/+1
|
* 1.9.1 v1.9.1 github/release-v1.9.1 release-v1.9.1Erik Johnston2020-01-281-1/+1
|
* 1.9.0Brendan Abolivier2020-01-231-1/+1
|
* 1.9.0rc1Brendan Abolivier2020-01-221-1/+1
|
* bump version to v1.9.0.dev2 v1.9.0.dev2Richard van der Hoff2020-01-171-1/+1
|
* bump version to v1.9.0.dev1 v1.9.0.dev1Richard van der Hoff2020-01-171-1/+1
|
* 1.8.0Erik Johnston2020-01-091-1/+1
|
* 1.8.0rc1Erik Johnston2020-01-071-1/+1
|
* 1.7.3 v1.7.3 github/release-v1.7.3 release-v1.7.3Richard van der Hoff2019-12-311-1/+1
|
* 1.7.2 v1.7.2 github/release-v1.7.2 release-v1.7.2Richard van der Hoff2019-12-201-1/+1
|
* 1.7.1Richard van der Hoff2019-12-181-1/+1
|
* 1.7.0Erik Johnston2019-12-131-1/+1
|
* 1.7.0rc2 v1.7.0rc2Erik Johnston2019-12-111-1/+1
|
* 1.7.0rc1 v1.7.0rc1Neil Johnson2019-12-091-1/+1
|
* 1.6.1 v1.6.1 github/release-v1.6.1 release-v1.6.1Andrew Morgan2019-11-281-1/+1
|
* 1.6.0 v1.6.0 github/release-v1.6.0 release-v1.6.0Andrew Morgan2019-11-261-1/+1
|
* 1.6.0rc2 v1.6.0rc2Richard van der Hoff2019-11-251-1/+1
|
* 1.6.0rc1 v1.6.0rc1Andrew Morgan2019-11-201-1/+1
|
* Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-1/+1
|
* 1.5.1 v1.5.1Richard van der Hoff2019-11-061-1/+1
|
* 1.5.0 v1.5.0 github/release-v1.5.0 release-v1.5.0Richard van der Hoff2019-10-291-1/+1
|
* 1.5.0rc2 v1.5.0rc2Richard van der Hoff2019-10-281-1/+1
|
* 1.5.0rc1Andrew Morgan2019-10-241-1/+1
|
* Merge branch 'master' into developBrendan Abolivier2019-10-181-1/+1
|\
| * 1.4.1Brendan Abolivier2019-10-181-1/+1
| |
* | Merge tag 'v1.4.1rc1' into developRichard van der Hoff2019-10-171-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.1rc1Richard van der Hoff2019-10-171-1/+1
| |
* | Fix packagingErik Johnston2019-10-101-2/+4
| |
* | Move patch_inline_callbacks into synapse/Erik Johnston2019-10-101-1/+1
| |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_innerErik Johnston2019-10-091-1/+1
|\|
| * 1.4.0 v1.4.0 github/release-v1.4.0 release-v1.4.0Andrew Morgan2019-10-031-1/+1
| |
| * 1.4.0rc2 v1.4.0rc2Andrew Morgan2019-10-021-1/+1
| |
* | Patch inlinecallbacks for log contextsErik Johnston2019-09-271-0/+6
|/
* bump versionRichard van der Hoff2019-09-261-1/+1
|
* 1.3.1 v1.3.1 github/release-v1.3.1 release-v1.3.1Richard van der Hoff2019-08-171-1/+1
|
* 1.3.0 v1.3.0 github/release-v1.3.0 release-v1.3.0Brendan Abolivier2019-08-151-1/+1
|
* 1.3.0rc1 v1.3.0rc1Brendan Abolivier2019-08-131-1/+1
|
* 1.2.1Richard van der Hoff2019-07-261-1/+1
|
* 1.2.0 v1.2.0 github/release-v1.2.0 release-v1.2.0Andrew Morgan2019-07-251-1/+1
|
* 1.2.0rc2 v1.2.0rc2Andrew Morgan2019-07-241-1/+1
|
* 1.2.0rc1Andrew Morgan2019-07-221-1/+1
|
* 1.1.0Erik Johnston2019-07-041-1/+1
|
* 1.1.0rc2 v1.1.0rc2Richard van der Hoff2019-07-031-1/+1
|
* prepare v1.1.0rc1Richard van der Hoff2019-07-021-1/+1
|
* Run Black. (#5482)Amber Brown2019-06-201-0/+1
|
* Remove Python 2.7 support. (#5425)Amber Brown2019-06-121-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.0Erik Johnston2019-06-111-1/+1
|
* 1.0.0rc3 v1.0.0rc3Erik Johnston2019-06-111-1/+1
|
* 1.0.0rc2 v1.0.0rc2Erik Johnston2019-06-101-1/+1
|
* 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-071-1/+1
|
* 0.99.5.2 v0.99.5.2 github/release-v0.99.5 release-v0.99.5Erik Johnston2019-05-301-1/+1
|
* 0.99.5.1 v0.99.5.1Neil Johnson2019-05-221-1/+1
|
* Revert "0.99.5"Neil Johnson2019-05-221-1/+1
| | | | This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb.
* 0.99.5Neil Johnson2019-05-221-1/+1
|
* 0.99.5 v0.99.5Neil Johnson2019-05-221-1/+1
|
* 0.99.5rc1Richard van der Hoff2019-05-211-1/+1
|
* 0.99.4Richard van der Hoff2019-05-151-1/+1
|
* 0.99.4rc1 v0.99.4rc1Brendan Abolivier2019-05-131-1/+1
|
* 0.99.3.2 v0.99.3.2 github/release-v0.99.3.2 release-v0.99.3.2Richard van der Hoff2019-05-031-1/+1
|
* 0.99.3.1Richard van der Hoff2019-05-031-1/+1
|
* 0.99.3 v0.99.3 github/release-v0.99.3 release-v0.99.3Neil Johnson2019-04-011-1/+1
|
* bump versionNeil Johnson2019-03-271-1/+1
|
* 0.99.2Richard van der Hoff2019-03-011-1/+1
|