Releases: music-assistant/python-hass-client
Releases · music-assistant/python-hass-client
1.2.0
What’s Changed
- #195 - Fix: don't throw warning for unsubscribe results (@lmagyar)
- Several small tweaks and optimizations
⬆️ Dependencies
4 changes
- #199 - Bump pre-commit-hooks from 4.5.0 to 4.6.0 (@dependabot)
- #200 - Bump ruff from 0.4.4 to 0.5.0 (@dependabot)
- #201 - Bump mypy from 1.10.0 to 1.10.1 (@dependabot)
- #202 - Bump pylint from 3.2.3 to 3.2.5 (@dependabot)
1.1.1
What’s Changed
- #194 - Fix unsubscribe()'s permanent KeyError (@lmagyar)
- #193 - Fix: successfully delivered messegas always got logged as 'Received message with unknown type' (@lmagyar)
⬆️ Dependencies
5 changes
- #189 - Bump pytest-cov from 4.1.0 to 5.0.0 (@dependabot)
- #187 - Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (@dependabot)
- #191 - Bump pytest from 8.2.0 to 8.2.2 (@dependabot)
- #192 - Bump black from 24.2.0 to 24.4.2 (@dependabot)
- #188 - Bump codespell from 2.2.6 to 2.3.0 (@dependabot)
1.1.0
What's Changed
- Refactor connect logic by @marcelveldt in #185
- Bump pre-commit from 3.6.1 to 3.7.1 by @dependabot in #182
- Bump pytest from 8.0.0 to 8.2.0 by @dependabot in #178
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 by @dependabot in #168
- Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #172
- Bump pylint from 3.0.3 to 3.2.3 by @dependabot in #184
- Bump mypy from 1.8.0 to 1.10.0 by @dependabot in #177
- Bump ruff from 0.2.1 to 0.4.4 by @dependabot in #181
Breaking change:
The library will no longer contain auto reconnect functionality. Instead this is the responsibility of the lib consumer.
Full Changelog: 1.0.1...1.1.0
1.0.1
What’s Changed
- #156 - Fix is_supervisor helper (@marcelveldt)
⬆️ Dependencies
2 changes
- #154 - Bump black from 24.1.1 to 24.2.0 (@dependabot)
- #155 - Bump pre-commit from 3.6.0 to 3.6.1 (@dependabot)
1.0.0
What’s Changed
Full refactor to a version 1.0.0
The code is now properly typed and the models and methods in line with HA's typescript websocket client.
Be aware that this library is now completely stateless, it will not hold any of the state data by itself, this is intended to be handled by lib consumers.
⚠ Breaking Changes
The 1.0.0 is NOT backwards compatible with the previous alpha releases!
0.1.2
What’s Changed
- #9 - Bump pytest-cov from 2.10.1 to 2.11.1 (@dependabot)
- #12 - Bump mypy from 0.790 to 0.812 (@dependabot)
- #15 - Bump aiohttp[speedups] from 3.7.3 to 3.7.4 (@dependabot)
- #8 - Bump pytest from 6.2.1 to 6.2.2 (@dependabot)
- #7 - Bump ujson from 4.0.1 to 4.0.2 (@dependabot)
- #13 - Bump tox from 3.20.1 to 3.22.0 (@dependabot)
- #14 - Bump aiohttp from 3.7.3 to 3.7.4 (@dependabot)
- #6 - Bump actions/setup-python from v2.1.4 to v2.2.1 (@dependabot)
0.1.1
What’s Changed
- Fix AttributeError due to typo
0.1.0
What’s Changed
Refactored connection logic to better handle reconnects.
0.0.9
uvloop dependency removed
0.0.8
fix for windows installs