summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 11:24:03 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 11:24:03 +0000
commit4c7d889be7ef5c1d123a926fd9481574bd4a6b4d (patch)
treeb1871cc359d90b9049c4cc34d34f91e107214a75 /changelog.d
parentMerge commit '3ee17585c' into dinsic (diff)
parentReplace DeferredCache with LruCache where possible (#8563) (diff)
downloadsynapse-4c7d889be7ef5c1d123a926fd9481574bd4a6b4d.tar.xz
Merge commit '97647b33c' into dinsic
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8544.feature1
-rw-r--r--changelog.d/8562.misc1
-rw-r--r--changelog.d/8563.misc1
-rw-r--r--changelog.d/8566.misc1
-rw-r--r--changelog.d/8571.misc1
-rw-r--r--changelog.d/8577.misc1
6 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/8544.feature b/changelog.d/8544.feature
new file mode 100644

index 0000000000..542993110b --- /dev/null +++ b/changelog.d/8544.feature
@@ -0,0 +1 @@ +Allow running background tasks in a separate worker process. diff --git a/changelog.d/8562.misc b/changelog.d/8562.misc new file mode 100644
index 0000000000..ebdbddb500 --- /dev/null +++ b/changelog.d/8562.misc
@@ -0,0 +1 @@ +Add type annotations for `LruCache`. diff --git a/changelog.d/8563.misc b/changelog.d/8563.misc new file mode 100644
index 0000000000..eeba8e5fee --- /dev/null +++ b/changelog.d/8563.misc
@@ -0,0 +1 @@ +Replace `DeferredCache` with the lighter-weight `LruCache` where possible. diff --git a/changelog.d/8566.misc b/changelog.d/8566.misc new file mode 100644
index 0000000000..453cf48ffa --- /dev/null +++ b/changelog.d/8566.misc
@@ -0,0 +1 @@ +Add virtualenv-generated folders to `.gitignore`. \ No newline at end of file diff --git a/changelog.d/8571.misc b/changelog.d/8571.misc new file mode 100644
index 0000000000..f6a65057e0 --- /dev/null +++ b/changelog.d/8571.misc
@@ -0,0 +1 @@ +Fix `synmark` benchmark runner. diff --git a/changelog.d/8577.misc b/changelog.d/8577.misc new file mode 100644
index 0000000000..75fe563a02 --- /dev/null +++ b/changelog.d/8577.misc
@@ -0,0 +1 @@ +Adjust a protocol-type definition to fit `sqlite3` assertions. \ No newline at end of file