Log message:
py-zeroconf: updated to 0.25.0
0.25.0
Reverted uniqueness assertions when browsing, they caused a regression
Backwards incompatible:
Rationalized handling of TXT records. Non-bytes values are converted to str and \
encoded to bytes using UTF-8 now, None values mean value-less attributes. When \
receiving TXT records no decoding is performed now, keys are always bytes and \
values are either bytes or None in value-less attributes.
0.24.5
Fixed issues with shared records being used where they shouldn't be (TXT, SRV, A \
records are unique now)
Stopped unnecessarily excluding host-only interfaces from InterfaceChoice.all as \
they don't forbid multicast
Fixed repr() of IPv6 DNSAddress
Removed duplicate update messages sent to listeners
Added support for cooperating responders
Optimized handle_response cache check
Fixed memory leak in DNSCache
|