Imi Versions Save

imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227

v2.1.62

1 month ago

What's Changed

Full Changelog: https://github.com/imiphp/imi/compare/v2.1.61...v2.1.62

v2.1.61

2 months ago

What's Changed

Full Changelog: https://github.com/imiphp/imi/compare/v2.1.60...v2.1.61

v2.1.60

3 months ago

What's Changed

Full Changelog: https://github.com/imiphp/imi/compare/v2.1.59...v2.1.60

v2.1.59

3 months ago

What's Changed

Full Changelog: https://github.com/imiphp/imi/compare/v2.1.58...v2.1.59

v2.1.58

5 months ago

增强

  • PHP 原生枚举深度支持 (#646)

修复

  • 修复 InjectArg AOP 优先级错误 (#604)

  • 修复 PostgreSQL jsonb 类型在模型类中的使用 (#610)

  • 修复 PostgreSQL replace() 没有更新字段值 (#634)

  • 修复临时设置服务器到请求上下文后的恢复 (#637)

  • 修复 ConnectionContextStore 初始化 (#642)

  • 修复一些问题 (#605, #628, #632)

测试

  • 修复 Windows workerman-gateway 有时候测试失败 (#639)

v2.1.57

6 months ago

What's Changed

Full Changelog: https://github.com/imiphp/imi/compare/v2.1.56...v2.1.57

v2.1.56

6 months ago

增强

  • 新增获取应用请求地址方法 (#587)
  • 支持获取限流桶内可用数量 (#588)

v2.1.55

7 months ago

增强

  • apidoc 支持新版依赖,支持数组参数
  • apidoc 支持声明 required

优化

  • 优化 Swoole Server syncConnect 在关闭连接时也生效

v2.1.54

7 months ago

增强

  • 修复有多个主键的表在生成模型时,主键顺序可能不正确 (#584)

v2.1.53

7 months ago

增强

  • 增强 whereBrackets,支持查询条件收集器 (#580)

修复

  • 修复当开启 Redis 序列化时,geoAdd() 会报错:ERR value is not a valid float (#579)

  • 修复 Swoole PostGreSQL 驱动获取影响行数 (#581)