Skip to main content

Veritran Docs

2.9.25

Release date: June 2025

New Features and Improvements
  • We added specific exception handling for requests with malformed bodies across all platform endpoints. Previously, these cases returned a 500 error with internal server details. Now, we return a generic message with a 400 status code, preventing the exposure of sensitive information.

Fixes
  • We fixed an issue in backend lambda responses that exposed sensitive parameters, such as the public and secret keys for the captcha service. These values have been removed from the returned context, as they were not used on the frontend and posed a security risk.

  • We resolved a timeout error caused by the deletion of critical records required for communication with the DH. These essential records are now automatically restored after cleanup, ensuring stable communication and preventing disruptions.