What's Changed
- For JSON Schema, the Zeek annotation no longer contains the
is_optionalfield since it was redundant with JSON Schema's nativerequiredkeyword. #8 - For all exporters, the new
Log::Schema::show_defaultstoggle allows skipping field value defaults in the produced schemas, which can come in handy e.g. when diffing CSV schemas. #9 - Make path-based Zeek package detection customizable via the
Log::Schema::package_prefixesvector, add test cases, and expand documentation. #11 - Updated test baselines for Zeeks older than 6.0. #10
Full Changelog: v1.1.1...v2.0.0