# Release notes

> Release notes for the Pipelines activities package.

## v3.0.5

**Release date: April 27, 2026**

### Bug fixes

Fixed an issue where project dependencies were not downloaded during the pre-analyze phase, which could cause analysis failures when dependent packages were not locally available.

## v3.0.4

**Release date: February 20, 2026**

### Bug fixes

Fixed an issue where building a project using the `UiPath.Pipelines.Activities` package failed if the project contained `UiPath.OmniPageOCR.Activities` with Extended mode enabled. The build process incorrectly required the `uipath.omnipage.bundle.extended` package even when it was available on the official feed.

## v3.0.0

**Release date: February 7, 2025**

### Breaking change

The **3.0.0** version of the `UiPath.Pipelines.Activities` package causes a breaking change for workflows built with previous versions of `UiPath.Pipelines.Activities` (**2.x.x** and lower). This is due to the introduction of the **Tenant** argument instead of **Orchestrator URL**.

If you want to reuse the workflows that you created with package versions **2.x.x** or lower, inside projects that use versions **3.0.0** or higher, you must reconfigure the **Tenant** and **Folder name** arguments for the following activities (if applicable):

* [Download Package](https://docs.uipath.com/activities/other/latest/workflow/download-package-activity)
* [Publish Package](https://docs.uipath.com/activities/other/latest/workflow/publish-package-activity)
* [Run Tests](https://docs.uipath.com/activities/other/latest/workflow/run-tests-activity)
* [Update Process](https://docs.uipath.com/activities/other/latest/workflow/update-process-activity)

### Solutions Activities General Availability

The Solution activities are now out of the preview state and generally available (GA).

### Introducing the Run Existing Test Set activity

The new [Run Existing Test Set](https://docs.uipath.com/activities/other/latest/workflow/run-existing-test-set) activity allows you to run an existing test set created in Orchestrator.

### Run Tests activity enhancements

The [Run Tests](https://docs.uipath.com/activities/other/latest/workflow/run-tests-activity) activity includes the following new arguments:

* **Attach Robot logs** - (Optional) Allows you to include the test set execution logs in the report.
* **Number of retries** - (Optional) Indicates the number of reattempts for failed test cases.

### General improvements

The `UiPath.Pipelines.Activities` package includes the following improvements:

* Update `ProjectPackager` and `StandaloneAnalyzer` to `24.10`. The activity package requires `.NET 8` due to `ProjectPackager` update.
* Various bug fixes.

### Known issues

* The `UiPath.Pipelines.Activities` package does not currently support automations involving coded workflow projects.

## v2.1.0

**Release date: October 4, 2024**

### What's new

The `UiPath.Pipelines.Activities` package is now available in Public Preview. This package introduces Solutions activities.

## v2.0.2

**Release date: September 26, 2024**

### What's new

The `UiPath.Pipelines.Activities` package is now generally available. This package brings SChannel support on Windows for the `Clone` activity.

## v2.0.1

**Release date: August 22, 2024**

### What's new

This update enhances overall pipeline package performance and includes updated common dependencies for improved security.

## v2.0.0

**Release date: February 29, 2024**

### What's new

The `UiPath.Pipelines.Activities` package is now generally available.
