Releases: gonzolino/gotado
Releases · gonzolino/gotado
v2.1.1
What’s Changed
- Add permissions to test workflow (#174) @gonzolino
- Update workflows (#173) @gonzolino
- chore(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 (#171) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#172) @dependabot[bot]
- chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#170) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#169) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 (#168) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (#167) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#165) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (#166) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#164) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#163) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (#162) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#161) @dependabot[bot]
- chore(deps): bump google-github-actions/release-please-action from 4.1.0 to 4.1.1 (#160) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 (#159) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#158) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#157) @dependabot[bot]
- chore(deps): bump google-github-actions/release-please-action from 4.0.2 to 4.1.0 (#155) @dependabot[bot]
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#156) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#154) @dependabot[bot]
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#153) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (#152) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#151) @dependabot[bot]
- added home.GetZoneStates API call to retreive the state of all zones with one call (#150) @scalarion
- chore(deps): bump google-github-actions/release-please-action from 4.0.1 to 4.0.2 (#149) @dependabot[bot]
- chore(deps): bump github/codeql-action from 2 to 3 (#148) @dependabot[bot]
- chore(deps): bump google-github-actions/release-please-action from 4.0.0 to 4.0.1 (#147) @dependabot[bot]
- chore(deps): bump actions/setup-go from 4 to 5 (#146) @dependabot[bot]
- chore(deps): bump google-github-actions/release-please-action from 3.7.13 to 4.0.0 (#145) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (#144) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#143) @dependabot[bot]
- chore(deps): bump google-github-actions/release-please-action from 3.7.12 to 3.7.13 (#142) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 (#141) @dependabot[bot]
- chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#140) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#139) @dependabot[bot]
- chore(deps): bump google-github-actions/release-please-action from 3.7.11 to 3.7.12 (#138) @dependabot[bot]
- chore(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#137) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.12.0 to 0.13.0 (#136) @dependabot[bot]
- chore(deps): bump actions/checkout from 3 to 4 (#135) @dependabot[bot]
v2.1.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2022-04-13)
⚠ BREAKING CHANGES
- users using this package will no longer need to explicitly use the client struct to call the new package API.
- Give the tado client a central put method that all setter functions can rely on.
- Client method
WithTimeout
removed.
Features
- add function to get devices (159df85)
- add function to get home state (0904a9b)
- add function to get installations (4ecbddf)
- add function to get weather information (af22c42)
- add function to get zone capabilities (e5f6900)
- add function to list users (547d46a)
- add function to read mobile devices (61ea3f0)
- add functions to control away config (08a99b4)
- add functions to control early start settings (7a47679)
- add functions to control heating via overlays (3bb962f)
- add functions to control presence lock (0cf0083)
- Add functions to manage schedule (96c0931)
- Add interface methods to Device and MobileDevice object (87787b5)
- Add interface methods to Home object (cdd2c69)
- Add interface methods to ScheduleTimetable object (819ef45)
- Add interface methods to User object (eab200d)
- Add interface methods to Zone object (32982d4)
- add link state info to zone state (a9ff31d)
- Add new Tado object (42681d5)
- add some missing fields to models (f506072)
- Add zone HeatingSchedule object (21f2617)
- Allow controling mobile device settings (7336d47)
- allow deleting mobile devices (20fe381)
- extend client to allow custom request objects (4b8eb41)
- introduce constants for timetable types (0ede991)
- introduce proper types and constants for models (234d625)
- make http client in gotado configurable (376ceb9)
Bug Fixes
- allow pushNotifications to be empty (1bd1bc3)
- properly pass context to http client requests (a222c80)
Code Refactoring
gotado v0.3.0
Features
- add function to get devices (159df85)
- add function to get home state (0904a9b)
- add function to get installations (4ecbddf)
- add function to get weather information (af22c42)
- add function to get zone capabilities (e5f6900)
- add function to list users (547d46a)
- add function to read mobile devices (61ea3f0)
- add functions to control away config (08a99b4)
- add functions to control early start settings (7a47679)
- add functions to control presence lock (0cf0083)
- Allow controling mobile device settings (7336d47)
- allow deleting mobile devices (20fe381)
Bug Fixes
- allow pushNotifications to be empty (1bd1bc3)