labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Bump zeroconf from 0.33.1 to 0.36.8 #289

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps zeroconf from 0.33.1 to 0.36.8.

Release notes

Sourced from zeroconf's releases.

0.36.8

  • Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled (#1008) @​bdraco

0.36.7

0.36.6

0.36.5

  • Reduced memory usage for incoming and outgoing packets (#987) @​bdraco

0.36.4

0.36.3

0.36.2

0.36.1

  • Skip goodbye packets for addresses when there is another service registered with the same name (#968) @​bdraco

    If a ServiceInfo that used the same server name as another ServiceInfo was unregistered, goodbye packets would be sent for the addresses and would cause the other service to be seen as offline.

  • Fixed equality and hash for dns records with the unique bit (#969) @​bdraco

    These records should have the same hash and equality since the unique bit (cache flush bit) is not considered when adding or removing the records from the cache.

0.36.0

Technically backwards incompatible:

0.35.1

  • Only reschedule types if the send next time changes (#958) @​bdraco

    When the PTR response was seen again, the timer was being canceled and rescheduled even if the timer was for the same time. While this did not cause any breakage, it is quite inefficient.

  • Cache DNS record and question hashes (#960) @​bdraco

... (truncated)

Commits
  • 61275ef Bump version: 0.36.7 → 0.36.8
  • 1551618 Update changelog for 0.36.8 (#1010)
  • b0e8c8a Fix ServiceBrowser infinite looping when zeroconf is closed before its cancel...
  • fec9f3d Update CI to use python 3.10, pypy 3.7 (#1007)
  • 543558d Cleanup typing in zeroconf._protocol.outgoing (#1000)
  • af4d082 Breakout functions with no self-use in zeroconf._handlers (#1003)
  • d3ed691 Use more f-strings in zeroconf._dns (#1002)
  • 8e45ea9 Remove unused code in zeroconf._core (#1001)
  • f44b40e Bump version: 0.36.6 → 0.36.7
  • d2853c3 Update changelog for 0.36.7 (#999)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #289 (f7f393c) into master (e2b3b3b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #289   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files          41       41           
  Lines        1861     1861           
  Branches      294      294           
=======================================
  Hits         1698     1698           
  Misses        105      105           
  Partials       58       58           
Flag Coverage Δ
unittests 91.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e2b3b3b...f7f393c. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #291.