You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)