From 2196050e0d93baf7b102986226efe8579e3bd0ff Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 3 Aug 2026 06:54:59 +0530 Subject: [PATCH] chore: add changelog for relationship grid fallback --- src/routes/changelog/(entries)/2026-08-03.markdoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/routes/changelog/(entries)/2026-08-03.markdoc diff --git a/src/routes/changelog/(entries)/2026-08-03.markdoc b/src/routes/changelog/(entries)/2026-08-03.markdoc new file mode 100644 index 0000000000..8b18008591 --- /dev/null +++ b/src/routes/changelog/(entries)/2026-08-03.markdoc @@ -0,0 +1,9 @@ +--- +layout: changelog +title: Large relationship-heavy database grids now load reliably +date: 2026-08-03 +--- + +The Console now loads table and collection grids with wide relationships instead of failing the entire grid with a `400 Invalid query` error when relationship resolution exceeds the query value limit. + +When a relationship is too large to resolve in the initial request, the Console retries the grid request and fetches the relationship data in smaller chunks. If an individual chunk cannot be resolved, the grid remains available instead of crashing, so you can continue viewing and paging through large relationship-heavy datasets.