Releases: iot-dsa-v2/sdk-dslink-java-v2
Releases · iot-dsa-v2/sdk-dslink-java-v2
0.65.1
- Fix directories in dslink.options
- Swallow init protocol method.
0.65.0
- More aggressive closing of connection by transport.
0.64.1
- Fix broker uri not being set before checkConfig.
0.64.0
- Log name changes.
- Log message changes.
0.63.0
- 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
- Fix Java CharBuffer and ByteBuffer handling
0.62.0
- add ability to manually import certs to truststore
- use java's x509trustmanagers for verifying cert chains
0.61.0
- 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
- 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
- fix keytool invocation
- fix problem with generating CSRs on Linux