8.3.0
Improvements
We've optimized the system to improve overall performance, resulting in faster and smoother operation.
We have introduced an option to assign multiple custom domains to a single workspace, making it easier to manage various domains under one account.
A new configuration switch has been added to the Web SDK, allowing you to choose whether to load the transaction page within the same window or open it in a new tab. This feature provides more flexibility when integrating the Web SDK into your application.
Bug Fixes
We resolved an issue in the Terms and Conditions workflow where PDFs couldn't be uploaded in certain browsers; this has now been fixed, and PDFs can be uploaded successfully across all browsers.
We addressed a problem where the key-pair values within objects were not properly validated in the Validator. To resolve this, key values inside objects can now be accessed using
${}
template parsing. For example, given the object{"person": {"name": {}, "address": {"city":"New York"}}}
, you can access the value of "city" using${person.address.city}
for proper validation.Fixed an issue where values in user metadata rule were not validated as expected. Previously, message metadata was used for validation instead of user metadata. This has now been corrected.
For the Web SDK, we corrected an issue where incorrect browser instructions were displayed. The Web SDK will now show the proper browser name and corresponding instructions.