Skip to content

v2.7.0

Latest

Choose a tag to compare

@nbanmp nbanmp released this 31 May 18:37
· 2 commits to master since this release

Release 2.7.0

The parameters timeout, initalDelay, and debug are no longer set in the options parameter for Client.analyze. These are all now seperate (optional) arguments.

Client.analyze(options, timeout, initialDelay, debug)

Fixed a bug preventing token refresh when using the same Client for more than 10 minutes.

Documentation updates.