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 Mar 19, 2024
1 parent 376d105 commit acb42fa
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\/socket 2.3.0",
"package": "amphp\/socket",
"tag_name": "v2.3.0",
"html_url": "https:\/\/github.com\/amphp\/socket\/releases\/tag\/v2.3.0",
"date": "2024-03-19T20:07:14Z",
"body": " - Added `Socks5SocketConnector` to connect to hosts via SOCKS5 proxies. A similar implementation was previously present in `amphp\/http-tunnel`.",
"revolt": true
},
{
"name": "amphp\/rpc 2.0.0",
"package": "amphp\/rpc",
Expand Down Expand Up @@ -71,15 +80,6 @@
"body": "## What's Changed\r\n* Added `Pipeline::buffer()`, which provides control of the number of values buffered by the pipeline before back-pressure is applied to the data source by @trowski in https:\/\/github.com\/amphp\/pipeline\/pull\/21\r\n\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/pipeline\/compare\/v1.1.0...v1.2.0",
"revolt": true
},
{
"name": "amphp\/socket 2.2.4",
"package": "amphp\/socket",
"tag_name": "v2.2.4",
"html_url": "https:\/\/github.com\/amphp\/socket\/releases\/tag\/v2.2.4",
"date": "2024-02-28T15:58:33Z",
"body": "## What's Changed\r\n- Removed missed call to `stream_context_set_option()`, which was causing a deprecation notice on PHP 8.3.\r\n\r\n**Full Changelog**: https:\/\/github.com\/amphp\/socket\/compare\/v2.2.3...v2.2.4",
"revolt": true
},
{
"name": "amphp\/byte-stream 2.1.1",
"package": "amphp\/byte-stream",
Expand Down

0 comments on commit acb42fa

Please sign in to comment.