Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 758 Bytes

Changelog

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

The format is based on Keep a Changelog.

[0.1.0] - 2023-10-31

Initial release

[0.1.1] - 2023-10-31

Fixed

  • AsyncOpenAQ client close() method.

[0.2.0] - 2023-12-21

Added

  • 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

[0.2.1] - 2024-02-15

Fixed

  • Resolves issue that breaks OpenAQ.locations() method and AsyncOpenAQ.locations() from upstream API change. Checks for and ignore fields not included in response model.