v4.6.2
New APIs
- Added Http::Request::getMethod() (#3987) (@luolaifa000)
- Added Coroutine::Socket:recvLine() (#4014) (@matyhtf)
- Added Socket::readWithBuffer() (#4017) (@matyhtf)
Enhancement
- Improved Response::create() (#3998) (@matyhtf)
- Supported Coroutine\Redis::hExists return bool with compatibility_mode (b8cce7c) (@matyhtf)
- Supported PHP_NORMAL_READ for socket_read (b1a0dcc) (@matyhtf)
Fixed
- Fixed Coroutine::defer coredump in PHP8 (#3997) (@huanghantao)
- Fixed Coroutine::Socket::errCode is not set correctly when using thread context (004d08a) (@matyhtf)
- Fixed build Swoole error on latest macos (#4007) (@matyhtf)
- Fixed php stream context is nullptr when use md5_file with url (#4016) (@ZhiyangLeeCN)
- Fixed rshutdown deprecated warning when throw exception (#4026) (@huanghantao)