Skip to content

Releases: RIPE-NCC/ripe-atlas-sagan

v1.3.1

27 May 08:30
Compare
Choose a tag to compare
  • ping edge case fix
  • add py37 testing

v1.3.0

24 Jan 15:44
f0e5722
Compare
Choose a tag to compare

abuf.py: error handling for NS records, extended rcode, cookies and client subnets

v1.2.2

30 Aug 14:40
Compare
Choose a tag to compare

SSL country name parsing error handling

v1.2.1

15 Jun 13:42
Compare
Choose a tag to compare
  • Fix problem with SslcertResult where non-DNS Subject Alternative Names caused the result to be not serializable

v1.2

21 Apr 08:16
Compare
Choose a tag to compare
  • Replaced pyOpenSSL with cryptography
  • Added parsing of subjectAltName X509 extension

v1.1.11

30 May 10:53
Compare
Choose a tag to compare
  • Added first version of WiFi results

v1.1.10

09 Mar 09:13
Compare
Choose a tag to compare
  • Added a parse_all_hops kwarg to the Traceroute class to tell Sagan to stop parsing Hops and Packets once we have all of the last hop statistics (default=True)
  • Remove dependency on IPy: we were using it for IPv6 canonicalization, but all IPv6 addresses in results should be in canonical form to start with.

v1.1.9

09 Mar 09:12
Compare
Choose a tag to compare
  • Removed the parse_abuf script because no one was using it and its Python3 support was suspect anyway.

v1.1.8

15 Dec 14:37
Compare
Choose a tag to compare
  • Handle case where a traceroute result might not have dst_addr field.

v1.1.7

14 Dec 11:03
Compare
Choose a tag to compare
  • Change condition of traceroute's last_hop_responded flag.
  • Add couple of more traceroute's properties. is_success and last_hop_errors.
  • Add tests to the package itself.