RoadRunner v1.7.1 Release Notes

Release Date: 2020-04-22 // about 4 years ago
    • โšก๏ธ Syscall usage optimized. Now the data is packing and sending via 1 (or 2 in some cases) send_socket calls, instead of 2-3 (by @vvval)
    • ๐Ÿ Unix sockets in Windows (AF_UNIX) now supported.
    • ๐Ÿง Systemd unit file now in the root of the repository. Feel free to read the docs about running RR as daemon on Linux based systems.
    • โž• Added ability to run the worker process from the particular user on Linux-based systems. Make sure, that the user have the permissions to run the script. See the config, option user.
    • ๐Ÿ›  Fixed: vendor directory conflict with golang part of the application. Now php uses vendor_php directory for the dependencies.
    • โšก๏ธ Goridge updated to version 2.3.2.
    • ๐Ÿ—„ Deprecated Zend dependency replaced with Laminas-diactoros.
    • ๐Ÿ‘€ See the full log: Milestone