Skip to content

Releases: andrewsayre/pyheos

Release 0.7.4

27 May 15:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.3...0.7.4

Release 0.7.3

26 May 14:32
Compare
Choose a tag to compare
  • Updated supported Python versions to 3.11 and 3.12
  • Updated test dependencies

Release 0.7.2

14 Nov 19:50
Compare
Choose a tag to compare
  • Update dependencies and environments (#17)

Release v0.7.1

11 Nov 17:53
Compare
Choose a tag to compare
  • Remove tests from package distribution

Release v0.6.0

25 Aug 01:24
91955a3
Compare
Choose a tag to compare
  • Exceptions during connection and commands are now wrapped in an exception deriving from HeosException to prevent leaking of internal implementation. This is a breaking change.
  • Conformity to v.1.14 of the CLI
  • Updated requirements
  • Fix get_playlists not populating source_id

Release 0.5.2

05 May 20:09
5b5d94b
Compare
Choose a tag to compare
  • Fix edge case where get_now_playing_media returns an empty payload and would result in a KeyError during load/refresh

Release 0.5.1

02 May 03:04
dc241e3
Compare
Choose a tag to compare
  • Support minimal response in get_players by non-spec conforming devices

Release 0.5.0

28 Apr 23:55
Compare
Choose a tag to compare
  • Release under Apache 2.0
  • Add Quick Select functions
  • Add Playlist retrieval/play functions
  • Add Group functions
  • Reduce noise on debug logging

Release 0.4.1

25 Apr 01:29
dbdfe61
Compare
Choose a tag to compare
  • Fix an issue where the heartbeat was not handling a timeout error and breaking the reconnection logic.

Release 0.4.0

19 Apr 00:58
f66115e
Compare
Choose a tag to compare
  • Add support for groups
  • Standardize command failures (breaking change - all commands now raise an exception if not successful instead of returning a boolean)