Skip to content

Commit

Permalink
Update CHANGELOG.md, package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jan 24, 2024
1 parent 25a31f2 commit 2dcfef9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<date>2024-01-24</date>
<time>12:00:00</time>
<version>
<release>5.1.1</release>
<release>5.1.2</release>
<api>5.0</api>
</version>
<stability>
Expand All @@ -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
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 2dcfef9

Please sign in to comment.