Releases History

1.1 (released 2016-02-09)

New features:

  • Start supporting Anchors listing API.
  • Brand new documentation hosted on readthedocs.

Changes:

  • Various refactorings to clean up codebase.

1.0.7 (released 2016-01-13)

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.

1.0.6 (released 2015-12-15)

Changes:

  • Add copyright text everywhere for debian packaging.

1.0.5 (released 2015-12-14)

Changes:

  • Add tests to the package itself.
  • Make user-agent changeable by the user.
  • Various refactorings.

1.0.4 (released 2015-11-06)

Changes:

  • Handle both string/dictionary as input for probe_ids filter for Result and LatestResult requests.

1.0.2 (released 2015-10-26)

Bug Fixes:

  • 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.

1.0.1 (released 2015-10-23)

Changes:

  • Now we conform to new API feature that allows for specifying tags when adding probes to existing measurements

Bug Fixes:

  • Fix bug we didn’t allow user to specify single tag include/exclude.

1.0 (released 2015-10-21)

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 Fixes:

  • 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.

0.10.1 (released 2015-10-06)

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.

0.10 (released 2015-10-01)

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 Fixes:

  • 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.

0.9.2 (released 2015-09-21)

Changes:

  • Small refactor of Stream class and manually enforce websockets in SocketIO client

0.9.1 (released 2015-09-03)

Bug Fixes:

  • Fix bug related to binding result atlas stream.

0.9 (released 2015-09-01)

New features:

  • add support for fetching real time results using RIPE Atlas stream server.
  • this version and on will be available on PYPI.

0.8 (released 2015-08-31)

New features:

  • add support for NTP measurements.

0.7 (released 2015-06-03)

New features:

  • add support for fetching probes/measurements meta data using python generators.

0.6 (released 2014-06-17)

New features:

  • add support for querying results based on start/end time, msm_id and probe id.

Changes:

  • add http agent according to package version to all requests.

0.5 (released 2014-05-22)

Changes:

  • change package structure to comply with the new structure of atlas packages
  • add continuous integration support
  • add tests
  • enable travis
  • enable code health checks
  • add required files for uploading to github

0.4 (released 2014-03-31)

New features:

  • add support for stopping a measurement.

0.3 (released 2014-02-25)

New features:

  • add simple support for HTTP GET queries.

0.2 (released 2014-02-03)

New features:

  • add support for adding/removing probes API request.

Changes:

  • use AtlasCreateRequest instead of AtlasRequest for creating a new measurement.

0.1 (released 2014-01-21)

  • Initial release.