Skip to content

Releases: RIPE-NCC/ripe-atlas-cousteau

v2.0.0

20 Jan 15:19
6d51e0c
Compare
Choose a tag to compare
  • The AtlasStream class has been updated to use the new WebSocket interface
  • AtlasStream objects can now be iterated as an alternative to using callbacks
  • There used to be both start_stream() and subscribe() methods which did the same thing,
    except that start_stream() had extra validation. This extra validation has been
    added to subscribe(), and start_stream() is now an alias to it.
  • bind_channel() was renamed to bind(), although it is maintained as an alias, and
    there is a corresponding unbind() to remove a callback
  • Deprecated event aliases were dropped, you have to use full event names like
    "atlas_result" and "atlas_metadata" when binding

v1.5.1

23 May 09:55
Compare
Choose a tag to compare

Make it possible to instantiate an AtlasMeasurement directly by passing in a "type" value in the spec.

v1.5.0

23 Feb 15:02
Compare
Choose a tag to compare
  • Drop support for old Python versions (>= 3.6 supported)
  • Documentation fixes
  • Use python-socketio instead of socketIO-client for streaming
  • Include an 'unsubscribe' method on AtlasStream, as well as constants for currently available event names
  • Update testing framework to use pytest

v1.4.2

22 Mar 08:55
Compare
Choose a tag to compare

Add basic support for tagging and untagging measurements.

v1.4

21 Apr 09:03
Compare
Choose a tag to compare
New Features:
  • Expose bill_to option for measurement creation
  • Enable User-Agent for stream connections
Changes:
  • Update stream channel names to new naming scene in the background
Bug Fixes:
  • Fix bug where stream was not reconnected after a disconnect
  • Fix unicode cases on the stream spotted by @JonasGroeger

v1.3

21 Oct 10:12
Compare
Choose a tag to compare
Changes:

v1.2

02 Mar 12:17
Compare
Choose a tag to compare
Changes:
  • Backwards incompatible field changes on the Measurement object:
    • destination_address -> target_ip
    • destination_asn -> target_asn
    • destination_name -> target

v1.1

09 Feb 12:57
Compare
Choose a tag to compare
New Features:
  • Start supporting Anchors listing API.
  • Brand new documentation hosted on readthedocs.
Changes:
  • Various refactorings to clean up codebase.

v1.0.7

13 Jan 09:39
Compare
Choose a tag to compare
Changes:
  • Backwards compatible change of the format we expect for measurement type to handle upcoming change in the API.
Bug Fixes:
  • Fix bug when creating stream for probes connection channel. Updating also wrong documentation.

v1.0.6

15 Dec 13:51
Compare
Choose a tag to compare
Changes:
  • Add copyright text everywhere for debian packaging.