Next | Query returned 43 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2020-10-21 13:48:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.28.6

0.28.6
Loosened service name validation when receiving from the network this lets us \ 
handle some real world devices previously causing errors
   2020-09-29 18:59:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.28.5

0.28.5
Enabled ignoring duplicated messages which decreases CPU usage, thanks to J. \ 
Nick Koston.
Fixed spurious AttributeError: module 'unittest' has no attribute 'mock' in tests.
   2020-09-10 11:51:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.28.4

0.28.4
Improved cache reaper performance significantly, thanks to J. Nick Koston.
Added ServiceListener to __all__ as it's part of the public API, thanks to \ 
Justin Nesselrotte.

0.28.3
Reduced a time an internal lock is held which should eliminate deadlocks in \ 
high-traffic networks, thanks to J. Nick Koston.

0.28.2
Stopped asking questions we already have answers for in cache, thanks to Paul \ 
Daumlechner.
Removed initial delay before querying for service info, thanks to Erik Montnemery.
   2020-08-21 11:06:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.28.1

0.28.1:
Unknown changes
   2020-07-08 10:16:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.28.0

0.28.0

Improved Windows support when using socket errno checks.
Added support for passing text addresses to ServiceInfo.
Improved logging (includes fixing an incorrect logging call)
Improved Windows compatibility by using Adapter.index from ifaddr.
Improved Windows compatibility by stopping using socket.if_nameindex.
Fixed an OS X edge case which should also eliminate a memory leak.

Technically backwards incompatible:
ifaddr 0.1.7 or newer is required now.
   2020-06-20 18:32:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.27.1

0.27.1
Improved the logging situation (includes fixing a false-positive "packets() \ 
made no progress adding records")

0.27.0
Large multi-resource responses are now split into separate packets which fixes a \ 
bad mdns-repeater/ChromeCast Audio interaction ending with ChromeCast Audio \ 
crash (and possibly some others) and improves RFC 6762 compliance
Added a warning presented when the listener passed to ServiceBrowser lacks \ 
update_service() callback
Added support for finding all services available in the browser example

Backwards incompatible:
Removed previously deprecated ServiceInfo address constructor parameter and property
   2020-05-27 09:58:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.26.3

0.26.3
Improved readability of logged incoming data.
Threads are given unique names now to aid debugging.
Fixed a regression where get_service_info() called within a listener add_service \ 
method would deadlock, timeout and incorrectly return None.
   2020-05-23 09:50:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.26.2

0.26.2:
Unknown changes
   2020-05-07 07:40:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.26.1

0.26.1:
Fixed a performance regression introduced in 0.26.0
   2020-04-28 13:37:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.26.0

0.26.0:
Fixed a regression where service update listener wasn't called on IP address \ 
change (it's called on SRV/A/AAAA record changes now).

Technically backwards incompatible:
Service update hook is no longer called on service addition (service added hook \ 
is still called), this is related to the fix above.

Next | Query returned 43 messages, browsing 31 to 40 | Previous