Changelog

View Source

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.1 - 2025-12-02

Added

  • /v1 REST surface backed by shared labeling_ir structs with new Ecto schemas (Queue, Schema, Sample, Assignment, Label, Dataset), tenant-scoped migrations, and assignment retrieval using stored samples.
  • Anvil.API.Router and Anvil.API.State wired through Plug.Cowboy to expose CRUD operations with tenant isolation enforced via X-Tenant-ID and actor context.

Changed

  • Label submission tolerates unknown fields in payloads to prevent component forks per ADR-002.
  • Test environment uses Supertester full isolation with sandbox mode enabled for migration setup.

0.1.0 - 2024-12-01

Added