Skip to content

2.0.0

Compare
Choose a tag to compare
@dhbrojas dhbrojas released this 29 Jan 17:00
· 102 commits to main since this release
8fd55df

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 of ziapi::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 the ziapi::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.