C++ Actor Framework v0.17.4 Release Notes

Release Date: 2019-02-08 // about 5 years ago
    • Accept numbers as keys in the config syntax (#1014)
    • Fix behavior of inline_all_enqueues in the testing DSL (#1016)
    • ๐Ÿ‘‰ Make sure actors that receive stream input shut down properly (#1019)
    • Fix undesired function hiding in fused_downstream_manager (#1020)
    • ๐Ÿ‘Œ Improve to_string output for caf::error (#1021)
    • ๐Ÿ›  Fix path recognition in the URI parser, e.g., file:/// is now valid (#1013)
    • Properly report errors to users while connecting two CAF nodes (#1023)
    • ๐Ÿ— Simplify crosscompilation: remove build dependency on code generators (#1026)
    • ๐Ÿ— Leave CXX settings to the (CMake) parent when building as subdirectory (#1032)
    • ๐Ÿ“š Build without documentation in subdirectory mode (#1037)
    • Allow parents to set OPENSSL_INCLUDE_DIR in subdirectory mode (#1037)
    • โž• Add -pthread flag on UNIX when looking for libc++ support (#1038)
    • โž• Add missing operator== for exit_msg (#1039)
    • ๐ŸŒฒ Avoid producing unexpected log files (#1024)