Skip to content

Releases: m-lab/traceroute-caller

v0.12.0

16 Oct 21:14
9ec502d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.12.0

v0.11.3 / 2024-08-01

01 Aug 19:37
fd359ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

10 Apr 22:15
0b9d6fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

18 Jan 17:42
e3a8549
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

11 Jan 18:49
64601ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1: Minor fixes

28 Feb 23:28
2b6a0b8
Compare
Choose a tag to compare

NOTE: This release was not deployed.

v0.10.0...v0.10.1

  • Export scamper1 parser errors #141
  • Use legacy CachedResult instead of CachedTrace #142

v0.10.0: traceroute-caller with support for regular traceroutes

16 Feb 20:23
874dfad
Compare
Choose a tag to compare

The main feature of this release is switching the traceroute type from MDA traceroutes to regular traceroutes (with the Paris traceroute algorithm). While MDA traceroutes (scamper1 datatype) are still supported, regular traceroutes (scamper2 datatype) is the default traceroute type.

NOTE: This release was not deployed because the community's response to our RFC was to continue running MDA traceroutes.

v0.9.1...v0.10.0

  • Remove explicit GOARCH in Dockerfile #131
  • Run two TRC containers locally for MDA and regular traceroutes #139
  • Simplify code that executes scamper #138
  • Add bigquery tags to struct fields and create an internal directory #137
  • Support regular traceroutes (scamper2 datatype) #136
  • Add NewScamper() to create a new scamper instance #135
  • Reorganize code in preparation for scamper2 datatype #134
  • Rename files in the parser package #133
  • Upgrade scamper to the latest release #130
  • Add package unit testing #128
  • Refactor traceroute-caller source code #127
  • Explicitly ensure trace start times are in UTC #126
  • Remove code related to scamper daemon mode #125
  • Add missing q to bigquery tag #124
  • Add bigquery key-value tag to ScamperOutput struct #123

v0.9.1: Remove unneeded *.paris file in testdata

09 Sep 12:20
22aabe6
Compare
Choose a tag to compare

NOTE: This release was not deployed. Its main purpose was to remove the unneeded files because the colons in their names caused go get github.com/m-lab/traceroute-caller to fail.

v0.9.0...v0.9.1

  • Remove unneeded *.paris file in testdata #122

v0.9.0: traceroute-caller with hop annotations

30 Aug 20:39
d84ea3d
Compare
Choose a tag to compare

This is the first release of the traceroute-caller with hop annotations.

v0.8.4...v0.9.0

  • Change string to []byte, and add some log init and skips to tests. #115
  • Pull out common code in trace functions #114
  • Extract start time, tracelb line, and hops from traceroute output #118
  • Prepare traceroute-caller for supporting hop annotations #119
  • Add hop annotation support #120

v0.8.4: Remove paris-traceroute

01 Jul 18:39
30a5863
Compare
Choose a tag to compare

This release is functionally the same as v0.8.3 but paris-traceroute has been removed from the traceroute-caller container and the repo.

v0.8.3...v0.8.4

  • Remove paris-traceroute from the repo #113