Skip to content

[6.7.1] - Release Notes

In this version, we have added queueDuration on service endpoints to know how long an http request is queued awaiting resolution. Also, we have fixed minor issues in license management.

Added

  • queueDuration on service endpoints to know how long an http request is queued awaiting resolution.
    {
        "authStatus": "Positive",
        "queueDuration": 35,
        "sdkDuration": 694,
        "similarity": 1.0,
        "trackingMessage": "",
        "trackingStatus": -1,
        "validTimeStamp": true
    }
    

Fixed

  • Minor issues in license management.