Skip to content

Releases: RIPE-NCC/ripe-atlas-cousteau

v1.0.5

14 Dec 11:58
Compare
Choose a tag to compare
Changes:
  • Add tests to the package itself.
  • Make user-agent changeable by the user.
  • Various refactorings.

v1.0.4

06 Nov 13:37
Compare
Choose a tag to compare
Changes:
  • Handle both string/dictionary as input for probe_ids filter for Result and LatestResult requests.

v1.0.2

26 Oct 10:22
Compare
Choose a tag to compare
Bug Fix
  • Fix bug where key parameter was added to the url even if it was empty.
  • Fix bug where we didn't try to unjson 4xx responses even if they could contain json structure.

v1.0.1

25 Oct 09:07
Compare
Choose a tag to compare
Changes:
  • Now we conform to new API feature that allows for specifying tags when adding probes to existing measurements
Bug fix:
  • Fix bug we didn't allow user to specify single tag include/exclude.

v1.0

25 Oct 09:06
Compare
Choose a tag to compare
New features:
  • Add support for include/exclude tags in changing sources requests.
  • Add support for latest results API call.
  • Implement HTTP measurement creation.
  • Support for python 3 (<=3.4).
  • Support for pypy/pypy3.
  • Support for wheels format.
Changes:
  • Migrate all Atlas requests to use requests library and refactor a lot of code to have a cleaner version.
  • Create an API v2 translator to address several option name changing. A deprecation warning will be given.
Bug fix:
  • Fix bug where python representation of measurements without a stop time was exploding.
  • Make sure start/stop timestamps in measurement create request are always in UTC.

v0.10.1

25 Oct 09:06
Compare
Choose a tag to compare
New features:
  • Implement support for object return in the request generators for probe/measurement.
Changes:
  • Probe/Measurement python representation takes meta data from v2 API as well. Now everything should point to v2 API.

v.0.10

25 Oct 09:05
Compare
Choose a tag to compare
New features:
  • add object representation of meta data for a probe or a measurement.
Changes:
  • Abandon v1 RIPE ATLAS API and use only v2.
Bug fix:
  • Fix bug that prevented users from specifying all possible source types when they tried to add more probes to existing measurements.
  • Cover case where a user specified really long list of probes/measurements in the ProbeRequest/MeasurementRequest that was causing 'HTTP ERROR 414: Request-URI Too Long'. Additionally, now if API returns error raise an exception instead of stopping iteration.

v0.9.2

25 Oct 09:04
Compare
Choose a tag to compare
Changes:
  • Small refactor of Stream class and manually enforce websockets in SocketIO client

v0.9.1

25 Oct 09:03
Compare
Choose a tag to compare
Bug fix:
  • Fix bug related to binding result atlas stream.

v0.9

25 Oct 09:03
Compare
Choose a tag to compare
New features:
  • add support for fetching real time results using RIPE Atlas stream server.
  • this version and on will be available on PYPI.