v4.6.3
New APIs
- Added Swoole\Coroutine\go function (swoole/library@82f63be) (@matyhtf)
- Added Swoole\Coroutine\defer function (swoole/library@92fd0de) (@matyhtf)
Enhancement
- Added option compression_min_length for HTTP Server (#4033) (@matyhtf)
- Allowed setting content-length HTTP header in application layer (#4041) (@doubaokun)
Fixed
- Fixed coredump when program reach file open limitation (709813f) (@matyhtf)
- Fixed JIT being disabled (#4029) (@twose)
- Fixed Response::create() bug (a630b5b) (@matyhtf)
- Fixed task process id false positives on ARM (#4040) (@doubaokun)
- Fixed README (#4046) (@asheroto)
- Fixed native-curl crash on PHP8 (#4042) (#4045) (@Yurunsoft) (@matyhtf)
- Fixed mem error (#4050) (@matyhtf)