Skip to content

Releases: swoole/swoole-src

v5.1.3

06 Jun 07:31
8e8db8b
Compare
Choose a tag to compare

🐛 Bug Fixed:

  • Fix the problem of being unable to install through pecl. @remicollet
  • Fix the issue of Swoole\Coroutine\FastCGI\Client client being unable to set keepalive. @NathanFreeman
  • Fix the issue of process continuously restarting due to error thrown when request parameters exceed max_input_vars. @NathanFreeman
  • Fix the unknown issue caused by using Swoole\Event::wait() in a coroutine. @matyhtf
  • Fix the issue of proc_open not supporting pty when used in a coroutine. @matyhtf
  • Fix the segmentation fault issue in pdo_sqlite on PHP 8.3. @NathanFreeman
  • Fix the unnecessary warning when compiling Swoole. @Appla @NathanFreeman
  • Fix the error thrown when calling zend_fetch_resource2_ex on closed STDOUT/STDERR. @Appla @matyhtf
  • Fix the invalid set_tcp_nodelay configuration. @matyhtf
  • Fix the occasional unreachable branch issue triggered during file uploads. @NathanFreeman
  • Fix the issue causing PHP core to throw errors when dispatch_func is set. @NathanFreeman
  • Fix the obsolete warning of AC_PROG_CC_C99 in autoconf >= 2.70 version. @petk

⭐️ Kernel optimization:

  • Remove unnecessary checks for socket structs. @petk
  • Upgrade the Swoole library. @deminy
  • Add support for status code 451 in Swoole\Http\Response. @abnegate
  • Synchronize file operation code across different versions of PHP. @NathanFreeman
  • Synchronize PDO operation code across different versions of PHP. @NathanFreeman
  • Optimize the code for Socket::ssl_recv() function. @matyhtf
  • Optimized config.m4 by allowing some configurations to set dependency library locations using pkg-config. @NathanFreeman
  • Optimize the issue with using dynamic arrays when parsing request headers. @NathanFreeman

😊 Thank you

  • Thank you for your contribution to Swoole v5.1.3. Wish you good health, all the best, and smooth work.

🐛 Bug修复:

  • 修复无法通过pecl安装的问题。 @remicollet
  • 修复Swoole\Coroutine\FastCGI\Client客户端无法设置keepalive。 @NathanFreeman
  • 修复请求参数超过max_input_vars时会抛出错误导致进程不断重启的问题。 @NathanFreeman
  • 修复在协程中使用Swoole\Event::wait()导致的未知问题。 @matyhtf
  • 修复proc_open在协程化的时候不支持pty的问题。 @matyhtf
  • 修复pdo_sqlite在PHP8.3会出现段错误的问题。 @NathanFreeman
  • 修复编译Swoole时的无用警告。 @Appla @NathanFreeman
  • 修复如果STDOUT/STDERR已经关闭时,底层调用zend_fetch_resource2_ex会抛出错误。 @Appla @matyhtf
  • 修复无效的set_tcp_nodelay配置。 @matyhtf
  • 修复文件上传的时候偶尔会触发不可达的分支问题。 @NathanFreeman
  • 修复设置了dispatch_func,会导致php底层抛出错误的问题。 @NathanFreeman
  • 修复AC_PROG_CC_C99在autoconf >= 2.70版本中已过时。 @petk

⭐️ 内核优化:

  • 移除对socket structs的无用检查。 @petk
  • 升级swoole Library。 @deminy
  • Swoole\Http\Response增加对451状态码的支持。 @abnegate
  • 同步PHP不同版本的文件操作代码。 @NathanFreeman
  • 同步PHP不同版本的pdo操作代码。 @NathanFreeman
  • 优化Socket::ssl_recv()的代码。 @matyhtf
  • 优化了config.m4,一些配置可以通过pkg-config设置依赖库位置。 @NathanFreeman
  • 优化解析请求头的时候使用动态数组的问题 。 @NathanFreeman

😊 致谢

  • 感谢你们为Swoole v5.1.3做出的贡献,祝愿大家身体健康,万事如意,工作顺利。

v5.1.2

