v0.0.54

7 July 2026

Batched registry lookups when hydrating page collections, cutting N+1 queries.

Changed

  • Registry::primeUpdatedAt(): batch-loads updated timestamps for a set of paths in one query, priming the per-request cache. RecordCollection calls this before hydration in filter(), sort(), and getIterator(), instead of querying once per record.