Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Releases: HBM/java-scan

Version 2.2.0

04 Feb 09:22
d3183f7

Choose a tag to compare

Bugs fixed

  • Service Entries of type "null" are no longer deserialized into ServiceEntry objects

Maintenance

  • Update to latest gson library

Version 2.1.0

19 Feb 19:10
322cea2

Choose a tag to compare

New Features

  • It's now possible to exclude network interfaces from scan by using predicates.

Version 2.0.0

25 Aug 08:41

Choose a tag to compare

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

15 Dec 05:18

Choose a tag to compare

Bugfix release

Bugs fixed

  • Synchronize device event notifications
  • Ignore announces with a negative expiration

Maintenance

  • Update to latest gson library

Version 1.7.0

28 Aug 15:34

Choose a tag to compare

Small bugfix release

  • Synchronize access to awaitingResponse correctly
  • Ensure correct behavior for announce with negative expiration

Version 1.6.0

14 Mar 19:40

Choose a tag to compare

  • Add method to get an ID representing the communication path

Version 1.5.0

10 Mar 09:03

Choose a tag to compare

  • Add method to check if two announces have the same communication path.

version 1.4.0

03 Feb 17:40

Choose a tag to compare

  • Fix a memory leak
  • Enhance Swing GUI
  • Switch to semantic versioning

version 1.3

15 Jan 14:04

Choose a tag to compare

  • Support for retrieving the device label out of Announce messages
  • Update to gradle wrapper 2.10
  • Fix version of dependent libraries

version 1.2

24 Dec 06:36

Choose a tag to compare

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.