Releases: iot-dsa-v2/sdk-dslink-java-v2
Releases · iot-dsa-v2/sdk-dslink-java-v2
0.59.0
0.58.0
0.57.0
- Requester now merges multiple list requests into one.
- Requester list API changed.
- ApiObject interface changed.
- Fix chunked list responses.
- Fix concurrency bug in SimpleTable.
- DSLink.getUpstream() changed to DSLink.getConnection()
- Fix list invalid cast.
- New unit tests.
0.56.0
- Eliminate dependencies between specific link connections and DSSession.
- Fix blasting of broker with empty messages. Better tracking whether ack required.
- Add DSISession and DSITransport - in public api.
- Eliminate dstranport dependencies (apis) that won't be used in non-blocking IO (future).
- Fix msgpack bug.
- Fix handshake with tokens.
- Adds DSSession stats.
0.55.0
0.54.0
0.53.0
0.52.0
- Remove isEqual from DSIObject.
- Refactor DSLink for in process links.
- Move upstream connection from the sys node to upstream on the link.
- Add home directory to DSLinkOptions.
- Add DSNode.getRootNode.
- DSConnection was broken by changes to DSStatusNode.
- Moved getPathInBroker to DSLink.