Zeroconf

Latest version: v0.136.2

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 24 of 37

0.39.3

Unknown

* Bump version: 0.39.2 → 0.39.3 ([`aee3165`](https://github.com/python-zeroconf/python-zeroconf/commit/aee316539b0778eaf2b8878f78d9ead373760cfb))

* Update changelog for 0.39.3 (1101) ([`39c9842`](https://github.com/python-zeroconf/python-zeroconf/commit/39c9842b80ac7d978e8c7ffef0ad836b3b4700f6))

* Fix port changes not being seen by ServiceInfo (1100) ([`c96f5f6`](https://github.com/python-zeroconf/python-zeroconf/commit/c96f5f69d8e68672bb6760b1e40a0de51b62efd6))

* Update CI to use released python 3.11 (1099) ([`6976980`](https://github.com/python-zeroconf/python-zeroconf/commit/6976980b4874dd65ee533d43be57694bb3b7d0fc))

0.39.2

Unknown

* Bump version: 0.39.1 → 0.39.2 ([`785e475`](https://github.com/python-zeroconf/python-zeroconf/commit/785e475467225ddc4930d5302f130781223fd298))

* Update changelog for 0.39.2 (1098) ([`b197344`](https://github.com/python-zeroconf/python-zeroconf/commit/b19734484b4c5eebb86fe6897a26ad082b07bed5))

* Improve cache of decode labels at offset (1097) ([`d3c475f`](https://github.com/python-zeroconf/python-zeroconf/commit/d3c475f3e2590ae5a3056d85c29a66dc71ae3bdf))

* Only reprocess address records if the server changes (1095) ([`0989336`](https://github.com/python-zeroconf/python-zeroconf/commit/0989336d79bc4dd0ef3b26e8d0f9529fca81c1fb))

* Prepare for python 3.11 support by adding rc2 to the CI (1085) ([`7430ce1`](https://github.com/python-zeroconf/python-zeroconf/commit/7430ce1c462be0dd210712b4f7b3675efd3a6963))

0.39.1

Unknown

* Bump version: 0.39.0 → 0.39.1 ([`6f90896`](https://github.com/python-zeroconf/python-zeroconf/commit/6f90896a590d6d60db75688a1ba753c333c8faab))

* Update changelog for 0.39.1 (1091) ([`cad3963`](https://github.com/python-zeroconf/python-zeroconf/commit/cad3963e566a7bb2dd188088c11e7a0abb6b3924))

* Replace pack with to_bytes (1090) ([`5968b76`](https://github.com/python-zeroconf/python-zeroconf/commit/5968b76ac2ffe6e41b8961c59bdcc5a48ba410eb))

0.39.0

Unknown

* Bump version: 0.38.7 → 0.39.0 ([`60167b0`](https://github.com/python-zeroconf/python-zeroconf/commit/60167b05227ec33668aac5b960a8bc5ba5b833de))

* 0.39.0 changelog (1087) ([`946890a`](https://github.com/python-zeroconf/python-zeroconf/commit/946890aca540bbae95abe8a6ffe66db56fa9e986))

* Remove coveralls from dev requirements (1086) ([`087914d`](https://github.com/python-zeroconf/python-zeroconf/commit/087914da2e914275dd0fff1e4466b3c51ae0c6d3))

* Fix run_coro_with_timeout test not running in the CI (1082) ([`b7a24fe`](https://github.com/python-zeroconf/python-zeroconf/commit/b7a24fef05fc6c166b25cfd4235e59c5cbb96a4c))

* Fix flakey service_browser_expire_callbacks test (1084) ([`d5032b7`](https://github.com/python-zeroconf/python-zeroconf/commit/d5032b70b6ebc5c221a43f778f4d897a1d891f91))

* Fix flakey test_sending_unicast on windows (1083) ([`389658d`](https://github.com/python-zeroconf/python-zeroconf/commit/389658d998a23deecd96023794d3672e51189a35))

* Replace wait_event_or_timeout internals with async_timeout (1081)

Its unlikely that https://bugs.python.org/issue39032 and
https://github.com/python/cpython/issues/83213 will be fixed
soon. While we moved away from an asyncio.Condition, we still
has a similar problem with waiting for an asyncio.Event which
wait_event_or_timeout played well with. async_timeout avoids
creating a task so its a bit more efficient. Since we call
these when resolving ServiceInfo, avoiding task creation
will resolve a performance problem when ServiceBrowsers
startup as they tend to create task storms when coupled
with ServiceInfo lookups. ([`7ffea9f`](https://github.com/python-zeroconf/python-zeroconf/commit/7ffea9f93e758f75a0eeb9997ff8d9c9d47ec31a))

* Update stale docstrings in AsyncZeroconf (1079) ([`88323d0`](https://github.com/python-zeroconf/python-zeroconf/commit/88323d0c7866f78edde063080c63a72c6e875772))

0.38.7

Unknown

* Bump version: 0.38.6 → 0.38.7 ([`f3a9f80`](https://github.com/python-zeroconf/python-zeroconf/commit/f3a9f804914fec37e961f80f347c4e706c4bae33))

* Update changelog for 0.38.7 (1078) ([`5f7ba0d`](https://github.com/python-zeroconf/python-zeroconf/commit/5f7ba0d7dc9a5a6b2cf3a321b7b2f448d4332de9))

* Speed up unpacking incoming packet data (1076) ([`533ad10`](https://github.com/python-zeroconf/python-zeroconf/commit/533ad10121739997a4925d90792cbe9e00a5ac4f))

0.38.6

Unknown

* Bump version: 0.38.5 → 0.38.6 ([`1aa7842`](https://github.com/python-zeroconf/python-zeroconf/commit/1aa7842ae0f914c10465ae977551698046406d55))

* Update changelog for 0.38.6 (1073) ([`dfd3222`](https://github.com/python-zeroconf/python-zeroconf/commit/dfd3222405f0123a849d376d8be466be46bdb557))

* Always return `started` as False once Zeroconf has been marked as done (1072) ([`ed02e5d`](https://github.com/python-zeroconf/python-zeroconf/commit/ed02e5d92768d1fc41163f59e303a76843bfd9fd))

* Avoid waking up ServiceInfo listeners when there is no new data (1068) ([`59624a6`](https://github.com/python-zeroconf/python-zeroconf/commit/59624a6cfb1839b2654a6021a7317a1bdad179e9))

* Remove left-in debug print (1071) ([`5fb0954`](https://github.com/python-zeroconf/python-zeroconf/commit/5fb0954cf2c6040704c3db1d2b0fece389425e5b))

* Use unique name in test_service_browser_expire_callbacks test (1069) ([`89c9022`](https://github.com/python-zeroconf/python-zeroconf/commit/89c9022f87d3a83cc586b153fb7d5ea3af69ae3b))

* Fix CI failures (1070) ([`f9b2816`](https://github.com/python-zeroconf/python-zeroconf/commit/f9b2816e15b0459f8051079f77b70e983769cd44))

Page 24 of 37

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.