Ynca

Latest version: v5.14.0

Safety actively analyzes 629436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

3.0.2

This release fixes a few issues with v3.0.0/v3.0.1.

* Extend initialization timeout. Seems to be needed on slower/busier systems
* Don't leave open connection after failed `initialize()`
* Make it safe to call `close()` at any time or multiple times

**Full Changelog**: https://github.com/mvdwetering/ynca/compare/v3.0.1...v3.0.2

For the rest all notes about 3.0.0 still apply, see below

Breaking change:

The API changed to better represent the YNCA api and to be a little easier to work with.
Check `example.py` for a basic example.

Changes

A lot of changes, these are the highlights

* Detect connection loss (mainly useful for IP connections)
* Add more subunit functionality e.g.
* Expose artist, album, song when available
* Expose playback status and control when available
* Add typehints
* Add tests
* Fix bugs found by tests :P
* Update documentation

3.0.1

This release fixes 2 minor issues with v3.0.0.

* Fix readme description type so upload to PyPi will work again
* Export Band enum from the library

For the rest all notes about 3.0.0 still apply, see below

Breaking change:

The API changed to better represent the YNCA api and to be a little easier to work with.
Check `example.py` for a basic example.

Changes

A lot of changes, these are the highlights

* Detect connection loss (mainly useful for IP connections)
* Add more subunit functionality e.g.
* Expose artist, album, song when available
* Expose playback status and control when available
* Add typehints
* Add tests
* Fix bugs found by tests :P
* Update documentation

3.0.0

Breaking change:

The API changed to better represent the YNCA api and to be a little easier to work with.
Check `example.py` for a basic example.

Changes

A lot of changes, these are the highlights

* Detect connection loss (mainly useful for IP connections)
* Add more subunit functionality e.g.
* Expose artist, album, song when available
* Expose playback status and control when available
* Add typehints
* Add tests
* Fix bugs found by tests :P
* Update documentation

2.0.0

Breaking change:

The (undocumented) feature of providing an IP address as port is not supported anymore. To get the same functionality use socket://<ip:port>. The socket:// syntax is a pyserial URL handler. All URL handlers can be used, e.g. hwgrep:// to select a specific USB serial dongle for cases where the path might change on reboots of the system.

Changes

* Add support for Straight
* Update docs
* Remove support for providing IP address as port

1.0.0

Fix an issue with selecting the V-AUX input
Promoting it to Stable (it has been 2 years without issues ;)

0.3.0

Added "on" attribute to receiver
Don't call on_update on the receiver for zone updates

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.