Skip to content

v2.0.27

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:35
· 204 commits to main since this release
848d0fd

2.0.27 (2026-08-01)

Bug Fixes

  • crawler: report crawl progress incrementally (265f70b)

    The crawl generator only yielded results once 20 pages had accumulated,
    so indexing reported "0 pages found" until the first full batch completed.
    On slow sites this looked frozen for minutes.

    • Drain the result queue on every poll tick instead of gating on batch size
    • Remove the now-unused hasEnoughResults/BATCH_SIZE from QueueManager