Skip to content

Releases: susji/ruuvimetrics

v0.2.0

11 Apr 05:32
Compare
Choose a tag to compare

Changelog

  • 4ad1b12 Separate input & HTTP request logging

v0.1.1

10 Apr 05:25
Compare
Choose a tag to compare

Changelog

  • 46eac6b Cleaner shutdown for the HTTP server goroutine
  • 3890493 State no longer needs to be a package-leve lvariable
  • 8511b21 README

v0.1.0

09 Apr 20:14
Compare
Choose a tag to compare

Changelog

  • 0bedd26 GoReleaser: Set the location of our executable
  • 8fad040 Test the basic functionality of our metrics HTTP handler
  • 934f238 internal/testhelpers & state: Packet generation for test use
  • 2c5028a Dedicated package for configuration
  • e7f3a76 Split HTTP handling into separate package
  • 8d1e565 Split main program code
  • 4c39689 Configurable format string for metric names
  • 1d9ffc0 Neater dumping of metrics
  • 1d27692 Configurable Content-Type and HTTP endpoint
  • 5b73a01 Add help messages for metrics
  • 605c97c internal/state: Redundant
  • 18e5c74 internal/state: Easier to read
  • c4e366d internal/state: "almost equal" does not make any sense here
  • 3ba6f95 internal/state: Test updates with valid, invalid, and previously missing values
  • af8fd39 internal/state: Update sensor values only with newer timestamps
  • af98a90 internal/state: Failing test to verify that older updates are not effective
  • e0f5dde internal/state: Make Pair comparable
  • ec42dba internal/state: Test getters for an empty state

v0.0.1

07 Apr 21:37
Compare
Choose a tag to compare

Changelog

  • 441abd6 Import work-in-progress code
  • ba4ca7f go mod init github.com/susji/ruuvimetrics
  • 1a92b7d Create LICENSE