Skip to content

Commit

Permalink
Sync _data/releases.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amphp-bot committed Feb 17, 2024
1 parent 8314d88 commit 6aa95a6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"name": "amphp\/socket 2.2.3",
"package": "amphp\/socket",
"tag_name": "v2.2.3",
"html_url": "https:\/\/github.com\/amphp\/socket\/releases\/tag\/v2.2.3",
"date": "2024-02-17T04:52:34Z",
"body": "## What's Changed\r\n- Updated deprecated use of `stream_context_set_option()` on PHP 8.3.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/socket\/compare\/v2.2.2...v2.2.3",
"revolt": true
},
{
"name": "amphp\/process 2.0.2",
"package": "amphp\/process",
"tag_name": "v2.0.2",
"html_url": "https:\/\/github.com\/amphp\/process\/releases\/tag\/v2.0.2",
"date": "2024-02-17T04:24:19Z",
"body": "## What's Changed\r\n- Changed waiting for children during shutdown to be synchronous to ensure all children are properly cleaned up. This should avoid zombie processes left when running within an SAPI such as PHP-FPM.\r\n- Fixed `UnhandledFutureError` being thrown to event loop if reading the process exit code fails.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/process\/compare\/v2.0.1...v2.0.2",
"revolt": true
},
{
"name": "amphp\/dns v2.1.1",
"package": "amphp\/dns",
Expand Down Expand Up @@ -26,15 +44,6 @@
"body": "## What's Changed\r\n- Fixed hang during shutdown if a process or thread context has not ended (fixes amphp\/file#75).\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/parallel\/compare\/v2.2.5...v2.2.6",
"revolt": true
},
{
"name": "amphp\/socket 2.2.2",
"package": "amphp\/socket",
"tag_name": "v2.2.2",
"html_url": "https:\/\/github.com\/amphp\/socket\/releases\/tag\/v2.2.2",
"date": "2023-12-31T18:17:35Z",
"body": "## What's Changed\r\n- Fixed bind errors being hidden when connecting in `DnsSocketConnector` ( #108).\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/socket\/compare\/v2.2.1...v2.2.2",
"revolt": true
},
{
"name": "amphp\/websocket-server 4.0.0",
"package": "amphp\/websocket-server",
Expand Down Expand Up @@ -215,15 +224,6 @@
"body": "- Increased minimum PHP version to 8.1\r\n- Make use of fibers with Amp v3 and Revolt\r\n- Added support for Monolog v3.x\r\n\r\nThis release does not contain any changes in comparison to `v2.0.0-beta.2`.",
"revolt": true
},
{
"name": "amphp\/process 2.0.1",
"package": "amphp\/process",
"tag_name": "v2.0.1",
"html_url": "https:\/\/github.com\/amphp\/process\/releases\/tag\/v2.0.1",
"date": "2023-07-31T17:56:29Z",
"body": "- Fixed error handling if the started process fails immediately.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/process\/compare\/v2.0.0...v2.0.1",
"revolt": true
},
{
"name": "amphp\/cache 2.0.0",
"package": "amphp\/cache",
Expand Down

0 comments on commit 6aa95a6

Please sign in to comment.