Releases: RIPE-NCC/ripe-atlas-sagan
Releases · RIPE-NCC/ripe-atlas-sagan
v1.3.1
- ping edge case fix
- add py37 testing
v1.3.0
abuf.py: error handling for NS records, extended rcode, cookies and client subnets
v1.2.2
SSL country name parsing error handling
v1.2.1
- Fix problem with SslcertResult where non-DNS Subject Alternative Names caused the result to be not serializable
v1.2
- Replaced pyOpenSSL with cryptography
- Added parsing of subjectAltName X509 extension
v1.1.11
- Added first version of WiFi results
v1.1.10
- 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
- Removed the parse_abuf script because no one was using it and its Python3 support was suspect anyway.
v1.1.8
- Handle case where a traceroute result might not have
dst_addr
field.
v1.1.7
- 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.