Releases: d1ceward/shellyplug-exporter
Releases · d1ceward/shellyplug-exporter
Hotfix v1.10.1
Bug fixes
- Add content-type header for Prometheus 3+ compatibility
Release v1.10.0
Bug fixes
- Add license to image
Dependencies
- Upgrade Crystal version from 1.13 to 1.14
- Hotfix version upgrade for Crystal dependencies
Release v1.9.0
New features
- Add OS signal interception to finish program cleanly
Dependencies
- Upgrade Crystal version from 1.12 to 1.13
Release v1.8.0
Enhancement
- Upgrade Crystal lang version from 1.12 to 1.13
Release v1.7.0
Enhancement
- Upgrade Crystal lang version from 1.9 to 1.12
Release v1.6.0
Enhancement
- Upgrade Crystal lang version from 1.7 to 1.9
- Remove Kemal webserver dependencies
Bug fixes
- Fixed units of total power and overpower #7
Release v1.5.0
New features
- Add arm64 compilation to the github action workflow
Dependencies
- Upgrade Crystal lang from 1.6.2 to 1.7.3
- Upgrade crystal-ameba from 1.3 to 1.4
- Hotfix version upgrade for Crystal dependencies
Hotfix v1.4.1
Improvements
- Add automatic creation of a draft release with the exporter binary uploaded inside
- Add 404 not found route for exporter web server
- Add text content describing status for /health route
- Add some documentations about Linux usage without Docker
Release v1.4.0
New features
- Add a route to check the health of the plug and exporter #5
- Add docker health check using the newly added route
Improvements
- Upgrade Crystal version from 1.6.1 to 1.6.2
- Upgrade crystal-ameba from 1.2 to 1.3
Hotfix v1.3.2
Improvements
- Upgrade Crystal version from 1.6.0 to 1.6.1
- Moving the binary build into the Github action workflow to retrieve it as artifact (fixes #1)