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 15, 2024
1 parent 5c76190 commit 44620f4
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-server 3.4.0",
"package": "amphp\/http-server",
"tag_name": "v3.4.0",
"html_url": "https:\/\/github.com\/amphp\/http-server\/releases\/tag\/v3.4.0",
"date": "2024-12-15T17:21:09Z",
"body": "## What's Changed\r\n* Fix method property in logger context by @luzrain in https:\/\/github.com\/amphp\/http-server\/pull\/373\r\n* Add `ExceptionHandler` interface and middleware by @trowski in https:\/\/github.com\/amphp\/http-server\/pull\/375\r\n* Add `_` to host validation by @maximal in https:\/\/github.com\/amphp\/http-server\/pull\/372\r\n* Fixed issue #371, suspending the connection or stream timeout until the request handler returns a response.\r\n\r\n## New Contributors\r\n* @luzrain made their first contribution in https:\/\/github.com\/amphp\/http-server\/pull\/373\r\n* @maximal made their first contribution in https:\/\/github.com\/amphp\/http-server\/pull\/372\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/http-server\/compare\/v3.3.1...v3.4.0",
"revolt": true
},
{
"name": "amphp\/http-client 5.2.1",
"package": "amphp\/http-client",
Expand Down Expand Up @@ -152,15 +161,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-server 3.3.1",
"package": "amphp\/http-server",
"tag_name": "v3.3.1",
"html_url": "https:\/\/github.com\/amphp\/http-server\/releases\/tag\/v3.3.1",
"date": "2024-04-21T15:53:11Z",
"body": "## What's Changed\r\n\r\n* Made implicit nullable types explicit to avoid deprecation notice in PHP 8.4\r\n* Typo in README.md by @tncrazvan in https:\/\/github.com\/amphp\/http-server\/pull\/361\r\n\r\n## New Contributors\r\n* @tncrazvan made their first contribution in https:\/\/github.com\/amphp\/http-server\/pull\/361\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/http-server\/compare\/v3.3.0...v3.3.1",
"revolt": true
},
{
"name": "amphp\/socket 2.3.1",
"package": "amphp\/socket",
Expand Down

0 comments on commit 44620f4

Please sign in to comment.