# Document Revision History

This page contains the documentation release notes for the current release. See the subpages for historic release notes.

## 2026 May 20 - ICA v2.46.0

* **New Functionality**
  * Documented [Data](/connected-analytics/project/p-data.md) search improvements, including searching by file/folder path.
  * Documented the status string included on the analysis object passed to pipeline, onRender, [onFinished](/connected-analytics/project/p-flow/f-pipelines/json-based-input-forms/onfinished.js.md) and onSubmit JavaScript hooks.
* **Updated Functionality**
  * Added information on deleting [Docker](/connected-analytics/home/h-dockerrepository.md) images, including the new warning shown when deleting an image that is still in use.
  * Updated [Nextflow](/connected-analytics/project/p-flow/f-pipelines/pi-nextflow.md#nextflow-version) timeline — Nextflow v22.04 will remain available as a deprecated version in 2027 and will be removed in 2028.
  * Updated [Git-sourced pipelines](/connected-analytics/project/p-flow/f-pipelines/git-sourced-pipelines-experimental.md) documentation to cover the clearer error messages for pipeline name length and Git repository name length limits.
* **General Documentation updates**
  * Updated documentation for [launching a DRAGEN pipeline](/connected-analytics/tutorials/launching-a-dragen-pipeline.md) on ICA.
  * Added the impact of Service Control Policies (SCPs) and Resource Control Policies (RCPs) to [BYOB troubleshooting](/connected-analytics/home/h-storage/s-awss3/troubleshooting-aws-s3-connectivity.md) — these policies are evaluated before bucket, and identity-based policies and can block cross-account setups.
  * Service Connector [Troubleshooting](/connected-analytics/project/p-connectivity/service-connector/service-connector-troubleshooting.md) documentation was updated.
  * Clarified in the documentation that project connectors do not take data into account which was already present before the connector was created.
  * Added guidance on credential usage for IDBC connections from R to Base for Snowflake [Bench](/connected-analytics/project/p-bench.md) authentication.
  * Added information on possible leftover [files](/connected-analytics/project/p-data.md) when the system tests S3 storage rights


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.connected.illumina.com/connected-analytics/reference/r-documentrevisionhistory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
