Releases: tedpearson/ecobeemetrics
Releases · tedpearson/ecobeemetrics
v2.3.3
What's Changed
- Update dependencies
- Bump go to 1.23.4
- Bump github.com/go-co-op/gocron/v2 from 2.2.4 to 2.2.5 by @dependabot in #6
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #7
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group by @dependabot in #10
- Bump github.com/go-co-op/gocron/v2 from 2.2.5 to 2.4.1 by @dependabot in #12
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.13.0 to 2.14.0 by @dependabot in #19
- Bump github.com/go-co-op/gocron/v2 from 2.4.1 to 2.14.0 by @dependabot in #20
Full Changelog: v2.3.2...v2.3.3
v2.3.2
Bugfix release:
- occupancy was not being reported if it was false
- heat/cool/aux_heat field names unintentionally changed from
heat_1
toheat1
. Revert to previous names.
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Change -v flag to --version to fix startup bug due to conflict with glog
Full Changelog: v2.3.0...v2.3.1
v2.3.0
- Removed program and equipment status string metric fields. I was not using these.
- Don't write metrics to the database if there has been no update in 15 minutes (allowing database to show null values)
- Add
ecobeemetrics_api_failure_total
andecobeemetrics_last_update_timestamp_seconds
metrics, for alerting - Don't print timestamps with output
- Embed version information in binary
- Add
-v
flag to print version and exit - Code improvements:
- no reflection, removed intermediate struct between go-ecobee and influx client
- don't use pkg/errors
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Fix config parsing
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Parse yaml config directly instead of using viper, upgrade dependencies
What's Changed
- Bump the go_modules group across 1 directories with 1 update by @dependabot in #1
- Bump github.com/iancoleman/strcase from 0.2.0 to 0.3.0 by @dependabot in #5
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.1 to 2.13.0 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v2.1.0...v2.2.0
v2.1.0
update to influxdb2 client, update dependencies, new deploy github ac…