New APIs
- Added Coroutine\Http::request, Coroutine\Http::post, Coroutine\Http::get (swoole/library#97) (@matyhtf)
Enhancement
- Supported ARM 64 build (#4057) (@devnexen)
- Supported set open_http_protocol in Swoole TCP Server (#4063) (@matyhtf)
- Supported ssl client only set certificate (91704ac) (@matyhtf)
- Supported tcp_defer_accept option for FreeBSD (#4049) (@devnexen)
Fixed
- Fixed Proxy-Authorization missing when use Coroutine\Http\Client (edc0552) (@matyhtf)
- Fixed memory allocation issues with Swoole\Table (3e7770f) (@matyhtf)
- Fixed crash when Coroutine\Http2\Client connects concurrently (630536d) (@matyhtf)
- Fixed enable_ssl_encrypt with DTLS (842733b) (@matyhtf)
- Fixed Coroutine\Barrier mem leak (swoole/library#94) (@Appla) (@FMiS)
- Fixed the offset error caused by CURLOPT_PORT and CURLOPT_URL order (swoole/library#96) (@sy-records)
- Fixed Table::get($key, $field) when field type is float (08ea20c) (@matyhtf)
- Fixed Swoole\Table mem leaks (d78ca8c) (@matyhtf)