- Jan 17, 2023
-
-
David Robertson authored
* Upgrade to new lockfile format Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write. Cheat sheet: ``` poetry --version poetry show > scratch/before pipx upgrade poetry poetry --version poetry show > scratch/after diff scratch{before,after} && echo "no change!" ``` * Use Poetry 1.3.2 when reading or writing lockfile * Remove unneeded(?) poetry dep for cibuildwheel * Update docs * Remove redundant call to setup-python * Remove outdated comments related to Poetry 1.x * Remove outdated docs line was fixed in #13082 * Minor improvements to poetry cheat sheet * Invoke setup-python-poetry with explicit version Not sure about this. It's hardcoding versions everywhere. * Changelog * Check the lockfile is version 2.0 Might one day incorporate other checks like #14742 * Typo fixes, thanks Sean Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
Erik Johnston authored
-
- Jan 13, 2023
-
-
Erik Johnston authored
-
- Jan 09, 2023
-
-
David Robertson authored
* Fix upgrade notes for installing ICU As noticed in https://github.com/matrix-org/synapse/pull/14712/files#r1058433297 * Changelog
-
- Jan 05, 2023
-
-
reivilibre authored
* Fix stale external links * Fix some internal links * Fix URLs without trailing / where needed * Fix more links * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Reapply docs/openid.md fix after conflict Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Dec 20, 2022
-
-
Mathieu Velten authored
Fixes #14704. Signed-off-by:
Mathieu Velten <mathieuv@matrix.org>
-
- Nov 24, 2022
-
-
reivilibre authored
Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538)
-
- Nov 08, 2022
-
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- Nov 02, 2022
-
-
reivilibre authored
Disable legacy Prometheus metric names by default. They can still be re-enabled for now, but they will be removed altogether in Synapse 1.73.0. (#14353)
-
- Oct 27, 2022
-
-
Eric Eastwood authored
Check appservice user interest against the local users instead of all users (`get_users_in_room` mis-use) (#13958)
-
- Oct 26, 2022
-
-
Quentin Gliech authored
* Save login tokens in database Signed-off-by:
Quentin Gliech <quenting@element.io> * Add upgrade notes * Track login token reuse in a Prometheus metric Signed-off-by:
Quentin Gliech <quenting@element.io>
-
- Oct 06, 2022
-
-
Quentin Gliech authored
Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) Signed-off-by:
Quentin Gliech <quenting@element.io> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- Oct 03, 2022
-
-
reivilibre authored
Announce that legacy metric names are deprecated, will be turned off by default in Synapse v1.71.0 and removed altogether in Synapse v1.73.0. (#14024)
-
- Sep 28, 2022
-
-
Patrick Cloke authored
-
- Sep 27, 2022
-
-
David Robertson authored
* Update upgrade notes * Synapse Synapse Synapse Synapse Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
David Robertson authored
-
- Sep 20, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Sep 08, 2022
-
-
David Robertson authored
* Notify that SQLite min version will be bumped * Mention in upgrade notes Co-authored-by:
reivilibre <oliverw@matrix.org>
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
Patrick Cloke authored
Removes the ability to configure legacy direct TCP replication. Workers now require Redis to run.
-
- Sep 02, 2022
-
-
Erik Johnston authored
-
- Aug 31, 2022
-
-
Sean Quah authored
-
- Aug 23, 2022
-
-
David Robertson authored
-
- Aug 02, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Jul 29, 2022
-
-
3nprob authored
Reverts commit fa71bb18, and tweaks documentation. Signed-off-by:
3nprob <git@3n.anonaddy.com>
-
- Jul 22, 2022
-
-
Sean Quah authored
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
-
- Jul 19, 2022
-
-
David Robertson authored
-
- Jul 12, 2022
-
-
Richard van der Hoff authored
* Drop support for delegating email validation Delegating email validation to an IS is insecure (since it allows the owner of the IS to do a password reset on your HS), and has long been deprecated. It will now cause a config error at startup. * Update unit test which checks for email verification Give it an `email` config instead of a threepid delegate * Remove unused method `requestEmailToken` * Simplify config handling for email verification Rather than an enum and a boolean, all we need here is a single bool, which says whether we are or are not doing email verification. * update docs * changelog * upgrade.md: fix typo * update version number this will be in 1.64, not 1.63 * update version number this one too
-
- Jun 14, 2022
-
-
Sami Olmari authored
-
Sami Olmari authored
- Jun 13, 2022
-
-
David Teller authored
Uniformize spam-checker API, part 4: port other spam-checker callbacks to return `Union[Allow, Codes]`. (#12857) Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- May 31, 2022
-
-
Brendan Abolivier authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- May 23, 2022
-
-
David Teller authored
Signed-off-by:
David Teller <davidt@element.io>
-
- May 19, 2022
-
-
reivilibre authored
Add a unique index to `state_group_edges` to prevent duplicates being accidentally introduced and the consequential impact to performance. (#12687)
-
- May 10, 2022
-
-
reivilibre authored
Add the `update_user_directory_from_worker` configuration option (superseding `update_user_directory`) to allow a generic worker to be designated as the worker to update the user directory. (#12654) Co-authored-by:
Shay <hillerys@element.io>
-
- May 06, 2022
-
-
reivilibre authored
Add the `notify_appservices_from_worker` configuration option (superseding `notify_appservices`) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452)
-
- May 04, 2022
-
-
Andrew Morgan authored
-
- Apr 20, 2022
-
-
David Robertson authored
* Recommend poetry in docs - readme - contributor guide - upgrade notes - new dev cheat sheet for poetry Co-authored-by:
Shay <hillerys@element.io> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-