4.0.0
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 toresult
error.code
changed to typeinteger
error.message
changed to typestring
error.data
added as typedynamic
-
New Methods added
- API.Utility.GetUserAcceptLanguage()
- API.Utility.EncodeBase64FromUTF8()
- API.Utility.EncodeBase64FromByteArray()
-
Header
RESPONSE_Server
overridden andenableVersionHeader
set tofalse
following the OWASP security best practice.