Aller au contenu

SquashTM Orchestrator 6.1.0 Release Note

Introduction

SquashTM Orchestrator is a set of micro-services to perform automated test execution workflows described in a specific format.

This release note describes the changes of SquashTM Orchestrator version 6.1.0 compared to 6.0.0.

SquashTM Orchestrator 6.1.0 was released on November 10, 2025.

New features


Bug fixes

  • Issue micronaut-java-plugins #121 🔑 [UFT_interpreter] Date format are not flexible enough
    UFT tests could have the ERROR status even if they were executed correctly. This issue happened when the parser tried to calculate the execution time, more specifically when the format (based on the execution environment) was different than the standard european one (dd/MM/yyyy - HH:mm:ss). A new environment variable UFT_DATE_FORMAT has been introduced to allow the user to specify a specific format. An issue with the execution time calculation will also no longer block the interpreter, results will still be sent to SquashTM. More details can be found here.