This file describes the main feature changes for each InfoLogger released version.
- ScriptingAPI: added logS() and logM() aliases for the overloaded log() functions.
- Fix in infoBrowser level filtering to match documentation.
- Added documentation on the database structure.
- Added systemd install target for infoLogger services, to start them at boot time.
- Disable the javascript binding on Mac because it does not compile.
- node.js binding updated for Mac.
- Compatibility with mysql v8.
- Code cleanup (Warnings, clang-format, copyright).
- added process stdout/stderr capture and redirection to infologger
- added infoLoggerTester to check full message pipeline from client to server and database.
- added header file InfoLoggerErrorCodes.h to reference centrally the definition of error code ranges reserved specifically for each o2 module, and possibly the individual description / documentation of each error code.
- fix in infoLoggerServer threads initialization.