Skip to content

Releases: iot-dsa-v2/sdk-dslink-java-v2

0.65.1

11 Aug 19:17
4c123c9
Compare
Choose a tag to compare
  • Fix directories in dslink.options
  • Swallow init protocol method.

0.65.0

07 Aug 15:22
d37d693
Compare
Choose a tag to compare
  • More aggressive closing of connection by transport.

0.64.1

18 Jul 15:59
ff99357
Compare
Choose a tag to compare
  • Fix broker uri not being set before checkConfig.

0.64.0

11 Jul 22:00
6014e15
Compare
Choose a tag to compare
  • Log name changes.
  • Log message changes.

0.63.0

08 Jul 16:15
f23262f
Compare
Choose a tag to compare
  • Automatic module names for JPMS
  • Remove POC module
  • Move public apis to dslink-v2-api
  • DSNode.equals->equivalent. Equals and hashCode now use the default
    Object implementations.

0.62.1

20 Jun 17:18
2c39105
Compare
Choose a tag to compare
  • Fix Java CharBuffer and ByteBuffer handling

0.62.0

18 Jun 21:00
703a98a
Compare
Choose a tag to compare
  • add ability to manually import certs to truststore
  • use java's x509trustmanagers for verifying cert chains

0.61.0

17 Jun 21:47
831d0f3
Compare
Choose a tag to compare
  • More attempts to fix unit tests that are failing on the build server
  • Event based IO
  • Requester now supports list and invoke requests when disconnected
  • Now uses timer for DSConnection lifecycle rather than a thread

0.60.0

03 Jun 15:16
1881b33
Compare
Choose a tag to compare
  • Remove default broker url.
  • Requester caches list requests for reconnection.
  • Requester caches subscriptions for reconnection.
  • Unit tests.
  • Main node name is overridable.
  • DSPath.resolve

0.59.1

20 May 21:07
4d934f5
Compare
Choose a tag to compare
  • fix keytool invocation
  • fix problem with generating CSRs on Linux