Skip to content

Releases: home-assistant-libs/pychromecast

14.0.1

19 Mar 20:05
da31460
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

13 changes

14.0.0

15 Feb 10:33
0f367e2
Compare
Choose a tag to compare

Breaking change

pychromecast has seen some major changes in this release, which unfortunately causes multiple breaking changes.

The most important breaking changes are:

  • Most user facing functions accepting an optional callback function have been changed such that the optional arguments are now kwarg only (#779)
  • The signature of callbacks called when requests are completed has been changed (#783)
  • Some named tuples have been replaced with dataclasses (#787)
  • The ServiceInfo class has been split in two classes (#790)
  • Parameter names of MediaStatusListener.load_media_failed has been changed (#826)
  • Many user facing functions now have a default timeout, and will raise when that timeout expires (#836)
  • It's no longer supported to use pychromecast with event custom loops (#837)

What's Changed

⬆️ Dependencies

5 changes

13.1.0

15 Jan 07:31
052e061
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

6 changes

13.0.8

21 Nov 15:45
b783aa5
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

26 changes

13.0.7

03 Apr 15:52
b54029c
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

13.0.6

28 Mar 06:29
e2a17ae
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

2 changes

13.0.5

20 Mar 10:45
3ed5498
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

14 changes

13.0.4

13 Dec 07:18
3961d28
Compare
Choose a tag to compare

What's Changed

  • Correct timeout in call to poll.poll (#687) @emontnemery
  • Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (#686) @emontnemery

13.0.3

12 Dec 19:29
6c696ac
Compare
Choose a tag to compare

What's Changed

  • Revert "Fix error with select when python process exceeds 1024 open file descriptors" (#685) @emontnemery

⬆️ Dependencies

3 changes

13.0.2

09 Dec 09:15
3422cb7
Compare
Choose a tag to compare

What's Changed

  • Adding support for reported unknown devices (#680) @SplinterHead
  • Add Chromecast Ultra and Chromecast HD to the recognised devices (#679) @SplinterHead
  • Fix error with select when python process exceeds 1024 open file descriptors (#676) @logan893
  • Include URL and UUID in Home Assistant controller messages (#613) @emontnemery

⬆️ Dependencies

2 changes