Releases: bang-olufsen/mozart-open-api
Releases · bang-olufsen/mozart-open-api
4.1.1.116.5
Full Changelog: 4.1.1.116.4...4.1.1.116.5
- Fix Mozart CLI not accepting serial number or IP address as
mode
- Add helper function
async_get_beolink_join_result
to getget_beolink_join_result
results asynchronously - Small tweaks
4.1.1.116.4
Full Changelog: 4.1.1.116.3...4.1.1.116.4
- Use AIOHTTP >=3.11.0, fixing WebSocket reconnect issues
- Add
__all__
attribute to__init__.py
files - Small tweaks and improvements
4.1.1.116.3
Full Changelog: 4.1.1.116.2...4.1.1.116.3
- Fix callback typing not supporting awaitable functions
4.1.1.116.2
Full Changelog: 4.1.1.116.0...4.1.1.116.2
- Add better type hinting
- Use ruff instead of black for formatting
- Update OpenAPI generator to version 7.10
- Improve API documentation
- Tweaks
4.1.1.116.0
Full Changelog: 3.4.1.8.8...4.1.1.116.0
- Update API specification
3.4.1.8.8
Full Changelog: 3.4.1.8.7...3.4.1.8.8
- Add ssl_context parameter to MozartClient in Python client. This can be used to bypass
ssl.load_default_certs
, which is a blocking call. - Remove old unused model in Python client in this repository.
3.4.1.8.7
Full Changelog: 3.4.1.8.6...3.4.1.8.7
- Add post-reboot method
- Add better checks to get_highest_resolution_artwork in Python client
- Update API generator from version 7.6.0 to 7.8.0
3.4.1.8.6
Full Changelog: 3.4.1.8.5...3.4.1.8.6
- Disable aiohttp Clientsession trust_env as it uses netrc, which is not async
- Update OpenAPI generator from version 7.4.0 to 7.6.0
3.4.1.8.5
Full Changelog: 3.4.1.8.4...3.4.1.8.5
- Add Pydantic V2 compatibility to Python client
3.4.1.8.4
Full Changelog: 3.4.1.8.2...3.4.1.8.4
- Revert the Python generator from
python
back topython-pydantic-v1
for Pydantic v1 compatibility - Revert WebSocket backend from websockets back to aiohttp becuase of instability on some systems