summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-13 08:54:01 -0400
committerGitHub <noreply@github.com>2021-09-13 08:54:01 -0400
commit003846d68a7ef5f2afbf33ab59086d9fdfc1047f (patch)
tree1ff46450b9ab202f4f76ffba88f5808824322a6c /changelog.d
parentAdd types to synapse.util. (#10601) (diff)
downloadsynapse-003846d68a7ef5f2afbf33ab59086d9fdfc1047f.tar.xz
Use the BaseReporter super-class for _WrappedRustReporter. (#10799)
This fixes mypy errors with jaeger-client >= 4.7.0 and should be a no-op
for versions before that.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10799.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10799.misc b/changelog.d/10799.misc
new file mode 100644
index 0000000000..91f7ede096
--- /dev/null
+++ b/changelog.d/10799.misc
@@ -0,0 +1 @@
+Add a max version for the `jaeger-client` dependency for an incompatibility with the rust reporter.