Skip to content

Version: 1.15.0

Compare
Choose a tag to compare
@d3p d3p released this 19 May 09:10
· 1546 commits to master since this release
1a12fda

[1.15.0] – 2021-05-18

New

  • Sync latency detection increases connection reliability. Library will change the current endpoint
    when it detects data sync latency on it.

  • Configuration parameters: latency_detection_interval,
    max_latency. See client documentation for details.

  • Debot module:

    • signing messages with signing box handles returned from debots.
    • return any sdk errors to debot in case of external calls.
    • defining signing box handle used to sign message in approve callback.