Releases: robert-kisteleki/goat
Releases · robert-kisteleki/goat
v0.7.3
v0.7.3
- CHANGED: if the result download stop time is precisely on a day boundary, then it's adjusted
to be 23:59:59 of the previous day instead - NEW:
some
output formatter for connections, including a processedtable
format. Note: this needs sorting of the API output so it uses more memory than just streaming the results. - FIX: don't try to parse abuf in DNS responses if it's not there
- FIX: only consider IN and CHAOS classes for
dnsstat
output - ADD: add WrittenOff filter to finding probes
- CHANGED: dependency updates
v0.7.2
Bugfixes for measurement specification probe filters
What's Changed
- Bump github.com/miekg/dns from 1.1.56 to 1.1.58 by @dependabot in #8
- Bump github.com/google/uuid from 1.4.0 to 1.6.0 by @dependabot in #7
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: v0.7.1...v0.7.2
v0.7.1
TLS result fix
Add timeout
parameter to result streaming
Unified goatapi+goatcli
v0.6.0
prepare v0.6.0
v0.5.0 with measurement stop, add/remove probes
update README for v0.5.0
v0.4.1
This version adds immediate result streaming after scheduling, and various fixes to result display.
v0.4.0
New:
- measurement scheduling
- status checks
v0.3.0
NEW: result streaming
v0.2.2
Changes:
- NEW: output formatters can now accept optins (
--opt X
) - NEW: output annotator: output formatters can get probe ASN, CC and prefix information. Probe metadata is cached accross runs, for a week.
- CHANGED: output formatters now have a
start()
method to signal processing of (a batch of) results, this maybe even multiple times - just like withfinish()
from now on.setup()
is only called once, before any results are processed. - NEW:
--opt ccstat
and--opt asnstat
options for thednsstats
formatter