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 21, 2024
1 parent d510d5c commit 5750c51
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions _data/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"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\/file 3.1.0",
"package": "amphp\/file",
"tag_name": "v3.1.0",
"html_url": "https:\/\/github.com\/amphp\/file\/releases\/tag\/v3.1.0",
"date": "2024-04-21T15:10:06Z",
"body": "## What's Changed\r\n* Add `FileCache` class by @Nadyita in https:\/\/github.com\/amphp\/file\/pull\/83\r\n* Add `KeyedFileMutex` by @bwoebi in https:\/\/github.com\/amphp\/file\/pull\/62\r\n* Made implicit nullable types explicit to avoid deprecation notice in PHP 8.4\r\n\r\n## New Contributors\r\n* @Nadyita made their first contribution in https:\/\/github.com\/amphp\/file\/pull\/83\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/file\/compare\/v3.0.2...v3.1.0",
"revolt": true
},
{
"name": "amphp\/socket 2.3.1",
"package": "amphp\/socket",
Expand Down Expand Up @@ -188,15 +206,6 @@
"body": "## What's Changed\r\n- `WebsocketException` now extends `Amp\\ByteStream\\StreamException` to avoid violating the `ReadableStream` interface by throwing a non-`StreamException` from a stream method.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/websocket\/compare\/v2.0.2...v2.0.3",
"revolt": true
},
{
"name": "amphp\/http-server 3.3.0",
"package": "amphp\/http-server",
"tag_name": "v3.3.0",
"html_url": "https:\/\/github.com\/amphp\/http-server\/releases\/tag\/v3.3.0",
"date": "2023-12-28T23:24:56Z",
"body": "## What's Changed\r\n- `RequestBody` now implements `Stringable` so the entire request body can be buffered by simply casting the object to a string (note the request body length limits still apply).\r\n- Fixed the HTTP\/2 initial window size being potentially larger than the client would accept.\r\n- Fixed incrementing the HTTP\/2 window size if the body size limit is very large.\r\n- `ClientException` now extends `Amp\\ByteStream\\StreamException` to avoid violating the `ReadableStream` interface by throwing a non-`StreamException` from a stream method.\r\n\r\n## New Contributors\r\n* @cwhite92 made their first contribution in https:\/\/github.com\/amphp\/http-server\/pull\/353\r\n* @foremtehan made their first contribution in https:\/\/github.com\/amphp\/http-server\/pull\/356\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/http-server\/compare\/v3.2.0...v3.3.0",
"revolt": true
},
{
"name": "amphp\/websocket-client 2.0.0",
"package": "amphp\/websocket-client",
Expand All @@ -206,15 +215,6 @@
"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\nThis release is compatible with [`amphp\/http-client@^5`](https:\/\/github.com\/amphp\/http-client) and [`amphp\/websocket@^2`](https:\/\/github.com\/amphp\/websocket). See the release notes of these libraries for further change notes.\r\n\r\nSimilar to `v1`, a Websocket connection is created using `Amp\\Websocket\\Client\\connect()` or using an instance of `WebsocketConnector`, calling `WebsocketConnector::connect()`. The returned `WebsocketConnection` then is used to send and receive WebSocket messages.\r\n\r\n- Renamed most classes and interfaces to add `Websocket` as a prefix to avoid name collisions with similarly named classes in other packages which are frequently used together. For example, `Connection` is now `WebsocketConnection`.\r\n- Advanced handshake and connection parameters may be specified using a `Rfc6455ConnectionFactory` instance provided when constructing a `Rfc6455Connector`.\r\n- A global `WebsocketConnector` instance may be accessed and set via `Amp\\Websocket\\Client\\websocketConnector()`.",
"revolt": true
},
{
"name": "amphp\/file 3.0.2",
"package": "amphp\/file",
"tag_name": "v3.0.2",
"html_url": "https:\/\/github.com\/amphp\/file\/releases\/tag\/v3.0.2",
"date": "2023-12-27T22:56:38Z",
"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\/http-client 5.0.1",
"package": "amphp\/http-client",
Expand Down

0 comments on commit 5750c51

Please sign in to comment.