Releases: briis/pymeteobridgesql
Releases · briis/pymeteobridgesql
Release 1.1.7
Date: 2024-04-27
What Changed
- Added daily sunrise and sunset values to forecast
- Added
to_json
function to alle data tables
Full Changelog: v1.1.6...v1.1.7
Release 1.1.6
- Added
to_dict
function to Realtimedata dataclass
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #2
Full Changelog: v1.1.4...v1.1.5
Release 1.1.4
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v1.1.3...v1.1.4
Release 1.1.3
Changes
- Added conditions to
realtime
table.
Release 1.1.2
Date: 2024-02-10
Changes
- Ensure we always retrieve the next 48 hours of Hourly Forecast data.
Release 1.1.1
Date: 2024-02-10
Changes
- Added new function
async_disconnect
to ensure connection to the database is closed. - Converted the date field in the
ForecastDaily
table to adatetime
Release 1.1.0
Date: 2024-02-10
Changes
- Added new function
async_get_forecast
to get either the hourly our daily weather forecast. To get Hourly data useTrue
as parameter.
Release 1.0.7
Date: 2024-02-10
Changes
- Added condition icon and forecast description to realtime data
- Preparing for adding Weather Forecast from Visual Crossing
Release 1.0.5
Date: 2024-01-28
Changes
- Added Air Quality calculated sensor (AQI)