All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Initial release
AsyncOpenAQ
clientclose()
method.
parameters_id
arguments forOpenAQ.locations()
method andAsyncOpenAQ.locations()
method- Added
Forbidden
andServerError
exceptions to__all__
export. - vendored pyhump, removed as
pyproject.toml
dependency
- Resolves issue that breaks
OpenAQ.locations()
method andAsyncOpenAQ.locations()
from upstream API change. Checks for and ignore fields not included in response model.
Breaking changes
- Added new methods for passing API key value through environment variable.
- Added new v3
locations.latest()
andparameters.latest()
methods. - Updated
measurements.list()
methods to match new v3 measurements endpoints.