Releases: homeassistant-projects/pyadtpulse
Releases · homeassistant-projects/pyadtpulse
1.2.12
What's Changed
- Bump freezegun from 1.5.3 to 1.5.5 by @dependabot[bot] in #56
- Bump pre-commit from 4.2.0 to 4.3.0 by @dependabot[bot] in #55
- Bump aiohttp from 3.12.14 to 3.12.15 by @dependabot[bot] in #54
- Bump pytest-asyncio from 1.0.0 to 1.1.0 by @dependabot[bot] in #52
- Bump ruff from 0.12.3 to 0.12.8 by @dependabot[bot] in #51
- Bump build from 1.2.2.post1 to 1.3.0 by @dependabot[bot] in #53
- Pypi publish fix by @EVWorth in #58
- Bump ruff from 0.12.8 to 0.12.10 by @dependabot[bot] in #61
- Bump lxml from 6.0.0 to 6.0.1 by @dependabot[bot] in #62
- Bump ruff from 0.12.10 to 0.12.11 by @dependabot[bot] in #63
- Bump pytest from 8.4.1 to 8.4.2 by @dependabot[bot] in #65
- Bump ruff from 0.12.11 to 0.12.12 by @dependabot[bot] in #66
- Bump pytest-mock from 3.14.1 to 3.15.0 by @dependabot[bot] in #67
- Bump twine from 6.1.0 to 6.2.0 by @dependabot[bot] in #64
- Bump pytest-isolate from 0.0.12 to 0.0.13 by @dependabot[bot] in #68
- Bump ruff from 0.12.12 to 0.13.0 by @dependabot[bot] in #69
- Bump pytest-asyncio from 1.1.0 to 1.2.0 by @dependabot[bot] in #70
- Bump ruff from 0.13.0 to 0.13.3 by @dependabot[bot] in #75
- Bump lxml from 6.0.1 to 6.0.2 by @dependabot[bot] in #72
- Bump pytest-mock from 3.15.0 to 3.15.1 by @dependabot[bot] in #71
- Ruff formatting, pre-commit, and validate workflow by @EVWorth in #50
New Contributors
- @dependabot[bot] made their first contribution in #56
Full Changelog: 1.2.11...1.2.12
1.2.11
What's Changed
- Refactor for uv by @EVWorth in #45
- Update aiohttp zlib ng to aiohttp fast zlib zlib ng by @EVWorth in #47
- Workflow improvements by @EVWorth in #48
- Unit test fixes/removals by @HeroesDieYoung in #42
New Contributors
Full Changelog: 1.2.10...1.2.11
1.2.10
- updates by @HeroesDieYoung
1.2.9
- moved releases back to rsnodgrass from rlippmann
- all changes rlippmann has submitted
1.1.5
See CHANGELOG.md
1.1.3
1.1.3 (2023-10-11)
- revert sync check logic to check against last check value. this should hopefully fix the problem of HA alarm status not updating
- use exponential backoff for gateway updates if offline instead of constant 90 seconds
- add jitter to relogin interval
- add quick_relogin/async_quick_relogin to do a quick relogin without requerying devices, exiting tasks
- add more alarm testing in example client
auto relogin, device classes, bug fixes
What's Changed
- misc speed ups and fixes by @rlippmann in #25
- Various fixes by @rlippmann in #27
- Bump uvloop to 0.17 by @rlippmann in #28
- browser fingerprint/doc updates by @rlippmann in #29
- 1.1.0 by @rlippmann in #31
Full Changelog: 1.0.0...1.1.0
1.0.0
- major update from rlippmann@ that adds asyncio support and backwards compatible sync behavior