Skip to content

25.4.0

Choose a tag to compare

@arifBurakDemiray arifBurakDemiray released this 22 Jul 11:19
· 60 commits to staging since this release
7e808e7
  • 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.