This commit is contained in:
Erik Johnston 2021-01-13 10:19:12 +00:00
parent 6d91e6ca5f
commit 3dd6ba135e
4 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,12 @@
Synapse 1.25.0 (2021-01-13)
===========================
Bugfixes
--------
- Fix HTTP proxy support when using a proxy that is on a blacklisted IP. Introduced in v1.25.0rc1. Contributed by @Bubu. ([\#9084](https://github.com/matrix-org/synapse/issues/9084))
Synapse 1.25.0 (2021-01-13)
==============================

View file

@ -1 +0,0 @@
Don't blacklist connections to the configured proxy. Contributed by @Bubu.

8
debian/changelog vendored
View file

@ -1,9 +1,13 @@
matrix-synapse-py3 (1.24.0+nmu1) UNRELEASED; urgency=medium
matrix-synapse-py3 (1.25.0) stable; urgency=medium
[ Dan Callahan ]
* Update dependencies to account for the removal of the transitional
dh-systemd package from Debian Bullseye.
-- Dan Callahan <danc@element.io> Tue, 12 Jan 2021 12:08:33 +0000
[ Synapse Packaging team ]
* New synapse release 1.25.0.
-- Synapse Packaging team <packages@matrix.org> Wed, 13 Jan 2021 10:14:55 +0000
matrix-synapse-py3 (1.24.0) stable; urgency=medium

View file

@ -48,7 +48,7 @@ try:
except ImportError:
pass
__version__ = "1.25.0rc1"
__version__ = "1.25.0"
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
# We import here so that we don't have to install a bunch of deps when