Skip to content

4.0.0

Compare
Choose a tag to compare
@lorenzobruni lorenzobruni released this 26 Feb 10:22
· 69 commits to master since this release

This Version is NOT backward compatible.

N.B. If you upgrade to this version then you must upgrade the Client API Library to implement the strict JSON-RPC specifications.

  • JSON-RPC response structure fixed to implement strict specifications: https://www.jsonrpc.org/specification

    • data property renamed to result
    • error.code changed to type integer
    • error.message changed to type string
    • error.data added as type dynamic
  • New Methods added

    • API.Utility.GetUserAcceptLanguage()
    • API.Utility.EncodeBase64FromUTF8()
    • API.Utility.EncodeBase64FromByteArray()
  • Header RESPONSE_Server overridden and enableVersionHeader set to false following the OWASP security best practice.