1. Knowledge Base
  2. Product Release Notes

Release Notes: April 2025

Welcome to the April 2025 release notes! Read on to learn more about new features, product enhancements, and bug fixes released in April 2025.

LabOps

  • For deployed adapters built on adapter-common 0.20.9 or greater, the Adapter Page now includes the last time the adapter was restarted and the image it is running.
  • Improved the System Monitor so the adapter status updates more quickly when an adapter is disabled or restarted
  • Updated the top-level System Monitor state mapping so:
    • The most severe state (i.e., Error or Warning) for a given adapter or health check is surfaced to the top-level status
    • The top-level system monitor state only reflects the state of adapters that are enabled 
    • Learn more about system monitor states and health checks here
  • When an action is skipped after an error, the job activity timeline will now include an annotation.


Workflows:

  • Adapter and workflow configuration now support arrays of objects
from dataclasses import dataclass
from typing import List

@dataclass
class Plate:
barcode: str

@dataclass
class AdapterConfig:
plates: List[Plate]

Home Page:

  • You can now create a new Lab from the homepage.

Bug Fixes

  • Fixed an issue where Assistants could still be marked complete when default values were removed from required Assistant outputs