facil.io v0.5.2 Release Notes

  • ๐Ÿ”„ Change: non-breaking changes to the folder structure are also reflected in the updated makefile and .clang_complete.

    ๐Ÿ›  Fix: (defer) fixed SIGTERM handling (signal was mistakingly filtered away).

    ๐Ÿ›  Fix: (http_response) fixed http_response_sendfile2 where path concatenation occurred without a folder separator (/) and exclusively safe file paths were being ignored (the function assumed an unsafe path to be used, at least in part).

    ๐Ÿ›  Fix: minor fixes and documentation.

    ๐Ÿ›  Fix / Feature: (facil) sibling processes will now detect a sibling's death (caused by a crashed process) and shutdown.

    ๐Ÿ”‹ Feature: @benjcal suggested the script used to create new applications. The current version is a stand-in draft used for testing.

    ๐Ÿ”‹ Feature: temporary boiler plate code for a simple "hello world" HTTP application using the new application script (see the README). This is a temporary design to allow us to test the script's functionality and decide on the final boiler plate's design.