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

  • Dependency to openjaus-mobility-v1.1 v2.0.0
  • Examples that use mobility v1.1 based services
  • ExampleClient_v1_1
  • ExampleGposServer_v1_1
  • ExampleMobilityServer_v1_1
  • CMake options to enable/disable different examples
  • OJ_MOBILITY_V1_0_EXAMPLES: Build the mobility v1.0 based examples. Default = ON
  • OJ_MOBILITY_V1_1_EXAMPLES: Build the mobility v1.1 based examples. Default = ON

Changed

  • Update openjaus-mobility-v1.0 dependency to v2.0.0
  • Add mobility version to examples folders
  • ExampleClient -> ExampleClient_v1_0
  • ExampleGposServer -> ExampleGposServer_v1_0
  • ExampleMobilityServer -> ExampleMobilityServer_v1_0

[1.1.0] - 2023-04-08

Changed

  • Moved from dependency on openjaus-sdk project (org.openjaus.sdk.cpp) as openjaus-sdk was split into individual projects to improve management
    • Depend on openjaus-mobility-v1.0 v1.0.0

[1.0.0] - 2021-05

Added

  • Initial release:
  • ExampleClient v1.0.0
  • ExampleGposServer v1.0.0
  • ExampleMobilityServer v1.0.0