Releases: tedpearson/ForecastMetrics
Releases · tedpearson/ForecastMetrics
v0.3.0
- 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
Retries + backoff for NWS. all non-200 errors are retried for now.
v0.2.2
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
v0.2.1
v0.2.0
First working version! Supports NWS only.