• v10.4.9 eec90bdd69

    fleet-bot released this 2026-09-02 17:20:58 +02:00 | 84 commits to main since this release

    find({ connected, where }) is graph-first: the neighbour set is the candidate universe, the filter runs over those ids only (new optional MetadataIndexProvider.filterIdsWithin door), ordering covers the whole set and paging comes last — correct at every page, O(neighbours) not O(store). related() with verb/source/target arrays returns every requested kind (four fast paths collapsed arrays to their first element). Deferred-embedding recovery resumes from an advisory low-water mark instead of rescanning the generation log from generation 1 at every open. Pins: tests/integration/find-connected-order, related-verb-array, pending-embed-low-water.

    Downloads