postlund / pyatv

A client library for Apple TV and AirPlay devices
https://pyatv.dev
MIT License
882 stars 96 forks source link

Release 0.13.4 #2127

Closed postlund closed 1 year ago

postlund commented 1 year ago

0.13.4 Krusty (2023-08-06)

@bdraco cleaned up in aisle four and made scanning more robust in shaky networks, thanks!

Changes:

Other:

17d130a Fallback to sending unicast PTR queries when multicast is broken or packets are being dropped (#2122)
b64bdf9 gha: Remove log workflow (#2120)

All changes:

17d130a Fallback to sending unicast PTR queries when multicast is broken or packets are being dropped (#2122)
b64bdf9 gha: Remove log workflow (#2120)

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% :warning:

Comparison is base (17d130a) 88.72% compared to head (237e384) 88.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2127 +/- ## ========================================== - Coverage 88.72% 88.71% -0.01% ========================================== Files 163 163 Lines 11070 11070 ========================================== - Hits 9822 9821 -1 - Misses 1248 1249 +1 ``` | [Files Changed](https://app.codecov.io/gh/postlund/pyatv/pull/2127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pierre+St%C3%A5hl) | Coverage Δ | | |---|---|---| | [pyatv/const.py](https://app.codecov.io/gh/postlund/pyatv/pull/2127?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pierre+St%C3%A5hl#diff-cHlhdHYvY29uc3QucHk=) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/postlund/pyatv/pull/2127/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pierre+St%C3%A5hl)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bdraco commented 1 year ago

thanks