> 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/r-documentrevisionhistory.md).

# Document Revision History

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

{% hint style="success" icon="burst-new" %}
In August, 2026, iCredits will be replaced with a new type of credit: **Illumina BioInsight Credits (BIC)**. All existing **iCredit balances will convert to BIC at a 1:1 ratio**. No action is required. New purchases on or after August 3 will be fulfilled in BIC. This guide has been updated with the new naming.
{% endhint %}

## 2026 September 2 - Platform Core v2.48.0

* **New Functionality**
  * Flow
    * JSON-based [input form ](/connected-analytics/project/p-flow/f-pipelines/json-based-input-forms/inputform-json.md)updates with markdown and single-column layout
    * Added the new [tooltipText](/connected-analytics/project/p-flow/f-pipelines/json-based-input-forms.md) field parameter attribute to the JSON-based input form.
* **Updated Functionality**
  * Data
    * Added Second US location us-west-2, US West (Oregon) to [S3 storage ](/connected-analytics/home/h-storage/s-awss3.md)regions.
* **General Documentation updates**
  * General
    * Added information on origin of some IP addresses in the [Usage Reports](/connected-analytics/reference/r-securityandcompliance.md#usage-reports) feature for network traffic diagnosis.
  * Bench
    * Improved explanation of workspace [shutdown](/connected-analytics/project/p-bench/bench-workspaces.md) reminders.
  * Flow
    * Removed deprecated CWL DRAGEN pipeline
    * Specified that only pipeline owners or tenant administrators are allowed to edit [pipelines](/connected-analytics/project/p-flow/f-pipelines.md) in Draft status.


---

# 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/r-documentrevisionhistory.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.
