[v1.76.0]
- Fixed validation deduplication for rules with nested unnamed captures (e.g.
(?<REGEX>...(ABC|DEF)...)) to use the primary capture for grouping, ensuring each unique match triggers a separate validation request. - Added trace-level (
-vv) logging for internal validation dedup keys and grouping to aid debugging. - Switched compression dependencies to pure-Rust bzip2/lzma implementations and pared zip features to avoid C-based codecs for bz2/xz handling.