summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Disallow user_consent where experimental MSC3861 is enabled (#16127)Hugh Nimmo-Smith2023-08-221-0/+1
* Add `client_secret_path` as alternative for `client_secret` for OIDC config (...Maximilian Bosch2023-08-211-0/+1
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-211-0/+1
* Speed up state res in rare case we don't have all events (#16116)Erik Johnston2023-08-181-0/+1
* MSC3861: allow impersonation by an admin using a query param (#16132)Mathieu Velten2023-08-181-0/+1
* Allow filtering for admins in the list accounts admin API (#16114)Alexander Fechler2023-08-181-0/+1
* Add response time metrics for introspection requests (#16131)Erik Johnston2023-08-181-0/+1
* Add cache to `get_server_keys_json_for_remote` (#16123)Erik Johnston2023-08-181-0/+1
* Cache token introspection response from OIDC provider (#16117)Shay2023-08-171-0/+1
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-0/+1
* Override global statement timeout when creating indexes in Postgres (#16085)Shay2023-08-171-0/+1
* Disable caching in /sync corner case (#16080)Matthew Ma2023-08-171-0/+1
* Rename pagination&purge locks and add comments explaining them (#16112)Mathieu Velten2023-08-161-0/+1
* Add link explaining ELK stack to structured_logging.md (#16091)axel simon2023-08-161-0/+1
* Attempt to fix twisted trunk (#16115)David Robertson2023-08-151-0/+1
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-0/+1
* Allow customizing IdP name and icon for SAML and CAS (#16094)Gabriel RodrĂ­guez2023-08-111-0/+1
* Add linearizer on user ID to push rule PUT/DELETE requests (#16052)Nick Mills-Barrett2023-08-111-0/+1
* Fix the type annotation on `run_db_interaction` in the Module API. (#16089)reivilibre2023-08-101-0/+1
* Clean-up presence code (#16092)Patrick Cloke2023-08-101-0/+1
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-0/+1
* Support MSC3814: Dehydrated Devices Part 2 (#16010)Shay2023-08-081-0/+1
* 1.90.0rc1Erik Johnston2023-08-0827-28/+0
* Allow modules to schedule delayed background calls. (#15993)reivilibre2023-08-081-0/+1
* Remove old rows from the `cache_invalidation_stream_by_instance` table automa...reivilibre2023-08-081-0/+1
* Fix endpoint improperly declaring support for MSC3814 (#16068)Shay2023-08-071-0/+1
* Drop backwards compat hack for event serialization (#16069)Shay2023-08-071-0/+1
* Add notes describing Synapse's streams (#16015)David Robertson2023-08-071-0/+1
* Fix deletion for Dehydrated Devices (#16046)Shay2023-08-041-0/+1
* Stabilize support for MSC3970: updated transaction semantics (scope to `devic...Patrick Cloke2023-08-041-0/+1
* Move support for application service query parameter authorization behind a c...Shay2023-08-031-0/+1
* Allow config of the backoff algorithm for the federation client. (#15754)Mathieu Velten2023-08-031-0/+1
* Allow modules to check whether the current worker is configured to run backgr...reivilibre2023-08-031-0/+1
* Add forward-compatibility for the redacts property (MSC2174). (#16013)Patrick Cloke2023-08-021-0/+1
* Update MSC3958 support to interact with intentional mentions. (#15992)Patrick Cloke2023-08-021-0/+1
* Update `flake.lock` to fix running the nix developer environment on MacOS (#1...Andrew Morgan2023-08-021-0/+1
* Update certifi to 2023.7.22 and pygments to 2.15.1. (#16044)Patrick Cloke2023-08-011-0/+1
* Properly setup the additional sequences in the portdb script. (#16043)Patrick Cloke2023-08-011-0/+1
* Trim whitespace when setting display names (#16031)Mohit Rathee2023-08-011-0/+1
* Add metrics tracking for eviction to ResponseCache (#16028)Jason Little2023-08-011-0/+1
* Combine duplicated code for calculating an event ID from a txn ID (#16023)Patrick Cloke2023-07-311-0/+1
* Do not expose Admin API in caddy reverse proxy example (#16027)Nils2023-07-311-0/+1
* Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-311-0/+1
* Clarify comment on key uploads over replication (#16016)Shay2023-07-271-0/+2
* Fix 404 on /profile when the display name is empty but not the avatar (#16012)Mathieu Velten2023-07-271-0/+1
* Update PyYAML to 6.0.1 (#16011)Mathieu Velten2023-07-271-0/+1
* Attempt to fix labelling in docker workflow (#16009)David Robertson2023-07-271-0/+1
* Remove support for legacy application service paths (#15964)Shay2023-07-261-0/+1
* Inline SQL queries using boolean parameters (#15525)Anshul Madnawat2023-07-261-0/+1
* Add synapse version as Docker container label (#15972)Mo Balaa2023-07-261-0/+1
* Remove changelog fileMathieu Velten2023-07-261-1/+0
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-261-0/+1
* 1.89.0rc1Mathieu Velten2023-07-2530-30/+0
* Support MSC3814: Dehydrated Devices (#15929)Shay2023-07-241-0/+1
* Fix broken Arch Linux package link (#15981)SnipeX_2023-07-241-0/+1
* Resync stale devices in background (#15975)Erik Johnston2023-07-241-0/+1
* Properly handle redactions of creation events (#15973)Shay2023-07-231-0/+1
* Actually stop reading from column `user_id` of tables `profiles` (#15955)Shay2023-07-231-0/+1
* Build packages for Debian Trixie (#15961)Shay2023-07-231-0/+1
* Speed up updating state in large rooms (#15971)Erik Johnston2023-07-201-0/+1
* Fixed grafana deploy annotations in the dashboard config, so it shows for tho...Will Lewis2023-07-201-0/+1
* Don't log exceptions for every non-200 response (#15969)Erik Johnston2023-07-201-0/+1
* Reduce the amount of state we pull out (#15968)Erik Johnston2023-07-201-0/+1
* Ensure a long state res does not starve CPU (#15960)Erik Johnston2023-07-191-0/+1
* Fix bad merge of #15933 (#15958)Erik Johnston2023-07-191-0/+1
* Fix race in triggers for read/write locks. (#15933)Erik Johnston2023-07-191-0/+1
* Fix background schema updates failing over a large upgrade gap (#15887)Shay2023-07-181-0/+1
* Support room version 11 (#15912)Patrick Cloke2023-07-181-0/+1
* Add a locality to a few presence metrics (#15952)Jason Little2023-07-181-0/+1
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-0/+1
* Pin the rust version in `flake.nix`, and bump to 1.70.0 to fix installing `ru...Andrew Morgan2023-07-171-0/+1
* Document that you cannot login as yourself on /_synapse/admin/v1/users/<user_...Will Hunt2023-07-141-0/+1
* Stop accepting 'user' parameter for application service registration. (#15928)Patrick Cloke2023-07-131-0/+1
* Remove unneeded __init__. (#15926)Patrick Cloke2023-07-121-0/+1
* Fix running with an empty experimental features section. (#15925)Patrick Cloke2023-07-121-0/+1
* Fix push for invites received over federation (#15820)Erik Johnston2023-07-121-0/+1
* Mark get_user_in_directory private since only used in tests (#15884)Mathieu Velten2023-07-121-0/+1
* Make it more obvious which Python version runs on a given Linux distribution ...Eric Eastwood2023-07-111-0/+1
* Better clarify how to run a worker instance (pass both configs) (#15921)Eric Eastwood2023-07-111-0/+1
* Better warning in logs when we fail to fetch an alias (#15922)Eric Eastwood2023-07-111-0/+1
* Bump Unix sockets intro version (#15924)Eric Eastwood2023-07-111-0/+1
* Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-111-0/+1
* Add + as an allowed character for Matrix IDs (MSC4009) (#15911)Patrick Cloke2023-07-111-0/+1
* 1.88.0rc1David Robertson2023-07-1122-24/+0
* Add `Server` to Access-Control-Expose-Headers header (#15908)Michael Telatynski2023-07-111-0/+1
* Make the media `/upload` tracing less ambiguous (#15888)Eric Eastwood2023-07-101-0/+1
* Drop debian buster (#15893)Shay2023-07-101-0/+1
* Revert "Federation outbound proxy" (#15910)Eric Eastwood2023-07-101-1/+0
* Revert "Placeholder changelog"Eric Eastwood2023-07-101-1/+0
* Fix downgrading to previous version of Synapse (#15907)Erik Johnston2023-07-101-0/+1
* Fix building rust with nightly (#15906)Erik Johnston2023-07-101-0/+1
* Placeholder changelogEric Eastwood2023-07-101-0/+1
* Stop running sytest on buster/python3.7 (#15892)Shay2023-07-071-0/+1
* Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15...Shay2023-07-071-0/+1
* Remove `worker_replication_*` settings from worker doc (#15872)Dirk Klimpel2023-07-071-0/+1
* Remove `worker_replication_*` deprecated settings, with helpful errors on sta...Jason Little2023-07-071-0/+1
* Update link to the clients webpage, fix #15825 (#15874)sarthak shah2023-07-061-0/+1
* Federation outbound proxy (#15773)Eric Eastwood2023-07-051-0/+1
* Remove support for Python 3.7 (#15851)Eric Eastwood2023-07-051-0/+1
* Add basic read/write lock (#15782)Erik Johnston2023-07-051-0/+1
* Add tracing to media `/upload` endpoint (#15850)Eric Eastwood2023-07-051-0/+1
* docs/admin_api: fix header level on 'Users' page (#15852)Sumner Evans2023-07-051-0/+1
* Fix could not serialize access due to concurrent `DELETE` from presence_strea...Jason Little2023-07-051-0/+1
* Add foreign key constraint to `event_forward_extremities`. (#15751)Erik Johnston2023-07-051-0/+1
* use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876)an0nfunc2023-07-051-0/+1
* Add not_user_type param to the list accounts admin API (#15844)Michael Weimann2023-07-041-0/+1
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-07-041-1/+0
|\
| * 1.87.0Olivier Wilkinson (reivilibre)2023-07-042-4/+0
| * Pin `pydantic` to <2.0.0 (#15862)Paarth Shah2023-07-041-0/+3
* | Pin `pydantic` to <2.0.0 (#15862)Paarth Shah2023-07-041-0/+3
* | devices: use combined ANY clause for faster cleanup (#15861)pacien2023-07-031-0/+1
* | Fix the `devenv up` configuration which was ignoring the config overrides. (#...reivilibre2023-07-031-0/+1
* | Add a timeout that aborts any Postgres statement taking more than 1 hour. (#1...reivilibre2023-07-031-0/+1
|/
* Split out 2022 changes from the changelog (#15846)Eric Eastwood2023-06-281-0/+1
* Prepare changelog for v1.87.0rc1Eric Eastwood2023-06-2721-21/+0
* Fix sqlite `user_filters` upgrade (#15817)Shay2023-06-271-0/+1
* Add login spam checker API (#15838)Erik Johnston2023-06-261-0/+1
* Fix forgotten rooms missing in initial sync (#15815)Nicolas Werner2023-06-211-0/+1
* Fix harmless exception in port DB script (#15814)Erik Johnston2023-06-211-0/+1
* Fix typo in faster join docs (#15812)Erik Johnston2023-06-211-0/+1
* Allow for the configuration of max request retries and min/max retry delays i...Mathieu Velten2023-06-211-0/+1
* Fix Sytest environmental variable evaluation in CI (#15804)Shay2023-06-201-0/+1
* Fix admin api documentation typo (#15805)ew-at-vier2023-06-201-0/+1
* Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse...Eric Eastwood2023-06-201-0/+1
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-161-0/+1
* Don't always lock "user_ips" table when performing non-native upsert (#15788)Andrew Morgan2023-06-161-0/+1
* push rules: fix internal conversion from _type to value (#15781)Mathieu Velten2023-06-161-0/+1
* Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743)Mathieu Velten2023-06-161-0/+1
* Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680)Josh Qou2023-06-151-0/+1
* Fix joining rooms through aliases where the alias server isn't a real homeser...Tulir Asokan2023-06-141-0/+1
* Merge branch 'release-v1.86' into developMathieu Velten2023-06-1430-30/+0
|\
| * 1.86.0rc2 v1.86.0rc2Mathieu Velten2023-06-141-1/+0
| * Fix empty scope when having version mismatch between workers (#15774)Mathieu Velten2023-06-141-0/+1
| * 1.86.0rc1Mathieu Velten2023-06-1330-30/+0
* | Prefill events after invalidate not before when persisting events (#15758)Jason Little2023-06-141-0/+1
* | Document `looping_call()` functionality that will wait for the given function...Eric Eastwood2023-06-131-0/+1
* | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_...Shay2023-06-131-0/+1
* | Fix MSC3983 support: only one OTK per device was returned through federation ...Mathieu Velten2023-06-131-0/+1
* | Avoid backfill when we already have messages to return (#15737)Eric Eastwood2023-06-131-0/+1
* | Fix MSC3983 support: Use the unstable /keys/claim federation endpoint if mult...Patrick Cloke2023-06-131-0/+1
|/
* Bump minimum supported Rust version (#15768)Erik Johnston2023-06-121-0/+1
* Backfill in the background if we're doing it "just because" (#15710)Eric Eastwood2023-06-091-0/+1
* Speed up typechecking CI (#15752)Erik Johnston2023-06-091-0/+1
* Allow for the configuration of max request retries and min/max retry delays i...Shay2023-06-091-0/+1
* Clear event caches when we purge history (#15609)Erik Johnston2023-06-081-0/+1
* Quick & dirty metric for background update status (#15740)David Robertson2023-06-071-0/+1
* Remove superfluous `room_memberships` join from background update (#15733)Eric Eastwood2023-06-071-0/+1
* Remove redundant `room_memberships` join to find participating servers in a r...Eric Eastwood2023-06-071-0/+1
* Check required power levels earlier in createRoom handler. (#15695)Grant McLean2023-06-071-0/+1
* No need for the extra join since `membership` is built-in to `current_state_e...Eric Eastwood2023-06-061-0/+1
* Trace functions which return `Awaitable` (#15650)Eric Eastwood2023-06-061-0/+1
* Update error to more plainly explain we can only authorize our own events (#1...Eric Eastwood2023-06-061-0/+1
* Add context for when/why to use the `long_retries` option when sending Federa...Eric Eastwood2023-06-061-0/+1
* Improve performance of user directory search (#15729)Shay2023-06-061-0/+1
* Prevent "twisted trunk" and "latest deps" workflows from running on forks (#1...Andrew Morgan2023-06-061-0/+1
* Remove some unused `server_name` fields (#15723)Sean Quah2023-06-061-0/+1
* Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-0/+1
* Some house keeping on `maybe_backfill()` functions (#15709)Eric Eastwood2023-06-051-0/+1
* `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-021-0/+1
* Add a catch-all * to the supported relation types when redacting (#15705)Mathieu Velten2023-06-021-0/+1
* Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-0/+1
* Cache requests for user's devices from federation (#15675)Erik Johnston2023-06-011-0/+1
* Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-011-0/+1
* Add Synapse version deploy annotations to Grafana dashboard (#15674)Eric Eastwood2023-05-311-0/+1
* Add stubs package for lxml. (#15697)Patrick Cloke2023-05-311-0/+1
* Docker fully qualified image names (#15689)Jason Little2023-05-311-0/+1
* Add get_canonical_room_alias to module API (#15450)Gabriel FĂ©ron2023-05-311-0/+1
* Add stricter mypy options (#15694)Patrick Cloke2023-05-311-0/+1
* Merge branch 'release-v1.85' into developDavid Robertson2023-05-3050-50/+0
|\
| * 1.85.0rc1David Robertson2023-05-3050-50/+0
* | Newsfile.Quentin Gliech2023-05-301-0/+1
* | Remove unused `FederationServer.__str__` override (#15690)Sean Quah2023-05-301-0/+1
|/
* Create dependabot changelogs at release time (#15481)David Robertson2023-05-301-0/+1
* Bump types-bleach from 6.0.0.1 to 6.0.0.3 (#15686)dependabot[bot]2023-05-301-0/+1
* Bump types-requests from 2.30.0.0 to 2.31.0.0 (#15684)dependabot[bot]2023-05-301-0/+1
* Bump log from 0.4.17 to 0.4.18 (#15681)dependabot[bot]2023-05-291-0/+1
* Bump pydantic from 1.10.7 to 1.10.8 (#15685)dependabot[bot]2023-05-291-0/+1
* Bump prometheus-client from 0.16.0 to 0.17.0 (#15682)dependabot[bot]2023-05-291-0/+1
* Bump types-pyyaml from 6.0.12.9 to 6.0.12.10 (#15683)dependabot[bot]2023-05-291-0/+1
* Add Unix socket support for Redis connections (#15644)Jason Little2023-05-261-0/+1
* Add `MSC3820opt2` as a known room version (#15678)Travis Ralston2023-05-261-0/+1
* Documentation improvements to contributing guide (#15667) (#15668)Grant McLean2023-05-261-0/+1
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-05-261-0/+1
* Add MSC3820 (room version 11) option 2 unstable room version. (#15666)Travis Ralston2023-05-261-0/+1
* Process previously failed backfill events in the background (#15585)Eric Eastwood2023-05-241-0/+1
* Add requesting user id parameter to key claim methods in `TransportLayerClien...Shay2023-05-241-0/+1
* Add type hints to test_descriptors. (#15659)Patrick Cloke2023-05-241-0/+1
* Speed up user directory rebuild for users some more... (#15665)Erik Johnston2023-05-241-0/+1
* Improve type hints for cached decorator. (#15658)Patrick Cloke2023-05-241-0/+1
* Fix `@trace` not wrapping some state methods that return coroutines correctly...Eric Eastwood2023-05-231-0/+1
* Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-231-0/+1
* Use a custom scheme & the worker name for replication requests. (#15578)Jason Little2023-05-231-0/+1
* Bump requests from 2.28.2 to 2.31.0 (#15651)dependabot[bot]2023-05-231-0/+1
* Remove duplicate timestamp from test logs (`_trial_temp/test.log`) (#15636)Eric Eastwood2023-05-221-0/+1
* Remove outdated comment in log config (#15648)Andrew Morgan2023-05-221-0/+1
* Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-221-0/+1
* Bump pygithub from 1.58.1 to 1.58.2 (#15643)dependabot[bot]2023-05-221-0/+1
* Limit the size of the `HomeServerConfig` cache in trial test runs (#15646)Sean Quah2023-05-221-0/+1
* Bump furo from 2023.3.27 to 2023.5.20 (#15642)dependabot[bot]2023-05-221-0/+1
* Bump sphinx from 6.1.3 to 6.2.1 (#15641)dependabot[bot]2023-05-221-0/+1
* Bump types-pillow from 9.5.0.2 to 9.5.0.4 (#15640)dependabot[bot]2023-05-221-0/+1
* Bump types-setuptools from 67.7.0.2 to 67.8.0.0 (#15639)dependabot[bot]2023-05-221-0/+1
* Instrument `state` and `state_group` storage related things (tracing) (#15610)Eric Eastwood2023-05-191-0/+1
* Trace how many new events from the backfill response we need to process (#15633)Eric Eastwood2023-05-191-0/+1
* Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-0/+1
* Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-192-1/+2
* Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-191-0/+1
* Remove experimental configuration flags & unstable values for faster joins (#...Patrick Cloke2023-05-191-0/+1
* Fix `HomeServer`s leaking during `trial` test runs (#15630)Sean Quah2023-05-191-0/+1
* Handle missing previous read marker event. (#15464)Nick Mills-Barrett2023-05-181-0/+1
* Update Mutual Rooms (MSC2666) implementation (#15621)Jonathan de Jong2023-05-181-0/+1
* Fix olddeps build (#15626)Patrick Cloke2023-05-181-0/+1
* flake.nix: start synapse automatically, add space usage warning (#15613)axel simon2023-05-181-0/+1
* Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-181-0/+1
* Fix error message when `app_service_config_files` validation fails (#15614)Sean Quah2023-05-181-0/+1
* Add a new admin API to create a new device for a user. (#15611)Quentin Gliech2023-05-171-0/+1
* Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601)Patrick Cloke2023-05-161-0/+1
* Update code to refer to "workers". (#15606)Patrick Cloke2023-05-161-0/+1
* Run mypy type checking with the minimum supported Python version (#15602)Eric Eastwood2023-05-161-0/+1
* Add not null constraint to column `full_user_id` of tables `profiles` and `us...Shay2023-05-161-0/+1
* `traceback.format_exception(...)` usage that is compatible with Python 3.7 an...Eric Eastwood2023-05-161-0/+1
* Fix subscriptable type usage in Python <3.9 (#15604)Eric Eastwood2023-05-161-0/+1
* 1.84.0rc1Olivier Wilkinson (reivilibre)2023-05-1653-53/+0
* Export `run_as_background_process` from the module API (#15577)Shay2023-05-151-0/+1
* Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1...Patrick Cloke2023-05-151-0/+1
* Reject instead of erroring on invalid membership events. (#15564)Patrick Cloke2023-05-151-0/+1
* Implement MSC3389 to protect relations from redaction. (#15565)Patrick Cloke2023-05-151-0/+1
* Revert "Bump pillow from 9.4.0 to 9.5.0 (#15593)"Mathieu Velten2023-05-151-1/+0
* Allow poetry-core 1.6.0 (#15588)icp2023-05-151-0/+1
* Update Mastodon SSO instructions (#15587)villepeh2023-05-151-0/+1
* Add an unstable feature flag for MSC3981 to the /versions endpoint (#15558)Michael Weimann2023-05-151-0/+1
* Bump phonenumbers from 8.13.7 to 8.13.11 (#15590)dependabot[bot]2023-05-151-0/+1
* Bump types-psycopg2 from 2.9.21.9 to 2.9.21.10 (#15591)dependabot[bot]2023-05-151-0/+1
* Bump types-commonmark from 0.9.2.2 to 0.9.2.3 (#15592)dependabot[bot]2023-05-151-0/+1
* Bump types-setuptools from 67.7.0.1 to 67.7.0.2 (#15594)dependabot[bot]2023-05-151-0/+1
* Bump pillow from 9.4.0 to 9.5.0 (#15593)dependabot[bot]2023-05-151-0/+1
* Bump serde from 1.0.162 to 1.0.163 (#15589)dependabot[bot]2023-05-151-0/+1
* Declare support for Matrix 1.6 (#15559)Patrick Cloke2023-05-121-0/+1
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Erik Johnston2023-05-121-1/+0
* Relax poetry-core lower bound to 1.1.0 (#15571)David Robertson2023-05-122-1/+2
* Add pkg-config package to Stage 0 (#15567)helix-loop2023-05-121-0/+1
* Deal with more GHA deprecations (#15576)David Robertson2023-05-111-0/+1
* Print full startup/initialization error (#15569)Eric Eastwood2023-05-111-0/+1
* Allow `pip install` to use setuptools_rust 1.6.0 (#15570)David Robertson2023-05-111-0/+1
* Add redis SSL configuration options (#15312)Roel ter Maat2023-05-111-0/+1
* Require at least poetry-core v1.2.0 (#15566)V024602023-05-111-0/+1
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-111-0/+1
* Add an unstable feature flag for MSC3391 to the /versions endpoint (#15562)Andrew Morgan2023-05-111-0/+1
* Fix documented path to largest rooms statistics endpoint. (#15560)Reto Schneider2023-05-101-0/+1
* Stabilize MSC2659 support for AS ping endpoint. (#15528)Tulir Asokan2023-05-091-0/+1