Skip to content

Releases: allenporter/python-google-nest-sdm

7.1.5

12 Mar 02:21
d8f4b5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.4...7.1.5

7.1.4

04 Mar 06:13
9501e7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.3...7.1.4

7.1.3

07 Feb 06:32
bca8589
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.2...7.1.3

7.1.2

07 Feb 05:38
a7d98e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.1...7.1.2

7.1.1

30 Jan 05:44
bd19b0c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update pre-commit hook psf/black to v25 by @renovate in #1158
  • chore(deps): update dependency black to v25 - autoclosed by @renovate in #1157
  • CPU issue fix: Wait 90 seconds between ACK messages by @allenporter in #1159

Full Changelog: 7.1.0...7.1.1

7.1.0

27 Jan 03:44
8256958
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.1.0

7.0.0

25 Dec 23:22
f1fd5cc
Compare
Choose a tag to compare

Breaking changes

The GoogleNestSubscriber has been rewritten to be fully async, and simplified. The constructor and start/stop calls have been changed and changes are required. Commands for managing subscriptions are now only handled by the AdminClient.

To migrate to the new API:

  • Remove the topic constructor argument as other health related metrics like the watchdog
  • The return value to start_async now returns a Callable that us used to stop the subscription
  • The stop_async method has been removed

What's Changed

Deveoper updates

Full Changelog: 6.1.5...7.0.0

6.1.5

09 Nov 17:05
cf4df14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.4...6.1.5

6.1.4

07 Nov 03:29
3815267
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency async-timeout to v5 by @renovate in #1131
  • Fix bug when an empty response is returned when listing topics by @allenporter in #1133

Full Changelog: 6.1.3...6.1.4

6.1.3

21 Oct 03:24
5d0f712
Compare
Choose a tag to compare

What's Changed

  • Shift error handling code to make homeassistant update compatible by @allenporter in #1129

Full Changelog: 6.1.2...6.1.3