v4.4.18
Enhancement
- Resolve the domain name when use udp coroutine client (#3236) (#3239) (@huanghantao)
- Do not close stdout and stderr (show error logs after shutdown) (#3249) (@twose)
- Support some common options for Coroutine\Http\Server (#3257) (@twose)
- Support set cookies when websocket handshake (#3270) (#3272) (@twose)
- Support CURLOPT_FAILONERROR (swoole/library#20) (@sy-records)
- Support CURLOPT_SSLCERTTYPE, CURLOPT_SSLCERT, CURLOPT_SSLKEYTYPE, CURLOPT_SSLKEY (swoole/library#22) (@sy-records)
- Support CURLOPT_HTTPGET (swoole/library@d730bd08) (@shiguangqi)
- Compatible with different versions of Redis extension as much as possible (swoole/library#24) (@twose)
- Disable Cloning of Database Proxy Objects (swoole/library#23) (@deminy)
Fixed
- Fixed SSL handshake failure (dc5ac29) (@twose)
- Fixed memory error when generate error message (#3229) (@twose)
- Fixed empty proxy authorization info (#3243) (@twose)
- Fixed channel unreal memory leak (#3260) (@twose)
- Fixed memory leak of Co\Http\Server (#3271) (@twose)
- Fixed
ConnectionPool->fill
(swoole/library#18) (@NHZEX) - Fixed use new client for the redirection requests (swoole/library#21) (@doubaokun)
- Fixed null socket error in ioException (swoole/library@4d15a4c3) (@twose)
- Fixed ConnectionPool@put when error happens (swoole/library#25) (@sinute)
- Fixed mysqli write_property error (swoole/library#26) (@twose)