From 8a4d431724ea6d323a549f62bc4d00bef8e101db Mon Sep 17 00:00:00 2001 From: AMPHP Bot Date: Sat, 25 Nov 2023 01:55:31 +0100 Subject: [PATCH] Sync _data/releases.json --- _data/releases.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/releases.json b/_data/releases.json index 092c022..6c7bcfc 100644 --- a/_data/releases.json +++ b/_data/releases.json @@ -1,4 +1,13 @@ [ + { + "name": "amphp\/parallel 2.2.3", + "package": "amphp\/parallel", + "tag_name": "v2.2.3", + "html_url": "https:\/\/github.com\/amphp\/parallel\/releases\/tag\/v2.2.3", + "date": "2023-11-25T00:24:12Z", + "body": "- Fixed accepting a socket with `SocketIpcHub::accept()` after cancelling a prior accept operation.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/parallel\/compare\/v2.2.2...v2.2.3", + "revolt": true + }, { "name": "amphp\/byte-stream 2.1.0", "package": "amphp\/byte-stream", @@ -62,15 +71,6 @@ "body": " - Improved detection of `libnghttp2`, i.e. `libnghttp2.so.14` and looking in the Homebrew path\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/hpack\/compare\/v3.1.7...v3.2.0", "revolt": true }, - { - "name": "amphp\/parallel 2.2.2", - "package": "amphp\/parallel", - "tag_name": "v2.2.2", - "html_url": "https:\/\/github.com\/amphp\/parallel\/releases\/tag\/v2.2.2", - "date": "2023-08-30T18:15:35Z", - "body": "- Fixed potential hang of a `ProcessContext` created by `DefaultContextFactory` if output buffers fill by piping STDOUT and STDERR to the same pipes on the parent process. This also provides parity with the default behavior of `ThreadContext`.", - "revolt": true - }, { "name": "amphp\/http-server-form-parser 2.0.0", "package": "amphp\/http-server-form-parser",