Skip to content

Commit 625ad74

Browse files
committed
prepare release
1 parent 822dbc9 commit 625ad74

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

99

10-
## [2.4.0] - Unreleased
10+
## [2.4.0] - 2023-04-14
1111

1212
### Changed
1313

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,11 @@
1515
## Intro
1616

1717
HTTP client standard built on [PSR-7](http://www.php-fig.org/psr/psr-7/) HTTP
18-
messages. The HTTPlug client interface is compatible with the official standard
19-
for the HTTP client interface, [PSR-18](http://www.php-fig.org/psr/psr-18/).
20-
HTTPlug adds an interface for asynchronous HTTP requests, which PSR-18 does not
21-
cover.
22-
23-
Since HTTPlug has already been widely adopted and a whole ecosystem has been
24-
built around it, we will keep maintaining this package for the time being.
25-
HTTPlug 2.0 and newer extend the PSR-18 interface to allow for a convenient
26-
migration path.
27-
28-
New client implementations and consumers should use the PSR-18 interfaces
29-
directly. In the long term, we expect PSR-18 to completely replace the need
30-
for HTTPlug.
18+
messages. The HttpAsyncClient defines an asynchronous HTTP client for PHP.
19+
20+
This package also provides a synchronous HttpClient interface with the same
21+
method signature as the [PSR-18](http://www.php-fig.org/psr/psr-18/) client.
22+
For synchronous requests, we recommend using PSR-18 directly.
3123

3224

3325
## History

0 commit comments

Comments
 (0)