C++ Actor Framework v0.17.1 Release Notes

Release Date: 2019-08-31 // over 4 years ago
    • ๐Ÿ›  Fix endless loop in config parser (#894)
    • ๐Ÿ›  Fix debug build with Clang 7 on Linux (#861)
    • ๐Ÿ›  Fix type-specific parsing of config options (#814)
    • ๐Ÿ‘Œ Improve CMake setup when building CAF as subfolder (#866)
    • ๐Ÿ›  Fix potential deadlock in proxy registry (#880)
    • ๐Ÿ›  Fix output of --dump-config (#876)
    • ๐Ÿ›  Fix potential segfault when using streams with trace logging enabled (#878)
    • Properly set CLI remainder (#871)
    • ๐Ÿ‘Œ Support nesting of group names in .ini files (#870)
    • ๐Ÿ‘Œ Support all alphanumeric characters in config group names (#869)
    • ๐Ÿ›  Fix handling of containers with user-defined types (#867)
    • Fix defaulted_function_deleted warning on Clang (#859)