Rocketeer v1.1.0 Release Notes

Release Date: 2014-02-08 // about 10 years ago
  • โž• Added

    • Events can now cancel the queue by returning false or returning $task->halt(error)
    • ๐Ÿ”Š Rocketeer now logs its output and commands
    • ๐Ÿš€ Releases are now marked as completed or halted to avoid rollback to releases that errored
    • Rocketeer will now automatically load .rocketeer/tasks.php/.rocketeer/events.php or the contents of .rocketeer/tasks/.rocketeer/events if they're folders
    • ๐Ÿ”ง Hash is now computed with the actual configuration instead of the modification times to avoid unecessary reflushes
    • Check task now uses the PHP version required in your composer.json file if the latter exists

    ๐Ÿ›  Fixed

    • ๐Ÿš€ Use the server's time to timestamp releases instead of the local time
    • ๐Ÿ›  Fixed a bug where incorrect current release would be returned for multi-servers setups