Skip to content

Releases: dmitry-ivanov/laravel-console-mutex

Release 5.5.0

08 Sep 12:50
Compare
Choose a tag to compare
  • Added separate branch and release for Laravel 5.5;

Release 5.4.0

08 Sep 12:40
Compare
Choose a tag to compare
  • Added separate branch and release for Laravel 5.4;

Release 5.3.0

08 Sep 12:25
Compare
Choose a tag to compare
  • Added separate branch and release for Laravel 5.3;

Release 5.2.0

08 Sep 12:11
Compare
Choose a tag to compare
  • Added separate branch and release for Laravel 5.2;

Release 5.1.0

08 Sep 12:00
Compare
Choose a tag to compare
  • Added separate branch and release for Laravel 5.1;

Release 1.5.0

01 Sep 12:27
Compare
Choose a tag to compare
  • 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

08 Aug 10:40
Compare
Choose a tag to compare
  • Made different Travis test envs more independent;

Release 1.4.5

19 Apr 15:13
Compare
Choose a tag to compare
  • phpredis client supported for redis strategy, as well as predis client;

Release 1.4.4

31 Mar 11:14
Compare
Choose a tag to compare
  • Readme improved;

Release 1.4.3

28 Mar 11:21
Compare
Choose a tag to compare
  • Added the database port to MySqlLock;