> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/connected-analytics/reference/software-release-notes.md).

# Software Release Notes

This page contains the release notes for the current release. See the [subpages](/connected-analytics/reference/software-release-notes/2025.md) for historic release notes.

{% hint style="danger" icon="burst-new" %}
IIllumina Connected Analytics is being renamed to **Illumina BioInsight Platform Core**. As part of this release, you will begin to see name changes across the Illumina software portfolio from ICA to Illumina BioInsight Platform Core or Platform Core. **There is no change to functionality under this rename, no changes to API structures, and backwards compatibility will be maintained.** Additionally, all references to **iCredits** are being **changed to** Illumina **BioInsight Credits (BIC)**. More information can be found in Illumina Product Change Notification ([PCN2026-1866](https://sharecontent.illumina.com/i/GihqYR4sJQkt62H4Tf6rw0vKP2SxHbFmAC___4eHin8IWMeQeDtEXvL6PLUSSIGNOt0mPLUSSIGNc3___DL26wgUV3IZs9jeH9X1kutzTsudNQaVBwTIODpnCeK1UPu4tlkYizMg1cMoh5EapPLUSSIGN)).

Starting with the current release, references to Illumina Connected Analytics in the release notes will be changed to Illumina BioInsight Platform Core going forward.
{% endhint %}

## 2026 July 15 - Platform Core v2.47.0

#### New Features and Enhancements

* General
  * All Platform Core subscription levels, including Basic, now have access to Base, Bench, and Custom Pipelines.
  * Multiple RBAC profiles can now be assigned at the tenant level, removing the need to assign profiles to each user individually.
* Base
  * Running a query in Base now creates a corresponding History entry, so you can see a record of the queries you have run.
* Bench
  * \-
* Cohorts
  * \-
* Data Management
  * Platform Core now supports S3 object tagging for opted-in [customer-supplied S3 storage](/connected-analytics/home/h-storage/s-awss3.md) volumes via new asynchronous folder and file tagging endpoints.
  * New [customer-supplied S3 storage](/connected-analytics/home/h-storage/s-awss3.md) volumes are now automatically granted S3 object-tagging permissions, so when tagging objects outside Platform Core no copy or archive failures occur and no manual support intervention is needed.
* Flow
  * Improved performance of aborting [analyses](/connected-analytics/project/p-flow/f-analyses.md#aborting-analyses) from the UI so cancellations complete much faster.
  * Retrieving the files of a cloned pipeline through the API now returns the config and main files.
  * Cloning a [pipeline](/connected-analytics/project/p-flow/f-pipelines.md) now preserves the ‘No standard cluster’ setting, so cloned pipelines keep the same compute configuration as the source.

#### Fixed Issues

* General
  * The batch API now returns the correct per-item error instead of repeating the same error for all items.
  * The permissions PUT endpoint no longer throws a NullPointerException when a required field is missing from the request body.
  * Fixed a bug where ‘Save as’ on a pipeline did not carry over newly added, unsaved files; those files are now included in the saved pipeline.
  * Fixed an issue where signing out could leave you appear still logged in or show a session validation error, so logout now works consistently.
  * Restored population of the instrument run ID on workflow sessions, so autolaunch integrations that rely on it work correctly again.
  * Available regions now take the app entitlement into account, so users see the correct regions for their app-specific entitlements.
  * Fixed inconsistent behavior after a subscription is reactivated, so project and data actions work correctly once the subscription is valid again.
* Base
  * Fixed an issue where exporting a Base query result to a table could leave transactions stuck in the UI, so exports now complete reliably.

    \-
* Bench
  * Fixed Bench workspace mounting so non-indexed folders can be mounted again.
  * Fixed a validation error that blocked saving an edited Bench workspace when another workspace of the same name existed elsewhere in the tenant; you can now edit and save such workspaces.

    \-
* Cohorts
  * \-
* Data Management
  * Archive and unarchive operations are no longer incorrectly flagged as external modifications, so BYOB change detection reflects only genuine external changes.
  * Addressed a slowdown that caused analyses to spend excessive time generating output, restoring expected run completion times.
  * Volume sync no longer incorrectly marks newly uploaded files as externally modified.
* Flow
  * Fixed an issue where secondary analyses did not appear in a sample’s Secondary Analysis view even though they showed in history; analyses now display correctly.
  * Fixed an issue where a Nextflow analysis using YAML-structured custom input could get stuck in the Queued state and fail; such analyses now proceed correctly.
  * Resolved intermittent socket timeouts during analysis runs that could make analyses take longer than expected, improving run reliability.
  * Fixed an error when opening a secondary analysis from a sample, so analysis details now load correctly.
  * Fixed the pipeline search API so filtering by pipeline language (for example CWL or Nextflow) no longer returns a 400 error.
  * Fixed the pipeline search API so sorting by status no longer returns a 500 error.
  * The pipeline clone API now returns a clear error message when a language version is specified for a CWL pipeline.
  * Cloning a tool shared from another tenant now creates the clone in the user’s own tenant instead of the originating tenant.
  * Improved reliability of BCL Convert analyses by preventing a transient API error from failing analyses that otherwise completed successfully.
  * Cloning a JSON-based pipeline now correctly persists the removal of additional input-form files, so deleted files no longer reappear in the cloned pipeline.
  * Fixed an error that prevented previewing a Graphical CWL pipeline when a metadata model was added; preview now works in this case.
  * Improved analysis run reliability by resolving a storage-mount deadlock that could cause long-running workflows to hang and eventually time out.
* Samples
  * Resolved an error when linking data to a newly created sample, so data can be added to a sample immediately after creation.
  * Improved data linking reliability.
  * Fixed the project samples deep link so following it opens the sample directly instead of showing an error.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/connected-analytics/reference/software-release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
