Skip to content

Releases: tedpearson/ForecastMetrics

v0.3.0

03 Sep 16:08
Compare
Choose a tag to compare
  • Add forecast history tag, because otherwise history is overwritten (Adding a tag every time is why you need a separate retention policy for forecast history)
  • forecast history time tag/field is truncated to the nearest hour
  • http request retry extracted to new package for use with future sources

v0.2.3

01 Sep 04:54
Compare
Choose a tag to compare

Retries + backoff for NWS. all non-200 errors are retried for now.

v0.2.2

31 Aug 01:35
Compare
Choose a tag to compare

Make location a tag instead of a field. Code improvements under the hood (use functions and pointers and zero values instead of reflection)

Fix config file name

30 Aug 04:16
Compare
Choose a tag to compare

v0.2.0

30 Aug 02:30
e6675f6
Compare
Choose a tag to compare

First working version! Supports NWS only.