> For the complete documentation index, see [llms.txt](https://help.ica.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.ica.illumina.com/reference/software-release-notes.md).

# Software Release Notes

This page contains the release notes for the current release. See the [subpages](/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 September 2 - Platform Core v2.48.0

#### New Features and Enhancements

* General
  * \-
* Base
  * \-
* Bench
  * \-
* Cohorts
  * \-
* Data Management
  * \-
* Flow
  * Improved JSON-based pipeline [input forms](/project/p-flow/f-pipelines/json-based-input-forms.md) with a simplified single column view and

    enriched tool-tip text.
  * Report configurations now support full file-path matching, letting pipeline authors

    pinpoint exactly which output files appear in the Analyses Reports tab.

#### Fixed Issues

* General
  * Various small bug fixes and general improvements
  * Platform Core now displays an error message when linking a restricted bundle instead

    of failing unexpectedly.
* Base
  * \-
* Bench
  * \-
* Cohorts
  * \-
* Data Management
  * \-
* Flow
  * \-
* Samples
  * \-


---

# 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.ica.illumina.com/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.
