Releases: tedpearson/ForecastMetrics
Releases · tedpearson/ForecastMetrics
v4.2.4
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
- 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
return error messages from api for adhoc forecasts
Full Changelog: v4.2.1...v4.2.2
v4.2.1
print errors parsing url params
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Migrate from Bing Maps
Find a Location by Query
to Azure MapsGet Geocoding
. Requires Azure Maps account, which has a free tier of queries. Secret config changed frombing_token
toazure_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
- 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
- @dependabot made their first contribution in #6
Full Changelog: v4.1.4...v4.1.5
v4.1.4
Full Changelog: v4.1.3...v4.1.4
v4.1.3
Full Changelog: v4.1.2...v4.1.3
v4.1.2
Add TLS server support
Full Changelog: v4.1.1...v4.1.2
v4.1.1
Allow disabling of the http server
Full Changelog: v4.1.0...v4.1.1