Releases: openaq/openaq-python
Releases · openaq/openaq-python
v0.3.0
Changelog
- Refactor of response models
- rate limit header support
- v3 measurements changes
- v3 latest endpoints
v0.2.1
0.2.1
Changelog
- Resolves issue that breaks
OpenAQ.locations()
method and AsyncOpenAQ.locations()
from upstream API change. Checks for and ignore fields not included in response model.
v0.2.0
v0.2.0
Changelog
- parameters_id arguments for OpenAQ.locations() method and AsyncOpenAQ.locations() method
- Added Forbidden and ServerError exceptions to all export.
- vendored pyhump, removed as pyproject.toml dependency
v0.1.1
v0.1.1
Changelog
- Fix
AsyncOpenAQ
client close()
method