C++ Actor Framework v0.16.1 Release Notes

Release Date: 2018-10-31 // over 5 years ago
  • โž• Added

    • โž• Adding additional flags for the compiler when using the configure script is now easier thanks to the --extra-flags= option.
    • ๐Ÿ‘ The actor clock now supports non-overriding timeouts.
    • The new intrusive_cow_ptr is a smart pointer for copy-on-write access.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve noexcept-correctness of variant.
    • CAF threads now have recognizable names in a debugger.
    • The middleman now passes CLOEXEC on socket/accept/pipe calls.
    • ๐ŸŒฒ Users can now set the log verbosity for file and console output separately.

    ๐Ÿ›  Fixed

    • A dictionary now properly treats C-strings as strings when using emplace.
    • Eliminate a potential deadlock in the thread-safe actor clock.
    • โž• Added various missing includes and forward declarations.