Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 00:37
ee47564

Changed

  • SearchStats gains an always-populated hit_count; hits carries every
    matching key only when the sink's new MatchSink::wants_hit_keys returns
    true (the default). The CLI sinks decline, so a query matching millions of
    documents no longer materializes and sorts millions of keys. (#77)
  • The release binary is built with unwinding again: verifier panic isolation
    and Drop cleanup (multipart-upload aborts, temp files) require it. (#75)

Added

  • Nightly fuzzing of the decode boundary (decode_source) with committed
    format seeds and crash artifact upload. (#80)