Skip to content

Releases: Indatus/dispatcher

v1.4.3 - NUL output for windows commands

26 Mar 16:55
Compare
Choose a tag to compare
  • Windows command output is now correctly routed to NUL

v1.4.2 - Env flag now passed to all commands

17 Mar 20:41
Compare
Choose a tag to compare
  • --env is now passed to all commands

v1.4.1 - New Config Option: PHP Executable Path

22 Sep 17:14
Compare
Choose a tag to compare
  • Added a new config setting to customize the path to the php/hhvm executable - See #43

Dispatcher will now be working towards a 2.0 release which will require PHP 5.4 and be compatible with Laravel 5 which is planned to be released in November. If you plan to continue using Laravel 4 for some time, you must configure your composer.json to use "indatus/dispatcher": "1.*". You may use the master branch to track progress towards 2.0.

v1.4 - Maintenance Mode

28 Jul 12:58
Compare
Choose a tag to compare

v1.3.1

17 Jul 18:09
Compare
Choose a tag to compare
  • Fixed issue where a dependency loaded with the CRON driver was utilizing STDOUT in the constructor, leading to errors when using Artisan::call()

v1.3 - HHVM & Debugging

23 Jun 12:39
Compare
Choose a tag to compare
  • Added full HHVM support
  • Added --debug flag for scheduled:run to output exactly why commands are not being executed
  • Fixed issue with commands not properly running on Windows

v1.2.4

25 May 14:34
Compare
Choose a tag to compare
  • command execution now uses /usr/bin/env php instead of php

v1.2.3

15 May 04:17
Compare
Choose a tag to compare
  • Several methods that were accepting Indatus\Dispatcher\Scheduling\ScheduledCommand as parameter types are now properly accepting Indatus\Dispatcher\Scheduling\ScheduledCommandInterface
  • A newly initialized Indatus\Dispatcher\Scheduling\Schedulable instance is now provided for each command

v1.2.2

22 Apr 16:59
Compare
Choose a tag to compare
  • Commands now correctly run ansynchronously in both windows and linux

v1.2.1 - Dependency Updates

14 Apr 17:16
Compare
Choose a tag to compare
  • Updated php-cli-tools dependency