Skip to content

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

Choose a tag to compare

@SaiedKazemi SaiedKazemi released this 16 Feb 20:23
874dfad

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