summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2020-03-18 00:59:16 +1100
committerStephen Finucane <stephen@that.guru>2020-03-19 11:52:25 +0000
commit271d91341e0e9ebea13fcfc46fb2f68106753c66 (patch)
treee51f736820d06a35c87059f4181523cbe3afccc8 /releasenotes
parent046aa155c3bf827691bab9e1df8916c969a30d54 (diff)
downloadpatchwork-271d91341e0e9ebea13fcfc46fb2f68106753c66.tar
patchwork-271d91341e0e9ebea13fcfc46fb2f68106753c66.tar.gz
REST: Add release note for faster queries
Didn't quite seem like it fit anywhere else in the series. I want the release note mostly because I hope to backport this to stable. Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/faster-api-db-queries-a1b5face736fe5b8.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/faster-api-db-queries-a1b5face736fe5b8.yaml b/releasenotes/notes/faster-api-db-queries-a1b5face736fe5b8.yaml
new file mode 100644
index 0000000..6c4f611
--- /dev/null
+++ b/releasenotes/notes/faster-api-db-queries-a1b5face736fe5b8.yaml
@@ -0,0 +1,4 @@
+fixes:
+ - |
+ Queries to the REST API with filters are now significantly faster: slow
+ database queries were reworked.