Releases: iot-dsa-v2/sdk-dslink-java-v2
Releases · iot-dsa-v2/sdk-dslink-java-v2
0.79.2
- Don't use save delay on stop.
0.79.1
- If tmp database file is zero size, error out.
0.79.0
- Coalesce database saves.
- Sync file descriptor on database save.
- Minor threading fixes in lists and subscriptions.
0.78.0
- Add DSString.toXXX conversions.
- Buffer key list response sections.
- Fix potential delay in DRuntime.
0.77.0
- Serialize to a tmp file first, then rename after backup made.
0.76.0
- Increase max websocket buffer sizes.
0.75.3
- Fix class cast exception when overwriting child of different type.
0.75.2
- Fix sending first message on connect.
- Increase buffer sizes in small increments to decrease chances of OOM.
- Lock Tyrus dependencies at 1.16 for now.
0.75.1
- Properly handle children configs and attributes
- Fix sending meta data on METADATA_CHANGED events in list.
0.75.0
- Add ignore equals flag to dsinfo for ignoring the putting of equals children.
- Extend read timeout to fix random disconnects (timing too tight).
- Close transport on stopped.