Skip to content

Releases: d1ceward/shellyplug-exporter

Hotfix v1.10.1

06 Jan 09:39
ea05299
Compare
Choose a tag to compare

Bug fixes

  • Add content-type header for Prometheus 3+ compatibility

Release v1.10.0

29 Dec 16:26
873a379
Compare
Choose a tag to compare

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

12 Sep 07:47
9a3539b
Compare
Choose a tag to compare

New features

  • Add OS signal interception to finish program cleanly

Dependencies

  • Upgrade Crystal version from 1.12 to 1.13

Release v1.8.0

19 Jul 14:14
0409e73
Compare
Choose a tag to compare

Enhancement

  • Upgrade Crystal lang version from 1.12 to 1.13

Release v1.7.0

04 Jul 18:59
Compare
Choose a tag to compare

Enhancement

  • Upgrade Crystal lang version from 1.9 to 1.12

Release v1.6.0

13 Aug 20:29
e4f3569
Compare
Choose a tag to compare

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

08 Mar 02:29
f70e621
Compare
Choose a tag to compare

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

08 Nov 10:03
66aa0dc
Compare
Choose a tag to compare

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

06 Nov 23:29
65d093a
Compare
Choose a tag to compare

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

24 Oct 09:28
7e32b00
Compare
Choose a tag to compare

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)