2.0.0
Breaking changes
- The
ziapi::Logger
now supports variadic arguments replacing the old implementation. ziapi::IModule::Run()
is now a pure virtual method.ziapi::Config
has been removed in favor ofziapi::config::Node
which features an improved configuration management model.
Additional changes
- The documentation has been updated to reflect said changes.
- The documentation now enforces a convention for retrieving modules from shared libraries.
- Additional constants of the
HTTP/1.1
protocol have been added to theziapi::http::header
namespace.
Comments
Further documentation about the ziapi::config::Node
class will be added shortly. For now, check the unit tests linked to that feature to learn about its usage.