Skip to main content
Version: docs v25.02

ALO Release Notes

v3.0.2 (February 26, 2025)

Update

  • UI Arguments (ui_args) Support
    • Added support for ui_args that can be used for customizing the UI.

Supported version

  • AI Conductor: v2.0.1
  • Edge App: v3.2.0

v3.0.1 (February 19, 2025)

Features

  • Added AloSolutionStreamError
    • New error classes with codes ALO-SSA-015, ALO-SSA-016, and ALO-SSA-017 introduced.
    • These errors handle cleanup issues during solution registration.

Bug Fixed

  • Changed return type in the cleanup method to handle errors more effectively.

Supported version

  • AI Conductor: v2.0.1
  • Edge App: v3.2.0

v3.0.0 (February 12, 2025)

Features

  • Installation via PyPI
    • ALO can now be installed simply using pip install mellerikat-alo, making it more accessible and easier to manage.
  • Introduction of ALO CLI
    • New command-line interface (CLI) for ALO to enhance user interaction and simplify management tasks.
    • Usage examples and documentation are available to guide users through the new interface.
  • Expanded Operational Environment
    • ALO now supports execution in any environment where Python is available.
    • AI Solution registration through ALO is now possible in any environment capable of building Docker images.
  • Removal of ALO API
    • The internal ALO API has been removed to streamline the architecture and simplify maintenance.
  • Improved YAML Structure
    • Enhancements to the YAML configuration structure for better readability and manageability.
    • The new structure is designed to be more intuitive and easier to use, reducing the potential for errors.

Supported version

  • AI Conductor: v2.1.0
  • Edge App: v3.2.0