lifecycle Release Note v0.3.0
status: valid
security: NO
safety: ASIL_B
version: 0

Release Note v0.3.0#

Overview#

This document provides an overview of the changes, improvements, and bug fixes included in the software module release version named above as compared to the module’s origin release (which is usually the previous release).

Disclaimer#

This release note does not “release for production”, as it does not come with a safety argumentation and a performed safety assessment. The work products compiled in the safety package are created with care according to a process satisfying standards, but the as the project, being a non-profit and open source organization, can not take over any liability for its content.

Changes to the Module#

New Features#

  • New report running API Introduce low-level void report_running() funciton so applications can report a Running state without requiring usage of the full mw::Lifecycle API.

Improvements#

  • Quality improvements: testing and documentation updates.

  • README improvements: Updated README.md and removed outdated contents.

Bug Fixes#

Other Changes by Label#

Compatibility#

  • The following platforms are supported using the bazel_cpp_toolchains:

    • x86_64-unknown-linux-gnu

    • aarch64-unknown-linux-gnu

    • x86_64-unknown-nto-qnx800

    • aarch64-unknown-nto-qnx800

Performed Verification#

  • Build on all supported platforms

  • Unit test execution on all supported platforms

Known Issues#

  • None

Known Vulnerabilities#

  • None

Upgrade Instructions#

  • Align public API namespaces to score::mw::lifecycle and score::mw::health
  • Rename current “Monitor” API in LaunchManager to “Alive”
    • All public bazel targets are renamed. new targets are listed in Readme.md

    • More information in Pull request 229

  • Backward compatibility with the previous release is not guaranteed.

For any questions or support, please contact the Project Team or raise an issue/discussion.