Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.74 KB

CHANGES.md

File metadata and controls

39 lines (25 loc) · 1.74 KB

Changelog

v0.7.0 - 2022-10-10

  • Switch to the official Prometheus client and change sensor reads to happen independent of Prometheus scrapes. #11
  • Minor dashboard improvements. #12
  • Change default sensor read interval to 30s. #13
  • Dependency version updates. #15

v0.6.0 - 2022-05-24

  • Switch to the Warp framework for HTTP routing. #6
  • Fix parsing of sensor data to correctly read humidity. Thank you to @tomasff for reporting and debugging this issue. #9

v0.5.0 - 2022-01-15

  • Gracefully shutdown on SIGINT or SIGTERM. #4
  • Rename the metric strudel_temperature_celsius to strudel_temperature_degrees

v0.4.0 - 2022-01-10

  • Restrict what strudel can do when running as a Systemd service.

v0.3.0 - 2022-01-03

  • Rename the metric strudel_last_reading_timestamp to strudel_last_read_timestamp.
  • Add strudel_read_timing_seconds to record how long sensor readings take.
  • Remove unused dependencies.

v0.2.0 - 2022-01-02

  • Documentation improvements.
  • Module reorganization.

v0.1.0 - 2022-01-01

  • Initial release.