Releases: cdzombak/ecobee_influx_connector
Releases · cdzombak/ecobee_influx_connector
v1.0.1
What's Changed
- Fix Aptly metadata in GHA workflow by @cdzombak in #48
- Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in #46
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #47
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.3 to 2.12.4 by @dependabot in #49
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #50
- Bump github.com/golang/glog from 1.1.2 to 1.2.0 by @dependabot in #51
- Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #54
- Bump golang.org/x/oauth2 from 0.14.0 to 0.16.0 by @dependabot in #55
- Fix apt package name in README by @cdzombak in #58
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #59
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.4 to 2.13.0 by @dependabot in #53
Full Changelog: v1...v1.0.1
v1.0.1-rc.1
What's Changed
- add initial docker support by @ablyler in #5
- Add support for InfluxDB 2.x by @ablyler in #6
- add configuration option to disable influx health check by @iwvelando in #11
- feature: send descriptive weather state to InfluxDB, addresses #12 by @iwvelando in #13
- Fix Heat Pump Stage 2 by @ablyler in #14
- add air quality metrics by @ablyler in #19
- Enable Dependabot Version Update PRs by @ablyler in #24
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.2.2 to 2.12.2 by @dependabot in #25
- Update go modules by @ablyler in #22
- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 by @dependabot in #26
- dehumidifier support by @lngarrett in #35
- Celsius support, docker-compose.yml, and README improvements by @cdzombak in #39
- update Go and dependencies by @ablyler in #41
- Improve lint, build, CI, and release process by @cdzombak in #42
- Update README.md to fix broken links by @cdzombak in #43
- Fix Aptly metadata in GHA workflow by @cdzombak in #48
- Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in #46
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #47
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.3 to 2.12.4 by @dependabot in #49
- Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #50
- Bump github.com/golang/glog from 1.1.2 to 1.2.0 by @dependabot in #51
- Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #54
- Bump golang.org/x/oauth2 from 0.14.0 to 0.16.0 by @dependabot in #55
- Fix apt package name in README by @cdzombak in #58
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #59
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.4 to 2.13.0 by @dependabot in #53
New Contributors
- @ablyler made their first contribution in #5
- @iwvelando made their first contribution in #11
- @dependabot made their first contribution in #25
- @lngarrett made their first contribution in #35
- @cdzombak made their first contribution in #39
Full Changelog: https://github.com/cdzombak/ecobee_influx_connector/commits/v1.0.1-rc.1
v1.0.0
What's Changed
- add initial docker support by @ablyler in #5
- Add support for InfluxDB 2.x by @ablyler in #6
- add configuration option to disable influx health check by @iwvelando in #11
- feature: send descriptive weather state to InfluxDB, addresses #12 by @iwvelando in #13
- Fix Heat Pump Stage 2 by @ablyler in #14
- add air quality metrics by @ablyler in #19
- Enable Dependabot Version Update PRs by @ablyler in #24
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.2.2 to 2.12.2 by @dependabot in #25
- Update go modules by @ablyler in #22
- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 by @dependabot in #26
- dehumidifier support by @lngarrett in #35
- Celsius support, docker-compose.yml, and README improvements by @cdzombak in #39
- update Go and dependencies by @ablyler in #41
- Improve lint, build, CI, and release process by @cdzombak in #42
- Update README.md to fix broken links by @cdzombak in #43
New Contributors
- @ablyler made their first contribution in #5
- @iwvelando made their first contribution in #11
- @dependabot made their first contribution in #25
- @lngarrett made their first contribution in #35
- @cdzombak made their first contribution in #39
Full Changelog: https://github.com/cdzombak/ecobee_influx_connector/commits/v1.0.0
v1.0.0-rc.1
What's Changed
- add initial docker support by @ablyler in #5
- Add support for InfluxDB 2.x by @ablyler in #6
- add configuration option to disable influx health check by @iwvelando in #11
- feature: send descriptive weather state to InfluxDB, addresses #12 by @iwvelando in #13
- Fix Heat Pump Stage 2 by @ablyler in #14
- add air quality metrics by @ablyler in #19
- Enable Dependabot Version Update PRs by @ablyler in #24
- Bump github.com/influxdata/influxdb-client-go/v2 from 2.2.2 to 2.12.2 by @dependabot in #25
- Update go modules by @ablyler in #22
- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 by @dependabot in #26
- dehumidifier support by @lngarrett in #35
- Celsius support, docker-compose.yml, and README improvements by @cdzombak in #39
- update Go and dependencies by @ablyler in #41
- Improve lint, build, CI, and release process by @cdzombak in #42
- Update README.md to fix broken links by @cdzombak in #43
New Contributors
- @ablyler made their first contribution in #5
- @iwvelando made their first contribution in #11
- @dependabot made their first contribution in #25
- @lngarrett made their first contribution in #35
- @cdzombak made their first contribution in #39
Full Changelog: https://github.com/cdzombak/ecobee_influx_connector/commits/v1.0.0-rc.1