C++ Actor Framework v0.17.2 Release Notes

Release Date: 2019-10-20 // over 4 years ago
    • โž• Add scheduled_send for delayed sends with absolute timeout (#901)
    • ๐Ÿ‘ Allow actors based on composable behaviors to use the streaming API (#902)
    • ๐Ÿ›  Fix memory leak when deserializing node_id (#905)
    • ๐Ÿ›  Fix composition of statically typed actors using streams (#908)
    • โฌ‡๏ธ Reduce stack usage of serializers (#912)
    • ๐Ÿ›  Fix several warnings on GCC and Clang (#915)
    • ๐Ÿง Use default installation directories on GNU/Linux (#917)
    • Fix holds_alternative and get_if for settings (#920)
    • ๐Ÿ‘Œ Support arbitrary list and map types in config_value (#925)
    • ๐Ÿ‘ Allow users to extend config_value API (#929, #938)
    • ๐Ÿ›  Fix silent dropping of errors in response handlers (#935)
    • ๐Ÿ›  Fix stall in remote_group on error (#933)