Skip to content

Latest commit

 

History

History
137 lines (63 loc) · 6.85 KB

CHANGELOG.md

File metadata and controls

137 lines (63 loc) · 6.85 KB

2.2.1 (2022-12-29)

2.5.1 (2024-11-11)

Bug Fixes

  • catch FritzConnectionException when checking capabilities (191869d)

2.5.0 (2024-03-13)

Features

  • make listen address configurable (by @NyCodeGHG in #315) (#316) (abc1671)

2.4.3 (2024-03-10)

Bug Fixes

  • minor linting, make ARM builds work again (#308) (1632029)

2.4.2 (2024-03-10)

Documentation

  • update copyright notice years (0d19d27)
  • Update Docker build instruction. (65064f4)

2.4.1 (2024-03-10)

Bug Fixes

  • ignore exceptions from parsing XML of AHA devices (#303) (02197fa)

2.4.0 (2024-03-09)

Features

Bug Fixes

  • Add more flexibility to helper script. (#280) (86697fa)
  • helm: ServiceMonitor seems to like quotes now (2e57ee9)
  • small correction for AHA HTTP metrics (6658b8a)

2.3.1 (2023-12-16)

Bug Fixes

  • add type hints to data_donation.py (369748a)

Documentation

  • homeauto: explicitly mention missing metrics (d827b5d)

2.3.0 (2023-10-03)

Features

  • add home automation metrics (5f35afb)

Bug Fixes

  • add .readthedocs.yaml config file (df7b150)
  • make bail out message less verbose (724fd01)

Documentation

  • update copyright boilerplate (baafe01)

2.2.4 (2023-08-12)

Bug Fixes

  • returning the same metric samples multiple times (020a7b7)
  • When checking for capabilities fritzconnection may return FritzArgumentError which needs to be caught. (87a47ee)

2.2.3 (2023-04-01)

Bug Fixes

  • rmeove old actions and supersede release 2.2.2 (1be640b)

2.2.2 (2023-04-01)

Bug Fixes

  • helm: corrected secret to convert map to YAML string (3814de2)
  • helm: set interval to 60s (d3f8854)
  • helm: using selectorLabels var in ServiceMonitor (6ecba54)
  • remove need for _version.py (434581b)
  • sanitize (WANIPConnection1, GetInfo, NewExternalIPAddress) (ebdf787)

Documentation

  • add link to dashboard also displaying host info metrics (f6fd853)
  • Add reference to PyPI in docs (d53b03a)
  • fix badges in README (685e5d2)
  • reduce warnings/caveats for "host_info" (f614d5b)

2.2.1-pre.6 (2022-12-29)

2.2.1-pre.5 (2022-12-29)

2.2.1-pre.4 (2022-12-29)

2.2.1-pre.3 (2022-12-29)

Bug Fixes

  • exporter does not honor log_level from config file. (ad93945), closes #116