Skip to content

Releases: dojiland/preq-laravel

Compliant laravel 5.8 and above

22 Jan 09:08
033c2a8

Choose a tag to compare

更新依赖版本,调整部分语法以兼容新版laravel (#3)

* compatible with new versions of laravel

* fix

* fix bug

* update travis.yml

* guzzlehttp/promises的依赖版本从1.4.0开始

* 添加 tests 文件夹以修复phpunit错误

* 添加 php7.2 版本检测

* 增加兼容写法

v1.0.6

08 Jul 10:04
620907d

Choose a tag to compare

Update README.md

修复熔断后函数参数为null问题

17 Aug 05:57

Choose a tag to compare

1.0.5

Fix arguments is null error

ClientException not markFailure

07 Aug 09:50

Choose a tag to compare

客户端请求错误不计入熔断计算中

修复 allowSingleTest 报错

04 Jul 07:18

Choose a tag to compare

1.0.3

Fix allowSingleTest add not found error.

修复命名空间问题

05 Feb 07:17
7e8fa51

Choose a tag to compare

修复异步执行时函数命名空间问题

修复缓存前缀问题

20 Dec 02:21

Choose a tag to compare

由于在命令中通过 Cache 修改缓存前缀,导致污染了后续代码的 Cache 前缀,本次发布修复了这个问题。

增加异步命令

29 Nov 03:47

Choose a tag to compare

1.0.0

增加异步命令执行,更新文档

0.2.0

11 Jul 03:56

Choose a tag to compare

修改结构,将命令操作放到 run 中,统一调用 execute 方法

0.1.1

16 Jun 04:20

Choose a tag to compare

Fix psr-4 autoload problem