Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 654 Bytes

1.5.3 - 4.2.12.md

File metadata and controls

17 lines (15 loc) · 654 Bytes

4.2.12

新增

  • 实现RFC-1014, 增加task_enable_coroutine, 移除task_async (13ab0f8)
  • 支持gethostbyname超时, 增加异步任务线程池 (#2256)
  • Co\PostgreSQL支持面向过程的prepare (#2223) (#2258)
  • Co\Redis客户端增加getOptions方法 (#2279)

修复

  • 修复reload后协程环境丢失 (#2262) (3ac2337)
  • 修复Table的数据错乱 (#2263) (872e99d)
  • 修复Http客户端的addFile在可选参数为null时出现错误 (#2270)
  • 修复Co::getaddrinfo的可选参数问题 (#2273)
  • 修复用户自定义进程内无法使用定时器 (#2274)
  • 修复gdb调试工具在C++下的可用性 (90d148b) (b12f62f)