Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 07:59
· 161 commits to main since this release
d53eec2

2.1.0 (2026-08-08)

Features

  • indexing: report pages a partial crawl could not fetch (7eaefeb)

    A crawl is allowed to lose a few pages and still be indexed, but the only
    record of that was a warning on stderr. Clients saw a clean success and had
    no way to tell a complete index from one that is quietly missing pages.

    • Track the failed page count on the crawler and forward it through
      DocsCrawler to the indexing workflow
    • Add pagesFailed to IndexingStatus, so get_indexing_status reports it
    • Say so in the completion description instead of reporting a plain
      success, and include the count in progress notifications