From c12147fc18377d08313b693a5d9f65a7374cd6d0 Mon Sep 17 00:00:00 2001 From: AMPHP Bot Date: Sun, 7 Jan 2024 19:55:32 +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 e4ae64c..68067ff 100644 --- a/_data/releases.json +++ b/_data/releases.json @@ -1,4 +1,13 @@ [ + { + "name": "amphp\/parallel 2.2.6", + "package": "amphp\/parallel", + "tag_name": "v2.2.6", + "html_url": "https:\/\/github.com\/amphp\/parallel\/releases\/tag\/v2.2.6", + "date": "2024-01-07T18:47:43Z", + "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", @@ -53,15 +62,6 @@ "body": "## What's Changed\r\n- Fixed detecting if a file is writing from the file mode when `r+` (or similar) is used as the mode. (#77)\r\n- Fixed assertion failing during shutdown destruction of `ParallelFilesystemDriver`. (#81)\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/file\/compare\/v3.0.1...v3.0.2", "revolt": true }, - { - "name": "amphp\/parallel 2.2.5", - "package": "amphp\/parallel", - "tag_name": "v2.2.5", - "html_url": "https:\/\/github.com\/amphp\/parallel\/releases\/tag\/v2.2.5", - "date": "2023-12-27T18:58:48Z", - "body": "## What's Changed\r\n\r\n- Fixed potential hang during shutdown if the process context returned from `DefaultContextFactory` was not shutdown.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/parallel\/compare\/v2.2.4...v2.2.5", - "revolt": true - }, { "name": "amphp\/pipeline 1.1.0", "package": "amphp\/pipeline",