From e18e27462bd5b81c5dfe7c672df63dd4971cd202 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 28 Feb 2021 20:38:58 +1100 Subject: [PATCH] Update 0.1.7.md --- docs/releases/0.1.7.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.1.7.md b/docs/releases/0.1.7.md index c82809f..b0d16f5 100644 --- a/docs/releases/0.1.7.md +++ b/docs/releases/0.1.7.md @@ -33,6 +33,10 @@ Label printing functionality has been simplified and brought into line with the [#1363](https://github.com/inventree/InvenTree/pull/1363) enforces user role permissions onto the REST API endpoints. Authenticated users can now only perform REST actions which align with their allocated role(s). Refer to the [API documentation](../../extend/api/#authorization) for further information. +### Query Pagination + +[#1373](https://github.com/inventree/InvenTree/pull/1373) *finally* introduces server-side pagination of large querysets, resulting in a significantly improved user experience. For larger data sets, retrieval time has been reduced from multiple seconds to ~100ms. + ## Major Bug Fixes | PR | Description | | --- | --- |