Skip to content

Changelog

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.

[1.0.0] - 2023-04-08

Added

  • Initial release -- code split from org.openjaus.sdk.cpp v8.0.0
  • MessageFactory class that can be used to create any message within a specific service set/namespace

Changed

  • Updated to ojss templates v6.0.0

Fixed

  • Access control timeout timer was not being reset when in the Controlled::Emergencey state causing Management to be stuck in Controlled::Ready when Emergency is cleared
  • Crash if getCurrentStatus() is called before the Management state machine is initialized.