Oat++ v0.19.6 Release Notes

Release Date: 2019-06-25 // almost 5 years ago
    • ➕ Additional parameters in server::ConnectionHandler::handleConnection method. - For parameterized connection upgrades.
    • 🔒 Introduced oatpp::async::Lock - for Coroutine/Thread synchronization
    • Introduced -DOATPP_COMPAT_BUILD_NO_THREAD_LOCAL build flag. - For compatibility with compilers which do not support thread_local feature. See #81.
    • 0️⃣ Introduced oatpp default Logger.
    • 🛠 Fixed memory leak in kqueue based implementation of async IOEventWorker.