From: Daniel Axtens Date: Tue, 17 Mar 2020 13:59:16 +0000 (+1100) Subject: REST: Add release note for faster queries X-Git-Tag: v2.1.6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddea66d243df4d6137a70d321fcf08fcd45e25c;p=thirdparty%2Fpatchwork.git 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 Reviewed-by: Stephen Finucane (cherry picked from commit 271d91341e0e9ebea13fcfc46fb2f68106753c66) Signed-off-by: Daniel Axtens --- 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 00000000..6c4f6114 --- /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.