Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-24 | Add filters to task retrieval + clean less often | Mathieu Velten | 2 | -39/+83 | |
2023-07-11 | Bump Unix sockets intro version (#15924) | Eric Eastwood | 2 | -1/+2 | |
https://github.com/matrix-org/synapse/pull/15708 didn't quite make the cut for `1.88.0` this morning. | |||||
2023-07-11 | Unix Sockets for HTTP Replication (#15708) | Jason Little | 16 | -52/+260 | |
Unix socket support for `federation` and `client` Listeners has existed now for a little while(since [1.81.0](https://github.com/matrix-org/synapse/pull/15353)), but there was one last hold out before it could be complete: HTTP Replication communication. This should finish it up. The Listeners would have always worked, but would have had no way to be talked to/at. --------- Co-authored-by: Eric Eastwood <madlittlemods@gmail.com> Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by: Eric Eastwood <erice@element.io> | |||||
2023-07-11 | Add + as an allowed character for Matrix IDs (MSC4009) (#15911) | Patrick Cloke | 7 | -39/+17 | |
2023-07-11 | Implements a task scheduler for resumable potentially long running tasks | Mathieu Velten | 9 | -0/+624 | |
2023-07-11 | Don't build wheels for Python 3.7 (#15917) v1.88.0rc1 | David Robertson | 2 | -2/+10 | |
* Don't build wheels for CPython or PyPy 3.7 * Update pyproject.toml comments * Manually update the changelog | |||||
2023-07-11 | Call out upgrade notes in README | David Robertson | 1 | -2/+6 | |
2023-07-11 | 1.88.0rc1 | David Robertson | 25 | -25/+56 | |
2023-07-11 | Add `Server` to Access-Control-Expose-Headers header (#15908) | Michael Telatynski | 3 | -2/+3 | |
2023-07-10 |