Releases: devgianlu/zeroconf-java
Releases · devgianlu/zeroconf-java
v1.3.2
Added
- Store related records together with discovered service
- Added API to retrieve specific service
v1.3.1
Fixed
- Fixed parsing of some DNS labels
v1.2.2
Fixed
- Fixed empty UDP packets being sent on some interfaces
v1.2.1
Added
- Added
Zeroconf#discover
to allow discovery of services
Fixed
- Fixed confusion between IPv4 and IPv6 any addresses (8c95c24)
- Fixed deadlock in
Zeroconf#addNetworkInterface
(#8)
1.1.3
- Fixed deadlock issues (8670c41)
- Removed logging implementation (117001f)
1.1.1
- Toggle IPv4 and IPv6 functionalities
1.1.0
- Fixed
Service
class reachability
- Repeat announce/unannounce packet 3 times