Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d7fc87d

Browse files
Bump Unix sockets intro version (#15924)
#15708 didn't quite make the cut for `1.88.0` this morning.
1 parent 224ef0b commit d7fc87d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15924.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Unix Socket support for HTTP Replication Listeners. Document and provide usage instructions for utilizing Unix sockets in Synapse. Contributed by Jason Little.

docs/usage/configuration/config_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ See the docs [request log format](../administration/request_log.md).
462462
* `additional_resources`: Only valid for an 'http' listener. A map of
463463
additional endpoints which should be loaded via dynamic modules.
464464

465-
Unix socket support (_Added in Synapse 1.88.0_):
465+
Unix socket support (_Added in Synapse 1.89.0_):
466466
* `path`: A path and filename for a Unix socket. Make sure it is located in a
467467
directory with read and write permissions, and that it already exists (the directory
468468
will not be created). Defaults to `None`.

0 commit comments

Comments
 (0)