BeanstalkD v1.12 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
    • ➕ add support of UNIX domain sockets
    • ➕ add support of Solaris/illumos
    • ➕ add the "reserve-job" command
    • ➕ add draining status to the "stats" command
    • 🔀 make fsync turned on by default when binlog is used: it's synced every 50ms instead of never
    • replace vendored systemd files with libsystemd
    • systemd usage can be controlled with USE_SYSTEMD=yes/no
    • specify C99 as required compiler

Previous changes from v1.11

    • ➕ add automated testing via TravisCI
    • ➕ add System V init script
    • enable code coverage
    • 📚 misc. fixes and documentation improvements