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 Dec 7, 2024
1 parent 7497e3e commit 71d0e9e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"name": "amphp\/http-client 5.2.0",
"package": "amphp\/http-client",
"tag_name": "v5.2.0",
"html_url": "https:\/\/github.com\/amphp\/http-client\/releases\/tag\/v5.2.0",
"date": "2024-12-07T00:42:44Z",
"body": "## What's Changed\r\n* Added inactivity timeout to SetRequestTimeout interceptor by @Nek- in https:\/\/github.com\/amphp\/http-client\/pull\/362\r\n* Fixed the exception type thrown by `SizeLimitingReadableStream`, changing it to `StreamException` to comply with the `ReadableStream` interface\r\n* Fixed body size limit of 0 (no limit) causing an exception when using `DecompressingReadableStream`\r\n* Fixed handling of GOAWAY frames from servers, allowing streams with an ID lower than that provided in the GOAWAY frame to complete before closing the connection (#366)\r\n\r\n## New Contributors\r\n* @Nek- made their first contribution in https:\/\/github.com\/amphp\/http-client\/pull\/362\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/http-client\/compare\/v5.1.0...v5.2.0",
"revolt": true
},
{
"name": "amphp\/sql 2.0.1",
"package": "amphp\/sql",
Expand Down Expand Up @@ -125,15 +134,6 @@
"body": "## What's Changed\r\n* Changed `Closure(mixed...)` annotation to `Closure(...)` to support PHPStan.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/amp\/compare\/v3.0.1...v3.0.2",
"revolt": true
},
{
"name": "amphp\/http-client 5.1.0",
"package": "amphp\/http-client",
"tag_name": "v5.1.0",
"html_url": "https:\/\/github.com\/amphp\/http-client\/releases\/tag\/v5.1.0",
"date": "2024-04-21T16:47:34Z",
"body": "## What's Changed\r\n* Add `BufferedContent::fromJson()` by @trowski in https:\/\/github.com\/amphp\/http-client\/pull\/355\r\n* Add `Form::addNestedFields()` by @trowski in https:\/\/github.com\/amphp\/http-client\/pull\/356\r\n* Make implicit nullable types explicit to avoid deprecation notice in PHP 8.4\r\n* `RequestBody` -> `HttpContent` by @ShiSHcat in https:\/\/github.com\/amphp\/http-client\/pull\/358\r\n\r\n## New Contributors\r\n* @ShiSHcat made their first contribution in https:\/\/github.com\/amphp\/http-client\/pull\/358\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/http-client\/compare\/v5.0.1...v5.1.0",
"revolt": true
},
{
"name": "amphp\/http-server 3.3.1",
"package": "amphp\/http-server",
Expand Down

0 comments on commit 71d0e9e

Please sign in to comment.