v0.0.54
7 July 2026
Batched registry lookups when hydrating page collections, cutting N+1 queries.
Changed
Registry::primeUpdatedAt(): batch-loadsupdatedtimestamps for a set of paths in one query, priming the per-request cache.RecordCollectioncalls this before hydration infilter(),sort(), andgetIterator(), instead of querying once per record.