Skip to main content

Veritran Docs

2.10.0

Release date: September 2025

New Features and Improvements
  • We improved security and stability in our platform by updating several libraries. This guarantees a more reliable experience without modifying the app's interface or behaviour. The updated libraries are:

    • Apache Commons Compress

    • Apache Commons Configuration

    • Bouncy Castle

    • Apache Commons IO

    • Apache Commons Text

    • Gson

    • Google Core Libraries for Java

    • Hibernate Validator

    • JSON in Java

    • Jackson Annotations

    • Apache HttpClient

    • JUnit

    • Apache Tika

    • OWASP

    • Protobuf

    • Kotlin Standard Library Common

  • We added observability under the Open Telemetry standards to guarantee that lambda and legacy processes can be tracked properly.

  • We added support for status for the following components: VTFlexContainer, VTButton, VTText y VTInput. We now also support the events CSS_ADD, CSS_REPLACE y CSS_REMOVE for the Flex Container component.

  • We added the Repeater component. This allows to repeat n elements in an array, making it easier to create lists or dynamic sections.

  • We now allow to verify a termId with the GET /dev/termId endpoint, only available in environments configured as "dev". This feature allows to verify and track a termId during the development, which improves the testing and diagnosis process.

  • We added support for a new field in Studio called debounce. With this feature, the platform waits 300ms after an end user stops typing to execute an event.

  • We improved support to SVG files with multiple colors. Now, it is possible to keep original colors.

Fixes
  • We fixed an issue in nav type pop-ups that could not be visualized properly when an input component was clicked.

  • We fixed an issue on pop-ups being not centered correctly.

  • We fixed an issue that caused an error in the console when clicking a Button component.

  • We fixed an issue in the Input component that threw an error in the console when typing.

  • We fixed an error in how registers were handled during lambda processes invocations which made values to persist incorrectly and caused unexpected behaviours. Now, data is processes in an isolated way in each execution to guarantee consistent results.

  • We fixed an issue that prevented the progress bar to adopt the theme's style.