v4.8.1
New APIs
Enhancement
- Migrate admin api from ext-swoole_plus to swoole-src (#4441) (@matyhtf)
- Added get_composer_packages command for admin server (swoole/library@07763f46) (swoole/library@8805dc05) (swoole/library@175f1797) (@sy-records) (@yunbaoi)
- Added POST method request restrictions for write operations (swoole/library@ac16927c) (@yunbaoi)
- Supported to get the method information of the class by get_function_info (swoole/library@690a1952) (@djw1028769140) (@sy-records)
- Optimized admin server code (swoole/library#128) (swoole/library#131) (@sy-records)
- Supported to request multiple groups of server information for admin server (swoole/library#124) (@sy-records)
- Supported to get interface info for admin server (swoole/library#130) (@sy-records)
- Supported CURLOPT_HTTPPROXYTUNNEL for SWOOLE_HOOK_CURL (swoole/library#126) (@sy-records)
Fixed
- Prohibit coroutine concurrent join (#4442) (@matyhtf)
- Fixed init_row, don't clear lock_ and lock_pid (#4446) (@Txhua) (@matyhtf)
- Fixed missing helper options (swoole/library#123) (@sy-records)
- Fixed get_static_property_value command error (swoole/library#129) (@sy-records)