Skip to content

Releases: robert-kisteleki/goat

v0.7.2

01 Mar 05:35
Compare
Choose a tag to compare

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

Full Changelog: v0.7.1...v0.7.2

v0.7.1

18 Jan 20:25
Compare
Choose a tag to compare

TLS result fix
Add timeout parameter to result streaming

Unified goatapi+goatcli

14 Nov 21:21
Compare
Choose a tag to compare

The command line tool goatCLI and the API wrapper goatAPI have been merged into one go package that includes a command (the former goatCLI).

v0.6.0

12 Nov 20:36
Compare
Choose a tag to compare
prepare v0.6.0

v0.5.0 with measurement stop, add/remove probes

02 Nov 21:21
Compare
Choose a tag to compare

v0.4.1

26 Oct 18:55
Compare
Choose a tag to compare

This version adds immediate result streaming after scheduling, and various fixes to result display.

v0.4.0

23 Oct 19:41
Compare
Choose a tag to compare

New:

  • measurement scheduling
  • status checks

v0.3.0

06 Feb 06:14
Compare
Choose a tag to compare

NEW: result streaming

v0.2.2

25 Jul 18:45
Compare
Choose a tag to compare

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 with finish() from now on. setup() is only called once, before any results are processed.
  • NEW: --opt ccstat and --opt asnstat options for the dnsstats formatter

v0.2.1

23 Jul 17:28
Compare
Choose a tag to compare

Outut formatter changes, update to goatAPI v0.2.1