Skip to content

V2024.7.3

Choose a tag to compare

@nlogozzo nlogozzo released this 24 Jul 18:56
· 114 commits to main since this release

Changelog

Breaking Changes

  • Removed the dependency on libuuid

Database

  • Non-constructor methods will no longer throw exceptions but return true or false upon success.

Network

  • Non-constructor methods will no longer throw exceptions but return true or false upon success.
  • Removed Nickvision::Network::WebClient class

New APIs

Events

  • Added Nickvision::Events::Event::count() method
  • Added Nickvision::Events::Event::operator bool() method

Helpers

  • Added Nickvision::Helpers::StringHelpers::newUuid() method

Network

  • Added Nickvision::Network::DNS namespace
  • Added Nickvision::Network::IPv4Address class
  • Added Nickvision::Network::MacAddress class
  • Added Nickvision::Network::Web class

Fixes

Helpers

  • Improved GUID/UUID generation in Nickvision::Helpers::StringHelpers