facil.io v0.7.0.beta4 Release Notes

Release Date: 2018-12-25 // over 5 years ago
  • BREAK : (fio_cli) breaking API changes make this extension easier than ever to use... I do apologize for this, but part of the reason 0.7.0 is still in beta is to test the API itself for ease of use and readability.

    ๐Ÿ›  Fix : (fio) fixed a minor memory leak in cluster mode, caused by the root process not freeing the hash map used for child process subscription monitoring.

    ๐Ÿ›  Fix : (fio) fixed superfluous and potentially erroneous pub/sub engine callback calls to unsubscribe, caused by (mistakingly) reporting filter channel closure.

    ๐Ÿ›  Fix : (mustache, FIOBJ) added support for dot notation in mustache templates.

    ๐Ÿ›  Fix : (http/1.1) avoid processing further requests if the connection was closed.

    ๐Ÿ›  Fix : (fio_test) fixed some memory leaks in the testing functions.

    โšก๏ธ Update : (fio_cli) stylize and beautify FIO_CLI_PRINT_HEADER lines.

    โšก๏ธ Update : (fio) updated the automatic concurrency calculations to leave resources for the system when a negative value is provided (was only available for worker count calculations, now available for thread count as well).