mirror of
https://github.com/steinhobelgruen/netatmo-exporter.git
synced 2024-10-15 06:21:58 +00:00
821 B
821 B
Changelog
This changelog contains the changes made between releases. The versioning follows Semantic Versioning.
Unreleased
1.3.0 (2020-08-09)
Added
- HTTP Handler for getting build information
/version
- In-memory cache for data retrieved from NetAtmo API, configurable timeouts
Changed
- Logger uses leveled logging, added option to set log level
- Updated Go runtime and dependencies
1.2.0 (2018-10-27)
Added
- Support for battery and RF-link status
- Support for configuration via environment variables
1.1.0 (2018-09-02)
Added
- Support for wind and rain sensors
Changed
- Metrics now also contain a label for the "station name"
1.0.1 (2017-11-26)
Fixed
- Integrate fix of upstream library
1.0.0 (2017-03-09)
- Initial release