Skip to content

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 09:42
· 152 commits to main since this release
b9c5fc5

2.1.2 (2026-08-08)

Bug Fixes

  • server: stop reporting an empty status list as success (08f8896)

    get_indexing_status answered "All operations complete. No need to poll again."
    whenever it had nothing to report. Finished operations are dropped after two
    minutes, so a client that polls slowly could not tell a successful index from
    one that finished long ago - or from a reindex that was refused, which leaves
    nothing else visible because it deliberately stores nothing.

    • Say plainly when no operations are tracked, and point at list_documentation
      as the way to confirm what is actually indexed
    • Call out failed and cancelled operations instead of folding them into
      "all operations complete"