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 Apr 19, 2024
1 parent 60d7428 commit 24416cf
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
[
{
"name": "amphp\/dns 2.1.2",
"package": "amphp\/dns",
"tag_name": "v2.1.2",
"html_url": "https:\/\/github.com\/amphp\/dns\/releases\/tag\/v2.1.2",
"date": "2024-04-19T03:54:39Z",
"body": "## What's Changed\r\n\r\n- Make implicit nullable types explicit to avoid deprecation notice in PHP 8.4.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/dns\/compare\/v2.1.1...v2.1.2",
"revolt": true
},
{
"name": "amphp\/cache 2.0.1",
"package": "amphp\/cache",
"tag_name": "v2.0.1",
"html_url": "https:\/\/github.com\/amphp\/cache\/releases\/tag\/v2.0.1",
"date": "2024-04-19T03:41:45Z",
"body": "# What's Changed\r\n\r\n- Make implicit nullable types explicit to avoid deprecation notice in PHP 8.4.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/cache\/compare\/v2.0.0...v2.0.1",
"revolt": true
},
{
"name": "amphp\/process 2.0.3",
"package": "amphp\/process",
"tag_name": "v2.0.3",
"html_url": "https:\/\/github.com\/amphp\/process\/releases\/tag\/v2.0.3",
"date": "2024-04-19T03:26:11Z",
"body": "## What's Changed\r\n\r\n- Make implicit nullable types explicit to avoid deprecation notice in PHP 8.4.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/process\/compare\/v2.0.2...v2.0.3",
"revolt": true
},
{
"name": "amphp\/php-cs-fixer-config 2.1.0",
"package": "amphp\/php-cs-fixer-config",
Expand Down Expand Up @@ -134,24 +161,6 @@
"body": "## What's Changed\r\n- Fixed cancellation not being forwarded to `split()` in `splitLines()`.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/byte-stream\/compare\/v2.1.0...v2.1.1",
"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",
"tag_name": "v2.1.1",
"html_url": "https:\/\/github.com\/amphp\/dns\/releases\/tag\/v2.1.1",
"date": "2024-02-01T15:48:38Z",
"body": "## What's Changed\r\n* Corrected error message unit scale (ms -> seconds) by @Bilge in https:\/\/github.com\/amphp\/dns\/pull\/113\r\n* Fixed Windows nameserver detection by only enumerating real NICs by @Bilge in https:\/\/github.com\/amphp\/dns\/pull\/114\r\n\r\n## New Contributors\r\n* @Bilge made their first contribution in https:\/\/github.com\/amphp\/dns\/pull\/113\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/dns\/compare\/v2.1.0...v2.1.1",
"revolt": true
},
{
"name": "amphp\/windows-registry 1.0.1",
"package": "amphp\/windows-registry",
Expand Down Expand Up @@ -287,15 +296,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\/cache 2.0.0",
"package": "amphp\/cache",
"tag_name": "v2.0.0",
"html_url": "https:\/\/github.com\/amphp\/cache\/releases\/tag\/v2.0.0",
"date": "2023-01-09T21:07:48Z",
"body": "Stable release compatible with AMPHP v3 and fibers! &#x1F389;\r\n\r\nAs with other libraries compatible with AMPHP v3, most cases of parameters or returns of `Promise<ResolutionType>` have been replaced with `ResolutionType`.\r\n\r\n - Renamed `ArrayCache` to `LocalCache`, swapping the constructor argument order\r\n - Modified `LocalCache` to implement `IteratorAggregate` and `Countable`, acting as an LRU cache now (#20)\r\n - Support arbitrary values in `LocalCache`, `NullCache`, and `PrefixCache`\r\n - Changed `Cache` to support arbitrary values\r\n - Introduced separate `StringCache` interface for caching only strings\r\n - Added `StringCacheAdapter` to use any `Cache` in place of a `StringCache`\r\n - Removed `FileCache` (will be available in `amphp\/file` instead)",
"revolt": true
},
{
"name": "amphp\/phpunit-util 3.0.0",
"package": "amphp\/phpunit-util",
Expand Down

0 comments on commit 24416cf

Please sign in to comment.