summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-25 15:59:45 +0100
committerGitHub <noreply@github.com>2019-07-25 15:59:45 +0100
commit618bd1ee76a83bd29beb208e9b7097ffcd787099 (patch)
treee286bcd55c8a62286ea0ef08ade11cab20fbec81 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-618bd1ee76a83bd29beb208e9b7097ffcd787099.tar.xz
Fix some error cases in the caching layer. (#5749)
There was some inconsistent behaviour in the caching layer around how
exceptions were handled - particularly synchronously-thrown ones.

This seems to be most easily handled by pushing the creation of
ObservableDeferreds down from CacheDescriptor to the Cache.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5749.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5749.misc b/changelog.d/5749.misc
new file mode 100644
index 0000000000..48dd61f461
--- /dev/null
+++ b/changelog.d/5749.misc
@@ -0,0 +1 @@
+Fix some error cases in the caching layer.