24 Jan 04:09
Compare
Choose a tag to compare
  • Added support for embed sapi @matyhtf
  • Fixed compatibility with PHP 8.3 ZEND_CHECK_STACK_LIMIT @Yurunsoft
  • Fixed no Content-Range response header when the range request returns all the contents of the file @Yurunsoft
  • Optimized HTTP server performance @NathanFreeman
  • Fixed truncated cookie @stnguyen90
  • Fixed native-curl crash on PHP 8.3 @NathanFreeman
  • Added CLOSE_SERVICE_RESTART, CLOSE_TRY_AGAIN_LATER, CLOSE_BAD_GATEWAY as valid close reasons for websocket @cjavad
  • Fixed invalid errno after Server::Manager::wait() @JacobBrownAustin
  • Fixed HTTP2 Typo @leocavalcante

v5.1.1

26 Nov 14:42
b902f1b
Compare
Choose a tag to compare

🐛 Bug Fixed

  • Fixed memory leak issue in HTTP coroutine client @NathanFreeman
  • Fixed the issue of can not hook pdo_odbc @NathanFreeman
  • Fixed the error in executing socket_import_stream() @Yurunsoft
  • Fixed the issue with Context::parse_multipart_data() unable to handle empty request body @NathanFreeman
  • Fixed the issue with PostgreSQL coroutine client where the parameters are not working @Yurunsoft
  • Fixed the bug where curl crashes during destruction @matyhtf
  • Fixed the compatibility issue between Swoole 5.x and the latest version of xdebug @NathanFreeman
  • Fixed the problem of class not found error caused by coroutine switching during the process of class autoloading @Yurunsoft
  • Fixed the issue of not being able to compile Swoole on OpenBSD @ChihHao-Su @twose

🐛 Bug 修复

v5.1.0

29 Sep 06:33
b72d22a
Compare
Choose a tag to compare

✨ New Features

💪 Performance Improvement

🐛 Bug Fixed

  • Fixed the memory leak caused by each request of the WebSocket coroutine client (@matyhtf) (@NathanFreeman)
  • Fixed the issue where graceful shutdown of the HTTP coroutine server was not causing the client to exit (@matyhtf)
  • Fixed the issue where adding the --enable-thread-context option during compilation was causing Process::signal() to not work (@NathanFreeman)
  • Fixed the issue where the connection count was being calculated incorrectly when a process exited abnormally in SWOOLE_BASE mode (@Yunrunsoft)
  • Fixed the incorrect signature of the stream_select() function (@Yunrunsoft) (@NathanFreeman)
  • Fixed the case sensitivity issue with the MIME information in files (@hongweipeng)
  • Fixed the spelling mistake in Http2\Request::$usePipelineRead, which was causing a warning to be thrown in PHP 8.2 environment (@NathanFreeman)
  • Fixed the memory leak issue in SWOOLE_BASE mode (@dongzitai) (@NathanFreeman)
  • Fixed the memory leak issue caused by setting the expiration time of a cookie in Http\Response::cookie() (@NathanFreeman)
  • Fixed the connection leak issue in SWOOLE_BASE mode (@NathanFreeman)

🔑 Kernel

  • Fixed the function signature issue of php_url_encode in Swoole under PHP 8.3 (@YepYuYu)
  • Fixed the issue with unit testing options (@YepYuYu)
  • Optimized and refactored the code (@matyhtf)
  • Fix compatibility with PHP 8.3 (@Yunrunsoft) (@matyhtf)
  • Unsupported compilation on 32-bit operating systems

🌕🥮🥰 Happy Mid-Autumn Festival!

✨ 新特性

💪 性能提高

🐛 Bug 修复

🔑 内核

🌕🥮🥰 祝大家中秋节快乐!

v5.0.3

26 Apr 09:24
Compare
Choose a tag to compare
  • Added --with-nghttp2_dir option, Use the system nghttp2 library
  • Added unit character supports for byte length or size related options
  • Fixed memory leak Server task/pipemessage/finish event callback
  • Added Process\Pool::sendMessage()
  • Added support for max-age to Http\Response:cookie() method
  • No longer thrown error log when http header conflicts
  • No longer thrown error log when the server connection is closed
  • Fixed memory leak caused by Server send_yield

v4.8.13

