diff options
author | Oliver Kurz <okurz@suse.de> | 2020-07-06 11:21:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 10:21:41 +0100 |
commit | 4e118742ca310ce101bc794196e3270388e0e4e7 (patch) | |
tree | 5c6ba14fc95a606e8638fa949fc90783999aa753 /changelog.d | |
parent | isort 5 compatibility (#7786) (diff) | |
download | synapse-4e118742ca310ce101bc794196e3270388e0e4e7.tar.xz |
Allow to use higher versions of prometheus_client (#7780)
Fixes https://github.com/matrix-org/synapse/issues/7641 The package was pinned to <0.8.0 without an obvious reasoning with 7ad1d7635 in https://github.com/matrix-org/synapse/pull/5636 while the version selection looks to just try to exclude an arbitrary next minor version number that might introduce API breaking changes. Selecting the next minor number might be a good conservative selection. Downstream distributions already reported success patching out the version requirements. This also fixes the integration of upgraded packages into openSUSE packages, e.g. for openSUSE Tumbleweed which already ships prometheus_client >= 0.8 . Signed-off-by: Oliver Kurz <okurz@suse.de> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7780.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7780.misc b/changelog.d/7780.misc new file mode 100644 index 0000000000..a627bea458 --- /dev/null +++ b/changelog.d/7780.misc @@ -0,0 +1 @@ +Allow to use higher versions of prometheus_client <0.9.0 which are expected to introduce no breaking changes. Contributed by Oliver Kurz. |