Skip to content

Releases: smlx/goodwe-exporters

v0.6.1

19 Jan 07:19
90758f6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by @dependabot in #22
  • chore(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in #24
  • chore: fix alert syntax in README by @smlx in #25
  • chore(deps): bump anchore/sbom-action from 0.15.3 to 0.15.4 by @dependabot in #23
  • fix: add v prefix to version string by @smlx in #27

Full Changelog: v0.6.0...v0.6.1

v0.6.0

19 Jan 06:20
b6aa8ee
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/alecthomas/assert/v2 from 2.4.0 to 2.4.1 by @dependabot in #12
  • chore: update readme by @smlx in #13
  • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #14
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #15
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #17
  • chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #18
  • chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #19
  • chore(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #20
  • chore(deps): bump github.com/alecthomas/assert/v2 from 2.4.1 to 2.5.0 by @dependabot in #21
  • Add support for inverter and debug passthrough by @smlx in #16

Full Changelog: v0.5.0...v0.6.0

v0.5.0

01 Dec 08:48
f3f361b
Compare
Choose a tag to compare

Changelog

  • f3f361b Merge pull request #11 from smlx/batman
  • 6e41a0a fix: add CRC to batsignal packets and handle metrics nack
  • 06cee2c feat: add batsignal metrics and mitm

v0.4.2

27 Nov 08:09
3515e65
Compare
Choose a tag to compare

Changelog

  • 3515e65 Merge pull request #10 from smlx/fix-counter-naming
  • f884002 fix: correct naming of energy import/generation collector

v0.4.1

26 Nov 14:53
1449901
Compare
Choose a tag to compare

Changelog

  • 1449901 Merge pull request #9 from smlx/fix-timestamp
  • afd698b fix: timestamp parsing

v0.4.0

26 Nov 14:25
4ec8892
Compare
Choose a tag to compare

Changelog

  • 4ec8892 Merge pull request #8 from smlx/rename-metrics
  • db14289 feat: rename metrics for consistency

v0.3.0

26 Nov 13:19
639774b
Compare
Choose a tag to compare

Changelog

  • 639774b Merge pull request #7 from smlx/known-ints
  • 25e4098 feat: add more known integer values

v0.2.0

24 Nov 15:40
72cdfc9
Compare
Choose a tag to compare

Changelog

  • 72cdfc9 Merge pull request #6 from smlx/debug-env
  • dc8aead feat: enable debug logging via env var

v0.1.1

24 Nov 15:26
3d62fb1
Compare
Choose a tag to compare

Changelog

  • 3d62fb1 Merge pull request #5 from smlx/fix-docker-image-build
  • c3f5bc2 fix: docker image build

v0.1.0

24 Nov 14:47
cbf537c
Compare
Choose a tag to compare

Changelog

  • cbf537c Merge pull request #4 from smlx/actions-fixes
  • 6e4b2fb chore: fix goreleaser config
  • a8ca644 fix: build and release action
  • 549caf7 Merge pull request #3 from smlx/fix-release
  • bb64a4a fix: release workflow
  • c92c2c4 Merge pull request #2 from smlx/dependabot/go_modules/github.com/alecthomas/assert/v2-2.4.0
  • 7763ca9 chore(deps): bump github.com/alecthomas/assert/v2 from 2.1.0 to 2.4.0
  • 1564a71 Merge pull request #1 from smlx/actions-draft
  • 220f6ef chore: enable required permissions for commitlint
  • fa50f55 chore: fix lint errors
  • f20f5ec feat: configure github actions
  • d3d563c fix: include metrics packet in debug log
  • 9342fe9 chore: refactor for simplicity
  • 966fb16 fix: handle accept cancellation
  • 91e7a2e fix: add missing metrics
  • a7633bb feat: add identifying labels to metrics
  • ddab607 feat: implement MITM exporter
  • abd5a92 chore: add initial project structure
  • bb6ab8b chore: add initial README
  • 406c611 Initial commit