github swoole/swoole-src v6.0.2

11 days ago

✨ New Features:

  • Added Swoole\Thread::yield(), Swoole\Thread::activeCount(), and Swoole\Thread::isAlive() methods. @matyhtf

🐛 Bug Fixes:

  • Fixed an issue where using single-thread mode and setting heartbeat in SWOOLE_THREAD mode would cause exceptions. @matyhtf
  • Fixed a segmentation fault issue after enabling swoole.enable_fiber_mock. @NathanFreeman
  • Fixed an integer overflow issue in the Redis server. @yannaingtun

📢 Note:

  • The Redis server currently only supports the RESP2 protocol. When formatting strings that do not comply with this protocol, an exception will be thrown instead of logging. @matyhtf

😊 Thank you:

  • Thank you for your contributions to Swoole v6.0.2. Wishing everyone good health, success, and smooth work.

✨ 新特性:

  • 增加Swoole\Thread::yield()Swoole\Thread::activeCount()Swoole\Thread::isAlive()方法。 @matyhtf

🐛 Bug修复:

  • 修复在SWOOLE_THREAD模式下,使用单线程模式和设置心跳会引发异常的问题。 @matyhtf
  • 修复开启swoole.enable_fiber_mock后的段错误问题。 @NathanFreeman
  • 修复Redis服务端的整型溢出问题。 @yannaingtun

📢 注意:

  • Redis服务端目前将仅支持RESP2协议,当格式化不符合该协议的字符串时,将抛出异常而不是记录日志。 @matyhtf

😊 致谢:

  • 感谢你们为Swoole v6.0.2做出的贡献,祝愿大家身体健康,万事如意,工作顺利。

Don't miss a new swoole-src release

NewReleases is sending notifications on new releases.