summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJordan Bancino <jordan@bancino.net>2020-12-04 08:01:06 -0500
committerGitHub <noreply@github.com>2020-12-04 13:01:06 +0000
commit295c209cdd9364a5f277470da66d06a3d4133ad7 (patch)
tree10ec311917926c9ffa3c099089473e357340a602 /changelog.d
parentMinor changes to the CHANGES doc. (diff)
downloadsynapse-295c209cdd9364a5f277470da66d06a3d4133ad7.tar.xz
Remove version pin prometheus_client dependency (#8875)
This removes the version pin of the `prometheus_client` dependency, in direct response to #8831. If merged, this will close #8831 

As far as I can tell, no other changes are needed, but as I'm no synapse expert, I'm relying heavily on CI and maintainer reviews for this. My very primitive test of synapse with prometheus_client v0.9.0 on my home server didn't bring up any issues, so we'll see what happens.

Signed-off-by: Jordan Bancino
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8875.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8875.misc b/changelog.d/8875.misc
new file mode 100644
index 0000000000..5a56a62968
--- /dev/null
+++ b/changelog.d/8875.misc
@@ -0,0 +1 @@
+Add support for the latest third-party libraries. Contributed by Jordan Bancino.