Skip to content

Releases: bang-olufsen/mozart-open-api

4.1.1.116.5

08 Jan 12:31
Compare
Choose a tag to compare

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 get get_beolink_join_result results asynchronously
  • Small tweaks

4.1.1.116.4

10 Dec 15:57
Compare
Choose a tag to compare

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

22 Nov 17:44
Compare
Choose a tag to compare

Full Changelog: 4.1.1.116.2...4.1.1.116.3

  • Fix callback typing not supporting awaitable functions

4.1.1.116.2

22 Nov 16:03
Compare
Choose a tag to compare

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

17 Oct 12:03
Compare
Choose a tag to compare

Full Changelog: 3.4.1.8.8...4.1.1.116.0

  • Update API specification

3.4.1.8.8

20 Sep 13:23
Compare
Choose a tag to compare

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

03 Sep 14:33
Compare
Choose a tag to compare

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

24 Jun 19:14
Compare
Choose a tag to compare

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

11 Apr 13:59
Compare
Choose a tag to compare

Full Changelog: 3.4.1.8.4...3.4.1.8.5

  • Add Pydantic V2 compatibility to Python client

3.4.1.8.4

26 Mar 17:04
Compare
Choose a tag to compare

Full Changelog: 3.4.1.8.2...3.4.1.8.4

  • Revert the Python generator from python back to python-pydantic-v1 for Pydantic v1 compatibility
  • Revert WebSocket backend from websockets back to aiohttp becuase of instability on some systems