25.4.0
·
60 commits
to staging
since this release
-
Added a new function "SetId(newDeviceId)" for managing device ID changes according to the device ID Type.
-
Added a new configuration function "addCustomNetworkRequestHeaders(IDictionary<string, string>)" to add custom request headers to each request.
-
Added support for parameter tamper protection:
- Added a new configuration function "SetParamaterTamperingProtectionSalt(string)" to provide salt value for checksums.
-
Mitigated an issue where changing to same ID was permitted.
-
Mitigated an issue where internal limits were not applied to error names.
-
Mitigated an issue where POST requests were not formed correctly.