# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2026-04-15

### Added

- Add MicroAI heap with configurable size (default 0 KB).

## [2.2.0] - 2025-08-20

### Changed

- Improve the speed of inferences in MicroAI Mock

## [2.1.0] - 2025-08-06

### Added

- Provide a way to configure inferenceMemoryPoolSize, especially necessary for lightweight backends , ex: TensorFlowLite Micro "arena size"

### Changed

- Update javadoc description
- Make the LL API 64 bit compatible
- Update doc to MicroejPack notation
- refactor versioning using catalog

## [2.0.0] - 2025-04-29

### Added

- Provide an API to reset the model interpreter, for stateful models

## [1.0.0] - 2025-04-15

### Added

  - Provide services to interact with Machine Learning models.
  - Provide services to run inference on Machine Learning models.
  - Provide services to deal with input/output tensors.

---
_Markdown_  
_Copyright 2025-2026 MicroEJ Corp. All rights reserved._  
_Use of this source code is governed by a BSD-style license that can be found with this software._  
