Skip to content

v3.0.0

Compare
Choose a tag to compare
@jamoralp jamoralp released this 21 May 10:23
· 6 commits to main since this release
e1a6f24
  • Completed migration from SOSS to Integration Service. This, code wise, included changing the
    C++ namespace convention of the whole project, from soss::fiware to eprosima::is::sh::fiware.

  • Used eProsima xTypes as the common language for the FIWARE System Handle to speak to the Core.

  • Debug logging traces are automatically enabled if the project is compiled in debug mode.

  • Add much more traces and unify the logging style.

  • Migrated whole test suite from Catch to Google Test.

  • Applied uncrustify rules.

  • Added brand new README section, with detailed information about the project status and features.

  • Created a FIWARE-SH GitHub action automated task.

  • Added global and specific compilation flags.