Skip to main content

Veritran Docs

2.9.13

Release date: February 2025

New Features and Improvements
  • We have improved the lambda processes interpreter to support variable names, removing restrictions on reserved words such as "token" and allowing our users to choose the most convenient names for their variables. This translates into greater flexibility and customization in the development of their lambda processes.

  • We integrated Veridas Video Selfie, which provides the functionalities of Veridas Document Capture and Veridas Photo Selfie in a single flow. This means it allows for the capture of document data and the comparison of a facial image against the document image.

  • We improved Webfly's observability by integrating OpenTelemetry, which allows for precise tracking of legacy and lambda processes. The propagation of trace contexts ensures that they are correctly associated, facilitating a better monitoring experience.

Fixes
  • We fixed an issue in the synchronization mechanism that caused data loss in input text fields when stored in the autodump attribute. By correctly adding the autodump attribute to the synchronizable fields, we now ensure that the information entered by the user is properly preserved, improving the experience and preventing data loss.

  • We fixed an issue with footprints having the same ID in different organizations.

  • We fixed an error that occured when refreshing a view that did not include contents1 among its visual areas.

  • We fixed an error that occurred when performing a REFRESH on a VTFragment component that had an onLoad in its interface.

  • We fixed an issue in the Delta2 configuration of Webfly that prevented the correct application of styles, such as borderRadius. Now, when Delta2 is loaded, styles are properly identified, ensuring a consistent visual appearance.

  • We fixed an issue in the generation of QR codes that prevented their reading by some scanners, such as MercadoPago, when they contained special characters. We implemented UTF-8 encoding in the QR callApi, ensuring that all codes are compatible and correctly interpreted by the readers.

  • We fixed an issue that prevented performing a Refresh on a sequence in a visual area that was already in the DOM in a previous component-type interface.

  • We modified the behavior so that styles configured in the rightPanel now concatenate from left to right. Additionally, styles created in themes in the custom tab now support not being assigned to any component.

  • We fixed an issue in the process controller for Blue/Green that caused a NullPointerException in the response. We correctly initialized the object that caused the error, ensuring stable and error-free execution.