Releases: dns-stats/compactor
Releases · dns-stats/compactor
1.2.0 release
- Add capture from DNSTAP, either over Unix socket or from file.
- Add custom field of collection start time to block and to info file.
File duration in info file is now end-start time. - Correct stats reporting processed message count to RFC8618. Retain
total packet count as compactor-specific item. - Add KNOWN ISSUE about the observed performance on VMs being much lower than
expected, which is under investigation. - Get revised signal handling building on Mac as well as Linux and FreeBSD.
- If configured service address does not exist on any interface
log a warning not an error. - Minor test and documentation updates.
1.2.0-rc1
- Get revised signal handling building on Mac as well as Linux and FreeBSD.
- Correct stats reporting processed message count to RFC8618. Retain
total packet count as compactor-specific item. - Minor test and documentation updates.
1.2.0-beta3
- Add custom field of collection start time to block and to info file.
File duration in info file is now end-start time. - Add capture from DNSTAP, either over Unix socket or from file.
1.1.0 release
- Add custom field of collection end time to block and time section to info file. No change from ~rc1.
1.1.0-rc1 release
- No change from ~beta1.
1.1.0-beta1 release
- Add custom field of collection end time to block and time section to info file.
1.0.0 release
No change from ~rc1.
1.1.0-rc1 release
- Fix exception decoding IPv6 without transport flags.
- Additional filtering in test for newer tshark versions.
1.0.0-beta1 release
- Supports C-DNS as described in RFC8618.
- compactor writes only C-DNS 1.0 format.
- inspector reads C-DNS 1.0 and all previously supported draft formats.
- New fine-grained selection of data stored in C-DNS via excluded_fields file.
- Previous section 'include' settings are deprecated,
and may only be used if excluded_fields file is not specified. - Default values may be supplied to inspector for individual items of data not
present in the C-DNS file. A complete set of defaults must be supplied
when outputting PCAP.
- Previous section 'include' settings are deprecated,
- inspector command line options --info-only and --report-only are
deprecated, and replaced with --no-info and --no-output. - Added template items query_response_query_has_no_question
and query_response_response_has_no_question. Item
query_response_query_has_question is deprecated. - Addresses stored in C-DNS files may be stored only to a given prefix
length, potentially saving storage space.
0.11.1-rc1 release
- Enable use with libtins v4.0.
- Fix potential (but never seen) segfault in response matching.
- Check for required tools in test scripts and skip test if not found.