Codebase list matrix-synapse / 114515f
Updated version 0.27.4 from 'upstream/0.27.4' with Debian dir 5cf089b04d0cfb00e0591f765af102b37107f4fd Erik Johnston 6 years ago
4 changed file(s) with 12 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 Changes in synapse v0.27.4 (2018-04-13)
1 ======================================
2
3 Changes:
4
5 * Update canonicaljson dependency (#3095)
6
7
08 Changes in synapse v0.27.3 (2018-04-11)
19 ======================================
210
156156
157157 In case of problems, please see the _`Troubleshooting` section below.
158158
159 Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a Dockerfile to automate the
160 above in Docker at https://hub.docker.com/r/avhost/docker-matrix/tags/
159 Alternatively, Silvio Fricke has contributed a Dockerfile to automate the
160 above in Docker at https://registry.hub.docker.com/u/silviof/docker-matrix/.
161161
162162 Also, Martin Giess has created an auto-deployment process with vagrant/ansible,
163163 tested with VirtualBox/AWS/DigitalOcean - see https://github.com/EMnify/matrix-synapse-auto-deploy
1515 """ This is a reference implementation of a Matrix home server.
1616 """
1717
18 __version__ = "0.27.3"
18 __version__ = "0.27.4"
2121 "jsonschema>=2.5.1": ["jsonschema>=2.5.1"],
2222 "frozendict>=0.4": ["frozendict"],
2323 "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"],
24 "canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"],
24 "canonicaljson>=1.1.3": ["canonicaljson>=1.1.3"],
2525 "signedjson>=1.0.0": ["signedjson>=1.0.0"],
2626 "pynacl>=1.2.1": ["nacl>=1.2.1", "nacl.bindings"],
2727 "service_identity>=1.0.0": ["service_identity>=1.0.0"],