v3.0.0
-
Completed migration from SOSS to Integration Service. This, code wise, included changing the
C++ namespace convention of the whole project, fromsoss::fiware
toeprosima::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
toGoogle 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.