Changelog

This document records all notable changes to the EEVideo specification, following the Keep a Changelog format.

Unreleased

Added

  • …​

Changed

  • …​

Fixed

  • …​

0.1.alpha-1 - 2025-10-02

Added

  • Initial public alpha draft

  • CoAP-based management protocol

  • Lightweight streaming protocol

0.1.0 - 2026-03-13

Added

  • Changelog

  • Seperate Device Features heading

  • Changed Device Features group numbering

  • Added individual files for each feature

  • Added feature groups

  • Added test pattern feature

  • Added Parametric Pixel Format option and details

  • Added Appendix with sample type / sub-type definitions

  • Refined CoAP option definitions

Fixed

  • Some TBDs

  • Grammer / Presentation

Template for future releases

When cutting a new release: 1. Update this file on the release branch. 2. Tag the commit: git tag -a vX.Y.Z -m "Release vX.Y.Z" 3. Push the tag: git push origin vX.Y.Z