Skip to content

Tags: imiphp/imi

Tags

v2.1.64

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
修复多进程消费时重复触发进程池stop的操作 (#710)

v2.1.63

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
修复测试 (#702)

v2.1.62

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update: 优化错误捕获处理 (#682)

v2.1.61

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
修复 HTTP 控制器 string 类型参数值 (#678)

* 修复 HTTP 控制器 string 类型参数值

* 更新测试

* 格式化

v2.1.60

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
支持 YurunHttp 5.0 (#672)

v2.1.59

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
优化代码 (#667)

* 修复 Cron 在某些场景抛出异常

* 优化 Db::select() 默认使用从库

* 格式化代码

v2.1.58

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 原生枚举深度支持 (#646)

* beans 配置注入支持枚举

* InEnum 验证器支持原生枚举

* 修复

* 修复

* 修复一个类有多个Bean名称时,beans 注入的属性值不正确

* 完善测试

* 修复

* 修复

v2.1.57

测试禁用 Opcache,避免奇怪的失败问题 (#599)

* 测试禁用 Opcache

* 修复

* 修复 kill 命令

v2.1.56

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
支持获取限流桶内可用数量 (#588)

* 新增获取限流桶内可用数量

* 修复

v2.1.55

修复组件自动发版