Releases: bj00rn/pysaleryd
Releases · bj00rn/pysaleryd
v5.0.1-rc.4
Bug Fixes
- workflows: fix environment (e3a8e35)
v5.0.1-rc.3
Bug Fixes
- workflows: fix permission (7d2147a)
v5.0.1-rc.2
Bug Fixes
- workflows: fix pypi publish (f94ce76)
v5.0.1-rc.1
Bug Fixes
- cancel reconnect timer on disconnect (acb01c3)
- testing: use local packages when testing in vscode (cb0cf48)
v5.0.1-rc.0
Bug Fixes
- do not reconnect on websocket error message (8633981)
v5.0.0
Features
4.0.2-rc.0 (2023-12-11)
⚠ BREAKING CHANGES
- Client now pushes all data to handlers
- Client pushes data to handlers at interval set by update_interval
Features
v4.0.2-rc.0
⚠ BREAKING CHANGES
- Client now pushes all data to handlers
- Client pushes data to handlers at interval set by update_interval
Features
v4.0.0
⚠ BREAKING CHANGES
- connect will now wait forever until client establishes connection.
wrap calls to connect with asyncio.wait_for if timeout is desirable
Features
- remove timeout on initial connect (681b628)
Bug Fixes
- simplify reconnection logic (6e182b5)