1.24.0 -> 1.24.1
Configuring Identity change
The identity.setIdentity
API returns a callback with success or failure to notifiy host app if the identity was set successfully or not.
Date Format change
Starting 1.24.1, the SDK uses the yyyy-MM-dd
(standard calendar year) date format to compos custom dates range for Portal APIs.
SDK originally used
YYYY
, which may have caused issues where dates at the end of December or the beginning of January were interpreted as belonging to the wrong year (e.g., December 31, 2023, might be treated as part of 2024 in some cases). Switching toyyyy
ensures that the date format consistently reflects the actual calendar year without unexpected shifts.
Last updated