Releases: dmitry-ivanov/laravel-console-mutex
Releases · dmitry-ivanov/laravel-console-mutex
Release 5.5.0
- Added separate branch and release for Laravel 5.5;
Release 5.4.0
- Added separate branch and release for Laravel 5.4;
Release 5.3.0
- Added separate branch and release for Laravel 5.3;
Release 5.2.0
- Added separate branch and release for Laravel 5.2;
Release 5.1.0
- Added separate branch and release for Laravel 5.1;
Release 1.5.0
- RuntimeException used for immediate stop of command execution.
Useful for complex commands, where few initialize actions are take place. If initializeMutex is first, all other initializations would be skipped automatically now.
Release 1.4.6
- Made different Travis test envs more independent;
Release 1.4.5
phpredis
client supported forredis
strategy, as well aspredis
client;
Release 1.4.4
- Readme improved;
Release 1.4.3
- Added the database port to MySqlLock;