Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2017-10-04

Added

  • In Latest endpoint, distance response field is added when coordinates filter is used.
  • Aggregation endpoints can now be generated using AWS Athena in addition to via the database and on the fly in application memory

Deprecated

  • In Locations endpoint, instead of the nearest option, use order_by=distance along with limit.

[1.1.0] - 2017-08-12

Added

  • order_by and sort option for all endpoint fields.

Changed

  • sort option on the Measurements endpoint is now optional.

[1.0.0]

Initial release.

Added

  • Read-only data endpoints for measurements, countries, cities, locations (stations), latest data, parameters (pollutants), and data sources.
  • Upload and status endpoints.