> 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/clarity-lims/instruments-and-integrations/miseq-i100/miseqi100/miseqi100-v1.1.0/miseqi100-v1.1.0-release-notes.md).

# Release Notes

Release Date: November 2025

These Release Notes describe the key changes to software components for the Clarity LIMS MiSeq i100 Series Integration Package version 1.1.0.

## Compatibility

Refer to [Compatibility](/clarity-lims/instruments-and-integrations/compatibility.md#miseq-i100-series) under Instruments & Integrations.

## New Features

* Create planned runs without analysis (Generate BCLs only)
* Added support for MiSeq i100 50M and 100M flow cell types.
* Added support for MiSeq i100 2 x 500 bp kit for 25M flow cell.
* Sequencing run metrics are now displayed per-run and per-lane in the AUTOMATED - Sequencing Run step.

## Enhancement

* Both indexed and pooled libraries are now supported as input for the MiSeq i100 v2.0 sequencing protocol.
* The Make Bulk Pool and Calculate Volumes automation scripts have been updated to align with the latest MiSeq i100 Series System Sequencing Protocol.
* Integration now tracks sequencing and analysis steps by protocol step name regex, improving flexibility.
  * Removed the application property `integration.miseqi100series.v1.automatedAnalysisStepNames` and replaced with `integration.miseqi100series.v1.automatedAnalysisStepNameRegex`.
  * Removed the application property `integration.miseqi100series.v1.automatedSequencingStepNames` and replaced with `integration.miseqi100series.v1.automatedSequencingStepNameRegex`.
* When configurations of existing planned runs are updated, apply updates to existing planned runs instead of creating new planned runs with updated configurations.

## Known Limitations

* Tracks only the analysis configured with the planned run. Does not track analysis requeue or analysis triggered externally with the same planned run.
* The integration does not support pools with samples assigned with Analysis Configuration Templates from different instruments.

## Known Issues

* On the Make Bulk Pool step, the log displays a warning when the Calculate Volume automation is triggered and at least one pool consists of multiple inputs. This issue is caused by the output custom field being reset multiple times at the end of the automation. This issue does not affect the Calculate Volume automation functionality.


---

# 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/clarity-lims/instruments-and-integrations/miseq-i100/miseqi100/miseqi100-v1.1.0/miseqi100-v1.1.0-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.
