0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-28 23:48:19 +02:00
synapse/changelog.d
Oliver Kurz 4e118742ca
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>
2020-07-06 10:21:41 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
7021.bugfix Fix inconsistent handling of upper and lower cases of email addresses. (#7021) 2020-07-03 14:03:13 +01:00
7732.bugfix Merge different Resource implementation classes (#7732) 2020-07-03 19:02:19 +01:00
7760.bugfix Fix incorrect error message when database CTYPE was set incorrectly. (#7760) 2020-07-01 13:56:16 +01:00
7765.misc Hack to add push priority to push notifications (#7765) 2020-07-01 17:02:31 +01:00
7768.misc Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
7769.misc Add early returns to _check_for_soft_fail (#7769) 2020-07-01 16:41:19 +01:00
7770.misc Type checking for FederationHandler (#7770) 2020-07-01 16:21:02 +01:00
7779.bugfix Allow YAML config file to contain None (#7779) 2020-07-03 13:19:03 +01:00
7780.misc Allow to use higher versions of prometheus_client (#7780) 2020-07-06 10:21:41 +01:00
7786.misc isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00