Releases: m-lab/traceroute-caller
v0.12.0
v0.11.3 / 2024-08-01
What's Changed
- Update m-lab/go to v0.1.66 by @robertodauria in #164
- Update go version to 1.20 by @cristinaleonr in #165
- Add load balancer IPs to "localIPs" by @nkinkade in #167
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- Re-enable building fast-mda-traceroute in Dockerfile by @SaiedKazemi in #157
- Fix building issues with fast-mda-traceroute by @matthieugouel in #160
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #158
- Bump golang.org/x/net from 0.0.0-20220524220425-1d687d428aca to 0.7.0 by @dependabot in #159
- Update scamper package to the latest version by @robertodauria in #161
- Applies necessary capabilities to scamper binary by @nkinkade in #162
New Contributors
- @matthieugouel made their first contribution in #160
- @dependabot made their first contribution in #158
Full Changelog: v0.11.1...v0.11.2
v0.11.1
v0.11.0
What's Changed
- Add a tool to examine scamper MDA traceroutes by @SaiedKazemi in #144
- Updates testdata/annotations-incomplete.json to use a v2 snippet of the annotations format by @nkinkade in #146
- Make MDA traceroutes the default traceroute type by @SaiedKazemi in #147
- Add fast-mda-traceroute to the Docker image by @maxmouchet in #145
- Remove the notion of TCP socket cookies by @SaiedKazemi in #148
- Add time columns to output and make some code improvements by @SaiedKazemi in #149
- Upgrade repo to Go 1.18 by @SaiedKazemi in #150
- Move trace result writing from tracer package to triggertracer package by @stephen-soltesz in #151
- Apply anonymization to traces before writing in triggertrace by @stephen-soltesz in #154
- Add netblock anonymization verification test by @stephen-soltesz in #155
New Contributors
- @nkinkade made their first contribution in #146
- @maxmouchet made their first contribution in #145
Full Changelog: v0.10.1...v0.11.0
v0.10.1: Minor fixes
NOTE: This release was not deployed.
v0.10.0: traceroute-caller with support for regular traceroutes
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.
- 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
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.
- Remove unneeded *.paris file in testdata #122
v0.9.0: traceroute-caller with hop annotations
This is the first release of the traceroute-caller with hop annotations.
v0.8.4: Remove paris-traceroute
This release is functionally the same as v0.8.3 but paris-traceroute has been removed from the traceroute-caller container and the repo.
- Remove paris-traceroute from the repo #113