From 2dcfef90b3dbcfc08783747ea9abf6ebaf7eedb8 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 24 Jan 2024 12:04:20 +0800 Subject: [PATCH] Update CHANGELOG.md, package.xml --- docs/CHANGELOG.md | 10 ++++++++++ package.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8bd1cf0b18..f3e61304d57 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Swoole Changelog +## 2024-01-24 v5.1.2 +- 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 ## 2022-07-22 v5.0.0 diff --git a/package.xml b/package.xml index b40bbca21c5..ac34fe5c845 100644 --- a/package.xml +++ b/package.xml @@ -54,7 +54,7 @@ 2024-01-24 - 5.1.1 + 5.1.2 5.0 @@ -71,7 +71,7 @@ - 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 + - Fixed HTTP2 Typo @leocavalcante