Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/routes/changelog/(entries)/2026-08-03.markdoc
Original file line number Diff line number Diff line change
@@ -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.
Loading