summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-05-09 11:34:39 +0100
committerGitHub <noreply@github.com>2022-05-09 11:34:39 +0100
commit41a882e62d6d17f7296e4c77f5bde9692aa8aa8b (patch)
treecfed2ed970bf8f85bfef792def806144263d1288 /changelog.d
parentUse `ParamSpec` in a few places (#12667) (diff)
downloadsynapse-41a882e62d6d17f7296e4c77f5bde9692aa8aa8b.tar.xz
Update changelog for #12587 to be more accurate (#12663)
#12587 has fallen on the wrong side of the release cutoff to the rest of
the related PRs.

Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12587.misc2
-rw-r--r--changelog.d/12663.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12587.misc b/changelog.d/12587.misc
index d26e332305..3b466f1ddf 100644
--- a/changelog.d/12587.misc
+++ b/changelog.d/12587.misc
@@ -1 +1 @@
-Add `@cancellable` decorator, for use on endpoint methods that can be cancelled when clients disconnect.
+Log status code of cancelled requests as 499 and avoid logging stack traces for them.
diff --git a/changelog.d/12663.misc b/changelog.d/12663.misc
new file mode 100644
index 0000000000..3b466f1ddf
--- /dev/null
+++ b/changelog.d/12663.misc
@@ -0,0 +1 @@
+Log status code of cancelled requests as 499 and avoid logging stack traces for them.