Skip to content

Releases: briis/pymeteobridgesql

Release 1.3.3

12 Jan 11:08
Compare
Choose a tag to compare

Date: 2025-01-12

What Changed

  • Added Non Async Initialize Method to fix Blocking Errorsin Home Assistant 2025.1

Full Changelog: v1.3.2...v1.3.3

v1.3.2

12 Jan 08:22
Compare
Choose a tag to compare

Date: 2025-01-12

What Changed

  • If PM2.5 is 0, we should return 0 as AQI and None

Full Changelog: v1.3.1...v1.3.2

Release 1.3.1

12 Jan 07:38
Compare
Choose a tag to compare

Date: 2025-01-12

What Changed

  • Fixing wrong dataset returned from Station Data
  • Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #3
  • Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #5
  • Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.2 by @dependabot in #9
  • Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #10

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 May 08:05
Compare
Choose a tag to compare

Date: 2024-05-25

What Changed

  • Added function to get data from daily_data using a view to get calculated values also.

Full Changelog: v1.2.5...v1.3.0

v1.2.5

14 May 03:36
Compare
Choose a tag to compare

Date: 2024-05-14

What Changed

  • Now retrieving minute_data from View instead of Table to be able to get calculated fields

  • Full Changelog: v1.2.4...v1.2.5

v1.2.4

13 May 16:57
Compare
Choose a tag to compare

Date: 2024-05-13

What Changed

  • Added visibility to Minute Data

Full Changelog: v1.2.3...v1.2.4

Release 1.2.3

06 May 05:10
Compare
Choose a tag to compare

Date: 2024-05-06

What Changed

  • Added rain_hour to Minute Data

Full Changelog: v1.2.2...v1.2.3

Release 1.2.2

05 May 11:16
Compare
Choose a tag to compare

Date: 2024-05-05

What Changed

  • Added visibility to Hourly Forecast

Full Changelog: v1.2.1...v1.2.2

v1.2.1

01 May 17:15
Compare
Choose a tag to compare

Date: 2024-05-01

What Changed

  • Added conditions to Daily Forecast

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Apr 13:09
Compare
Choose a tag to compare

Date: 2024-04-29

What Changed

  • Added dataclass for MonthlyData and MinuteData
  • Added Functions to retrieve data from the above two tables

Full Changelog: v1.1.7...v1.2.0