- Added
max_concurrency
option forServer
- Added
max_retries
option forCoroutine\Http\Client
- Added
name_resolver
global option - Added
upload_max_filesize
option forServer
- Added
Coroutine::getExecuteTime()
- Added
SWOOLE_DISPATCH_CONCURRENT_LB
dispatch_mode forServer
- Enhanced type system, added types for parameters and return values of all functions
- Optimized error handling, all constructors will throw exceptions when fail
- Adjusted the default mode of Server, the default is
SWOOLE_BASE
mode
- Removed
PSR-0
style class names - Removed the automatic addition of
Event::wait()
in shutdown function - Removed
Server::tick/after/clearTimer/defer
aliases - Removed
--enable-http
/--enable-swoole-json
, adjusted to be enable by default
- Deprecated
Coroutine\Redis
andCoroutine\MySQL