23 Feb 02:12
48c8a40
Compare
Choose a tag to compare
  • Fixed parameter compatibility of Coroutine::printBackTrace() and debug_print_backtrace()
  • Fixed parsing length is wrong when the websocket server enable http2 and websocket protocols at the same time
  • Refactor curl native to support a curl handle with multiple sockets, such as the curl ftp protocol
  • Support for configuring http2 default settings
  • Improved websocket client, upgrade header contains websocket instead of equal
  • Optimized http client, disable keep-alive when server sends connection close
  • Optimized http client, prohibit adding the Accept-Encoding header without compression library
  • Improved debug info, set password as sensitive parameter under PHP-8.2
  • Fixed memory leak when send_yield occurs in Server::send(), Http\Response::end(), Http\Response::write(), WebSocket/Server::push()
  • Fixed crash when using Table::getMemorySize() before add columns
  • Support HTTP Range Requests

v5.0.2

06 Feb 09:54
6809ae4
Compare
Choose a tag to compare
  • Support for configuring http2 default settings
  • Support xdebug under 8.1 or higher
  • Refactor curl native to support a curl handle with multiple sockets, such as the curl ftp protocol
  • Added $who parameter to Process::setPriority/getPriority
  • Added Coroutine\Socket::getBoundCid()
  • Adjusted the default value of Coroutine\Socket::recvLine/recvWithBuffer $length parameter to 65536
  • Refactor cross-coroutine shutdown feature to make memory release safer and solve the crash problem when a fatal error occurs
  • Added socket property for Coroutine\Client, Coroutine\Http\Client, Coroutine\Http2\Client, allow direct operation of socket resources
  • Support Http\Server to send empty file to http2 client
  • Support graceful restart for Coroutine\Http\Server. When server shuting down, the client connection will no longer be forcibly closed, and only stop listening to new requests
  • Added pcntl_rfork pcntl_sigwaitinfo to list of unsafe function, will be closed when coroutine container starts
  • Refactor Server process manager with base mode, the behavior of shutdown and reload will be consistent with base or process mode

The version-5.0.2 has no backwards incompatible changes

v5.0.1

07 Nov 06:06
71859e7
Compare
Choose a tag to compare
  • Supported PHP-8.2
  • Improved coroutine exception handling, compatible with ext-soap
  • Fixed parameter compatibility of Coroutine::printBackTrace() and debug_print_backtrace()
  • Added pgsql coroutine client LOB supports
  • Fixed Event::add() support for sockets resources
  • Fixed compile error when no zlib
  • Improved websocket client, upgrade header contains websocket instead of equal
  • Optimized http client, disable keep-alive when server sends connection close
  • Optimized http client, prohibit adding the Accept-Encoding header without compression library
  • Improved debug info, set password as sensitive parameter under PHP-8.2
  • Fixed crash when unpack server task parsed to an unexpected string
  • Enhanced Server::taskWaitMulti(), no blocking in coroutine environment
  • Fixed the problem that adding a timer less than 1ms is forced to 0
  • Fixed crash when using table::getMemorySize() before add columns
  • Optimized log function, no longer print screen when writing to the log file fails
  • Modify the expire parameter name of Http\Response::setCookie() to expires, fix #4780

v4.8.12

21 Sep 10:06
Compare
Choose a tag to compare
  • Supports PHP-8.2
  • Enhanced Event::add() support for sockets resources
  • Fixed incorrect error message when wrong multipart body is received
  • Improved Http\Client::sendfile(), support large files over 4G
  • Improved Server::taskWaitMulti(), support coroutine environment
  • Fixed incorrect error message when add timer less than 1ms
  • Fixed deadlock caused by writing log when disk is full

v5.0.0

01 Aug 12:28
Compare
Choose a tag to compare

Minimum PHP version requirement is 8.0

Added

  • Added max_concurrency option for Server
  • Added max_retries option for Coroutine\Http\Client
  • Added name_resolver global option
  • Added upload_max_filesize option for Server
  • Added Coroutine::getExecuteTime()
  • Added SWOOLE_DISPATCH_CONCURRENT_LB dispatch_mode for Server

Changed

  • 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
  • Migrate pgsql coroutine client to core
  • Contains all bugfixes from the 4.8.x branch

Removed

  • 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-http2/--enable-swoole-json, adjusted to be enable by default

Deprecated

  • Deprecated Coroutine\Redis and Coroutine\MySQL