Last updated
Last updated
Changes
The Signature class methods previously returned and accepted long values for timestamps. Our API only accepts String timestamps when using Signature based Authentication. To eliminate the confusion, we have updated our Signature methods and WebApi.getWebToken
method to only accept and return String timestamp values. (breaking changes)
Bug Fixes
Getting the Job Response would occasionally fail with an error. We have updated JobStatusResponse.Result
to be of a new that can handle both String responses and Object responses. (potential breaking change)