- Notas de versão do UiPath CLI
- Notas de versão da extensão do Azure DevOps
- Notas de versão do plug-in do Jenkins
Notas de versão de integrações de CI/CD
Data de lançamento: 28 de maio de 2026
Versão de hotfix.
Correções de bugs
Transient test packages not picked up by Orchestrator
Fixed an issue where transient test packages created by uipcli test run were not picked up by Orchestrator in some client environments. With 25.10.19, the CLI publishes these packages using the 1.0.<seconds> version format — the same format used in 25.10.13 and earlier.
In 25.10.14 (April 23, 2026), the CLI started appending a millisecond suffix to transient test package versions — 1.0.<seconds>-<ms> — to avoid collisions when concurrent CI pipelines packed the same project within the same second. The trailing -<ms> made the version a NuGet prerelease, which Orchestrator did not index in some client environments, so the test run failed even though the package itself had been published successfully.
Affected versions: 25.10.14, 25.10.15, 25.10.16, 25.10.17, 25.10.18. Customers on 25.10.13 or earlier were never affected.
Resolution in 25.10.19. The suffix has been removed. Transient test packages produced by uipcli test run are versioned 1.0.<seconds> again. A stable replacement for the collision-avoidance behavior is being evaluated and will land in a future release. The uipcli package pack command is unaffected — only the temporary packages produced internally by test run change.
If you are on any affected version and run concurrent test run jobs against the same project, upgrade to 25.10.19.