Skip to content

Releases: tedpearson/ForecastMetrics

v4.2.4

23 Jun 22:42
Compare
Choose a tag to compare

Cache azure maps get geocoding requests. This will still allow multiple api calls, but if you refresh a graph in grafana with the same location, there should not be additional calls.

Full Changelog: v4.2.3...v4.2.4

v4.2.3

22 Jun 05:28
Compare
Choose a tag to compare
  • omit empty data from response on error
  • fix issue erroring when we want to return 200

Full Changelog: v4.2.2...v4.2.3

v4.2.2

22 Jun 04:45
Compare
Choose a tag to compare

return error messages from api for adhoc forecasts

Full Changelog: v4.2.1...v4.2.2

v4.2.1

22 Jun 03:09
Compare
Choose a tag to compare

print errors parsing url params

Full Changelog: v4.2.0...v4.2.1

v4.2.0

23 May 03:51
Compare
Choose a tag to compare

What's Changed

  • Migrate from Bing Maps Find a Location by Query to Azure Maps Get Geocoding. Requires Azure Maps account, which has a free tier of queries. Secret config changed from bing_token to azure_shared_key.
  • Upgraded to go 1.22.3
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #9
  • Bump github.com/Code-Hex/go-generics-cache from 1.3.1 to 1.5.1 by @dependabot in #10
  • Bump golang.org/x/net from 0.18.0 to 0.23.0 in the go_modules group across 1 directory by @dependabot in #11

Full Changelog: v4.1.5...v4.2.0

v4.1.5

19 Feb 19:33
Compare
Choose a tag to compare
  • Dependency updates:
    • influxdb-client-go
    • rickb777/period (migrated from rickb777/date/period)
  • security fixes
    • golang.org/x/net
    • sanitize user input
  • Use go 1.21. We were already using "slices" so the bump was needed.

What's Changed

  • Bump the go_modules group across 1 directories with 1 update by @dependabot in #6
  • Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.3 to 2.13.0 by @dependabot in #8

New Contributors

Full Changelog: v4.1.4...v4.1.5

v4.1.4

31 Oct 02:15
Compare
Choose a tag to compare

Full Changelog: v4.1.3...v4.1.4

v4.1.3

22 Oct 03:25
Compare
Choose a tag to compare

Full Changelog: v4.1.2...v4.1.3

v4.1.2

22 Oct 03:01
Compare
Choose a tag to compare

Add TLS server support
Full Changelog: v4.1.1...v4.1.2

v4.1.1

09 Oct 03:04
Compare
Choose a tag to compare

Allow disabling of the http server

Full Changelog: v4.1.0...v4.1.1