All notable changes to this project should be documented in this file.
The format is based on Keep a Changelog. This project uses Semantic Versioning.
- CVE-2024-35195: Bump
requests
from 2.31.0 to 2.32.0
- Bug with how timezones are applied to observation timestamps
- Bug with how the observation date/time is read from the response
- Observation timestamps are now timezone aware
- CVE-2023-32681: Bump
requests
from 2.22.0 to 2.31.0
- The ability to access all data contained within an observation
- The way data is accessed from an observation
- Type hints per PEP 484
- Ability to specify distance as a parameter to the API functions
- Omit the distance from the webservice payload if not provided
- Stop converting the observation timestamp from local to UTC
- Treat 5-digit zip codes beginning with 0 as valid
- Export the modules of the package
- Package name to be all lowercase so it adheres to PEP 8
- Initial release of project