This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Releases: HBM/java-scan
Releases · HBM/java-scan
Version 2.2.0
Version 2.1.0
New Features
- It's now possible to exclude network interfaces from scan by using predicates.
Version 2.0.0
Breaking API release
- IP addresses are no longer provided as String objects but as InetAddress objects. This simplifies connection establishment considerably when using this library.
Version 1.8.0
Bugfix release
Bugs fixed
- Synchronize device event notifications
- Ignore announces with a negative expiration
Maintenance
- Update to latest gson library
Version 1.7.0
Small bugfix release
- Synchronize access to awaitingResponse correctly
- Ensure correct behavior for announce with negative expiration
Version 1.6.0
- Add method to get an ID representing the communication path
Version 1.5.0
- Add method to check if two announces have the same communication path.
version 1.4.0
- Fix a memory leak
- Enhance Swing GUI
- Switch to semantic versioning
version 1.3
- Support for retrieving the device label out of Announce messages
- Update to gradle wrapper 2.10
- Fix version of dependent libraries
version 1.2
Small maintenance release.
- gson classes are no longer bundled in devscan.jar.
- you can now get the version of the library from your Java code.