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.

[2.0.0] - 2024-07-30

Added

  • Add ListManagerDelegate which is a ListManager implementation that can be used without requiring inheritance

Changed

  • Update to openjaus-core-v1.1 v2.0.0-dev.3.0
  • Moved generated code to generated folder
    • NOTE: Does not break or change usage
  • [BREAKING] Move and rename OjListManager files and classes
    • Renamed to ListManagerImpl
    • Move files to be directly under openjaus/mobility_v1_0 folder
    • Update namespace to be directly under openjaus::mobility_v1_0
    • Move OjManagedList to openjaus/mobility_v1_0/ListManager folder
    • Renamed OjManangedList to ManagedList
  • [BREAKING] Restructure file/folder structure based on new codegen layout
  • [BREAKING] Update messages and internal events such that there is always a top-level Record, Sequence, List, or Variant.
    • This aligns the message structure more closely with the JSIDL
  • [BREAKING] The toXml method no longer takes optional ojIndentLevel parameter
    • Parameter was never intended for public use.
  • [BREAKING] The toXml output changed due to message and internal events structure change

[1.0.0] - 2023-01-30

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