From 4fe7a5bac1904575fbbb71dd410d26018c7022eb Mon Sep 17 00:00:00 2001 From: AMPHP Bot Date: Sat, 16 Mar 2024 16: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 0b111bd..9353880 100644 --- a/_data/releases.json +++ b/_data/releases.json @@ -1,4 +1,13 @@ [ + { + "name": "amphp\/sync 2.2.0", + "package": "amphp\/sync", + "tag_name": "v2.2.0", + "html_url": "https:\/\/github.com\/amphp\/sync\/releases\/tag\/v2.2.0", + "date": "2024-03-16T15:47:09Z", + "body": "## What's Changed\r\n* Add PriorityQueue by @trowski in https:\/\/github.com\/amphp\/sync\/pull\/27\r\n\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/sync\/compare\/v2.1.0...v2.2.0", + "revolt": true + }, { "name": "amphp\/mysql 3.0.0", "package": "amphp\/mysql", @@ -233,15 +242,6 @@ "body": "This release is compatible with `amphp\/http-server@^3`.\r\n\r\n- `DocumentRoot` now requires an instance of `HttpServer` and `ErrorHandler` to construct\r\n- Removed `DocumentRoot::onStart()` and `DocumentRoot::onStop()`, as it's now internally registered\r\n- Removed support for `ServerObserver`, as it's been removed from `amphp\/http-server`\r\n- Added `StaticResource` to serve a single static file", "revolt": true }, - { - "name": "amphp\/sync 2.1.0", - "package": "amphp\/sync", - "tag_name": "v2.1.0", - "html_url": "https:\/\/github.com\/amphp\/sync\/releases\/tag\/v2.1.0", - "date": "2023-08-19T13:59:33Z", - "body": "## What's Changed\r\n* Added re-entry support to `synchronized()` by @kelunik in https:\/\/github.com\/amphp\/sync\/pull\/26\r\n* Fixed error handling in `SharedMemoryParcel`\r\n* Fixed a typo by @thgs in https:\/\/github.com\/amphp\/sync\/pull\/25\r\n\r\n## New Contributors\r\n* @thgs made their first contribution in https:\/\/github.com\/amphp\/sync\/pull\/25\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/sync\/compare\/v2.0.0...v2.1.0", - "revolt": true - }, { "name": "amphp\/http-server-router 2.0.0", "package": "amphp\/http-server-router",