Skip to content

Releases: DNS-OARC/ripeatlas

Release 0.1.1

16 Nov 10:23
0e57e88

Choose a tag to compare

  • traceroute/reply: Fix #28: Err(): return empty string if Err is not a string

Release 0.1.0

08 Nov 09:49
9ad3c83

Choose a tag to compare

First tagged release of RIPE Atlas Go bindings.

Changes since 2017:

  • example/streamer: Fix parameter checks
  • stream: Close #22: Protect channel with a mutex to prevent sending on and/or closing of a closed channel, and deadlocks
  • Remove Travis CI
  • measurement/traceroute/reply: Version 4610 adds "Unrecognized error codes are represented as integers" for Err, add support by converting error codes back to string (ref #25)
  • Add Go mod files
  • Fix a bit of code formatting
  • measurement/traceroute/reply: Fix parsing of numeric Err
  • Relicensed to MIT
  • Add funding link
  • Add build action
  • Add go.mod to each example with replace to use local checked out code